CreateSingleRNA | R Documentation |
Use input data information create a DataSheet object
CreateSingleRNA(data.path, sample.name)
data.path |
Vector of data path |
sample.name |
Vector of data name |
DataSheet object
data <- CreateSingleRNA(data.path = c("./data/filtered_gene_bc_matrices3k/hg19/", "./data/filtered_feature_bc_matrix10k/"),
sample.name = c("pbmc", "lymphoma"))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.