Load in an existing Hotspot object from bytes or a file

loadHotspotObject(file = NULL, bytes = NULL)

Arguments

file

optional path to an existing file containing pickled bytes (format 0)

bytes

optional R character vector of bytes created by calcHotspotModules

Value

an externalptr to a Hotspot Object loaded in the R reticulate session