getRefLimma | R Documentation |
provide access to a limma analysis of RNA-seq profiles for reference histology samples
getRefLimma(cache = BiocFileCache::BiocFileCache())
an instance of MArrayLM-class
representing regularized gene-wise ANOVAs
Uses BiocFileCache::bfcadd to acquire RDS of the output
of eBayes
from a public S3 bucket. The limma model
was fit using duplicateCorrelation
to address multiplicity
of contributions per donor. Comparisons are to samples labeled CT-reference
(cellular tumor, reference contributions),
with coefficients 2-5 corresponding to CT-mvp (microvascular proliferation),
CT-pan (pseudopalisading cells around necrosis), IT (infiltrating tumor),
and LE (leading edge), respectively.
requireNamespace("limma") ebout = getRefLimma() # is result of eBayes colnames(ebout$coef) limma::topTable(ebout,2)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.