MK_DEGs | R Documentation |
One-step identification of differentially expressed genes by limma R package.
MK_DEGs <- function(x, y, filt = T, log2FC = 2, padj = 0.01, pval = 0.01, save = T, Order = T, name = "temp")
x |
Experimental (positive) group matrix. |
y |
Control (negative) group matrix. |
filt |
Filter the results by custom thresholds (log2FC and padj). Default TRUE. |
log2FC |
Custom threshold of log2-foldchange. Default 2. |
padj |
Custom threshold of ajust p-value (BH method). Default 0.01. |
Save |
Automatically save the resulting files. Default TRUE. |
Order |
Sort the analysis results in descending order by log2FC. Default TRUE. |
name |
Custom naming of this process. Default "temp". |
Please: citation("limma")
—- MikuGene Bioinformatics Ecological Community.
Lianhao Song (CodeNight)
MK_DEGs(Pos-matrix, Neg-matrix, name = "DEGs")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.