View source: R/helper_functions.R
CID.LoadData | R Documentation |
Loads 'matrix.mtx' and 'genes.txt' files from a directory.
CID.LoadData(data.dir, mfn = "matrix.mtx")
data.dir |
Directory containing matrix.mtx and genes.txt. |
mfn |
file name; default is 'matrix.mtx' |
A sparse matrix with rownames equivalent to the names in genes.txt
## Not run: # Loads data from SPRING # dir is your path to the "categorical_coloring_data.json" file dir = "./FullDataset_v1" # load expression data E = CID.LoadData(data.dir = dir) ## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.