Description Usage Arguments Value Examples
DoLmFit
applies multivariable linear regression to regress gene/microRNA epxpression data on phenotype of interest (poi) adjusting for potential confounding factors (cf).
1 |
data |
A matrix, the normalized gene/microRNA expression dataset, should be a numeric matrix, with rows referring to genes/microRNAs and columns to samples. |
pheno |
A data.frame with columns are different phenotype data. Sample phenotype in a scientific research could be treatment/control, normal/cancer or smoker/non-smoker. Different phenotypes should each be encoded as 0/1 when inputting to |
A table with rows for all genes (ranked by significance) and columns of t-statistic, p-value, adjusted p-value (default to Benjamini–Hochberg procedure).
1 2 3 4 5 6 7 8 9 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.