Description Usage Arguments Value Author(s) Examples
View source: R/calculatecountneg.R
Call C programs to R for calculate MRE-seq "-" direction count of each bin.
1 2 | calculatecountneg(data2, data3, cpg2, cpg3, datalength, cpglength,
count=rep(0,cpglength))
|
data2 |
Start position of each tag. |
data3 |
End position of each tag. |
cpg2 |
Start position of each bin. |
cpg3 |
End position of each bin. |
datalength |
The number of tags |
cpglength |
The number of bins |
count |
Count of MRE-seq "-" direction of each bin. |
Count of MRE-seq "-" direction of each bin.
Yan Zhou, Bo Zhang, Nan Lin, BaoXue Zhang and Ting Wang
1 2 3 4 5 6 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.