genetic | R Documentation |
The input data is generated from the analysis result of DESeq2.
genetic(pv11, pv12, pv21, fc11, fc12, fc21, Pvalue)
pv11 |
A numeric. The P value of F1_vs_P1 (Treatment:F1; Control:P1). |
pv12 |
A numeric. The P value of F1_vs_P2 (Treatment:F1; Control:P2) |
pv21 |
A numeric. The P value of P2_vs_P1 (Treatment:P2; Control:P1) |
fc11 |
A numeric. The Log2(FoldChange) value of F1_vs_P1 (Treatment:F1; Control:P1) |
fc12 |
A numeric. The Log2(FoldChange) value of F1_vs_P2 (Treatment:F1; Control:P2) |
fc21 |
A numeric. The Log2(FoldChange) value of P2_vs_P1 (Treatment:P2; Control:P1) |
Pvalue |
A numeric. Filtration criteria of P value for Classification. |
A dataframe.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.