Description Usage Arguments Details Value
View source: R/repeatWiseAnalysis.R
Downstream analysis of bundle-aggregated repeat elements
1 2 3 | repeatWiseAnalysis(kexp, design = NULL, how = c("cpm", "tpm"),
p.cutoff = 0.05, fold.cutoff = 1, read.cutoff = 1,
species = c("Homo.sapiens", "Mus.musculus"), adjustBy = "holm")
|
kexp |
a KallistoExperiment or SummarizedExperiment-like object |
design |
a design matrix with 2nd coefficient as one to test |
how |
whether to collapse by tpm or cpm |
p.cutoff |
where to set the p-value cutoff for plots, etc. (0.05) |
fold.cutoff |
where to set the log2-FC cutoff for plots, etc. (1==2x) |
read.cutoff |
minimum read coverage (estimated) for a gene bundle |
species |
which species? (Homo.sapiens, Mus.musculus are two currently supported |
adjustBy |
character none, BH,BY, or holm for FDR procedures |
If no design matrix is found, the function will look in exptData(kexp)$design. If that too is empty it fails.
a list w/items design, voomed, fit, top, enriched, Figures, scaledExprs, clusts, species, features, ... (perhaps)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.