Description Usage Arguments Examples
View source: R/HoneyBADGER_gexp.R
Model expected gene expression variance as a function of number of genes
1 2 |
gexp.norm |
Normalized gene expression matrix |
num.genes |
Number of random genes sampled (default: seq(5, 100, by=5)) |
rep |
Number of repeats/resampling (default: 50) |
plot |
Whether to plot (default: FALSE) |
verbose |
Verbosity (default: TRUE) |
1 2 3 4 5 6 7 8 | data(gexp)
data(ref)
require(biomaRt) ## for gene coordinates
mart.obj <- useMart(biomart = "ENSEMBL_MART_ENSEMBL",
dataset = 'hsapiens_gene_ensembl',
host = "jul2015.archive.ensembl.org")
gexp.mats <- setGexpMats(gexp, ref, mart.obj, filter=FALSE, scale=FALSE)
mvFit <- setMvFit(gexp.mats$gexp.norm)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.