Description Usage Arguments Details Value References See Also
Given training set and training labels, generates the table of features obtained from glmLRT
in R package edgeR
and sorted by likelihood ratio statistics (LR).
1 | glmLRTqtQDA(training, training.labels)
|
training |
a |
training.labels |
a character vector of class labels for each sample. The labels show which category each sample comes from. |
This function estimates the top tags from training
data using the statistical methodologies glmFit
and glmLRT
that implement generalized linear model (glm) methods developed by McCarthy et al (2012) in R
package edgeR
.
a data frame where the rows are same as for training
but sorted in descending order by likelihood ratio statistics (LR).
McCarthy, DJ, Chen, Y, Smyth, GK (2012). Differential expression analysis of multifactor RNA-Seq experiments with respect to biological variation. Nucleic Acids Research, 40, 4288-4297. https://doi.org/10.1093/nar/gks042
See qtQDA
and qtQDA.resampling
.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.