Description Usage Arguments Examples
View source: R/HoneyBADGER_gexp.R
Functions related to gene expression model Set gene expression matrices, normalizes, and maps genes to genomic coordinates
1 2 3 4  | 
gexp.sc.init | 
 Single cell gene expression matrix  | 
gexp.ref.init | 
 Reference gene expression matrix such as from GTEX or a match normal  | 
mart.obj | 
 Biomart object used for mapping genes to genomic positions  | 
filter | 
 Boolean of whether or not to filter genes (default: TRUE)  | 
minMeanBoth | 
 Minimum mean gene expression in both the single cell and reference matrices (default: 4.5)  | 
minMeanTest | 
 Minimum mean gene expression for the single cell expression matrix (default: 6)  | 
minMeanRef | 
 Minimum mean gene expression for the reference expression matrix (default: 8)  | 
scale | 
 Boolean of whether or not to scale by library size (default: TRUE)  | 
id | 
 biomaRt ID for genes c(default: 'hgnc_symbol')  | 
verbose | 
 Verbosity (default: TRUE)  | 
1 2 3 4 5 6 7  | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.