View source: R/DataProcessing.R
| ReadData | R Documentation |
Read all rds files under current working directory or a user-specified directory.
ReadData(path = NULL)
path |
A string of a user-specified directory. |
A list of data matrix and doublet annotations.
data.list <- ReadData(path = ".../real_datasets")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.