genetic {sRNAGenetic}R Documentation

Classification for 12 expression patterns

Description

The input data is generated from the analysis result of DESeq2.

Usage

genetic(pv11, pv12, pv21, fc11, fc12, fc21, Pvalue)

Arguments

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.

Value

A dataframe.


[Package sRNAGenetic version 0.1.0 Index]