PeakCalling
1 2 3 | get.win.counts(IP.bam = c(f2, f4, f6, f8), Input.bam = c(f1, f3, f5,
f7), gtf = win.gtf, strandSpecific = 0, isPairedEnd = F,
threads = 4)
|
IP.bam |
The ip bam file. |
Input.bam |
The input bam file. |
gtf |
The gtf format gene annotation file |
strandSpecific |
This option is the same in featureCounts, if your data is strandSpecfic, this value should be 1(stranded) or 2(reversely stranded), if not, it should be 0. |
isPairedEnd |
logical. Depends on your bam file is pair end or single end. |
threads |
Threads used for parallel running |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.