Description Usage Arguments Value Author(s) See Also Examples
View source: R/binom.test.REDseq.R
For any early stage experiment with one experimental condition and one biological replicate, binom.test.REDseq computes p-value for each RE site in the genome.
1 2 | binom.test.REDseq(REsummary, col.count = 2, multiAdj = TRUE,
multiAdjMethod = "BH", prior.p = 0.000001)
|
REsummary |
A matrix returned from summarizeByRE with a RE id column, a count/weight column. See examples |
col.count |
The column where the total count/weight is |
multiAdj |
Whether apply multiple hypothesis testing adjustment, TURE or FALSE |
multiAdjMethod |
Multiple testing procedures, for details, see mt.rawp2adjp in multtest package |
prior.p |
It is the probability of assigning a mapped sequence tag to a given RE site. Assuming each RE site gets cut equally, then the prior.p = 1/number of total RE sites in the genome. |
p.value |
p-value of the test |
*.count |
weight/count from the input REsummary |
REid |
the id of the restriction enzyme from the input REsummary |
cut.frequency |
cut frequency |
*.adjusted.p.value |
applicable if multiAdj=TRUE, adjusted p.value using * method specified in multiAdjMethod |
Lihua Julie Zhu
compareREDseq
1 2 3 4 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.