Description Usage Arguments Details Value Author(s) References Examples
This function performs a default analysis by calling, in order, the functions:
normalFactors
,
aFoldcomplexDesign
,
1 2 3 |
object |
a |
design |
a numeric matrix for expriment, with samples and factors in rows and colnums, respectively. Design respresents the satuarated model. |
condA |
a vector of factors for DE analysis, which could be redundant, see |
condB |
a vector of factors for DE analysis, which could be redundant, default is null, if not provide, the DE analysis will switch to
assess difference across factors in condA (analysis of variance). If provide, DE analysis will focus on contrast between condB and condA (condB-condA).
See |
lmodel |
switch of fit linear model from limma-lmFit under design, default is TRUE. If TRUE, a gene-specific residual varaince will
be estimated from (satuarated model - reduced model). Satuarated model includes all factors in design matrix and reduced model includes factors in condA+condB.
if satuarated model == reduced model, the DE analysis performs pairwise comparison or one-way analysis of variance. See |
preval |
parameter for |
qforkappa |
parameter for |
adjmethod |
defualt is 'BH', method for p-value adjusted, see |
scale |
switch for scaling fold change according to common SD under log2 transformation, default is FALSE. |
quiet |
default is FALSE, whether to print messages at each step |
... |
parameters passed to lmFit in limma |
This function uses a linear model (limma-lmFit) to infer DE under complex design.
a result table with additional elements, including: basemean, log of basemean, foldChange, shrinked (expression level and gene-specific) log2 of fold-change, B - A, or (SDs under log2 for analysis of variance) pvalue, pvalue from NB distribution model, p.adj, adjuested p-value used p.adjust method. scaledlogFC, scaled logFC if scale=TRUE.
Wentao Yang
Wentao Yang, Philip Rosenstiel & Hinrich Schulenburg: ABSSeq: a new RNA-Seq analysis method based on modelling absolute expression differences
1 2 3 4 5 6 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.