read_data | R Documentation |
read data conforming to the format used by benchmark for data storage
read_data(filename)
filename |
string, which file should be read in? |
list with:
- sc.counts: numeric matrix, features as rows,
scRNA-Seq profiles as colums
- sc.pheno: dataframe with scRNA-Seq profiles as rows, and multiple pheno
columns
- bulk.counts: numeric matrix, features as rows, bulk measurements as
columns
- bulk.props: numeric matrix, cell types as rows, bulks as columns
- bulk.pheno: dataframe containing pheno data for bulks in columns,
bulks as rows
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.