View source: R/h5_write_data.R
write_data | R Documentation |
write scRNA-Seq profiles and pheno data, RNA-Seq bulk data and cell type proportions within the bulks in format used by benchmark to hdf5 file
write_data( sc.counts = NULL, sc.pheno = NULL, bulk.counts = NULL, bulk.props = NULL, filename )
sc.counts |
numeric matrix, with feature as rows and scRNA-Seq profiles as columns |
sc.pheno |
data frame, with scRNA-Seq profiles as rows, and pheno entries as rows |
bulk.counts |
numeric matrix, with features as rows bulk measurements as columns |
bulk.props |
numeric matrix containing cell type proportions, cell types as rows, bulks as columns |
filename |
string, where should the data be stored? |
NULL, function saves into ‘filename‘
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.