Description Usage Arguments Value
Partitions a chromosome into fixed length bins and counts the number of extended fragments that overlap each bin
1 | createBins(binSize, chipdata = NULL, chrom = NULL, fragLen = 1)
|
binSize |
A integer value used to partition the chromosome |
chipdata |
A |
chrom |
A GRanges object specifying the genome to bin. The maximum length used to create the bins is gonna be used the integer part of (chromLen / fragLen) times fragLen for each chromosome. |
fragLen |
An integer value used to extend the fragments. The default value is one, to count only the 5' ends that overlaps the bins. For PE reads is going to be ignored |
A GRanges object. If a reads object is present then is going to count the number of extended fragments per bin
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.