Description Usage Arguments Value Examples
View source: R/read_celltype_data.R
read_celltype_data
loads single cell transcriptome data and determines
for each gene, the proportion of expression found in each celltype
1 | read_celltype_data(path)
|
path |
Path to the file containing the single cell transcriptome data |
A list containing three data frames:
all_scts
: stores the average value for each subcell type found across cells
cell_dists
: proportion of expression for each gene in each cell type
subcell_dists
: proportion of expression for each gene in each subcell type
1 | celltype_data = read_celltype_data("expression_mRNA_17-Aug-2014.txt")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.