metevalue.RNA_general | R Documentation |
A general method to calculate the e-value for RNA-seq data.
metevalue.RNA_general(rna, group1_name, group2_name)
rna |
data.frame: A data.frame object of RNAseq data. For example:
Row names (TAG1 and TAG2 in the above example) is also suggested. | |||||||||||||||||||||
group1_name |
charactor: The name (pattern) of the first group. For example, "treated" in the above example. For example 'treated_abc' and 'treated' will be considered as the same group if 'group1_name = "treated"'. Use this with care in practice. | |||||||||||||||||||||
group2_name |
charactor: The name (pattern) of the second group. For example, "untreated" in the above example. For example 'untreated_abc' and 'untreated' will be considered as the same group if 'group2_name = "untreated"'. Use this with care in practice. |
evalue
data("demo_desq_out")
evalue = metevalue.RNA_general(demo_desq_out, 'treated','untreated')
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.