Description Usage Arguments Value
Creates a BED12 file from a BED6 file using unique columns of ID.COLS
1 | .bed6tobed12(MERGED.PEAKS, ID.COLS)
|
MERGED.PEAKS |
A GRanges Object, in BED6 format for the merged peaks |
ID.COLS |
Column names of columns whose unique values are used to merge peaks |
A BED12 file of merged peaks
chromosomes, same as in GTF file
starting position of the peak, base 0
end position of the peak, base 0
gene id
p-value associated with the peak
strand of the gene
number of segments in the peak
size of segments in the peak, BED12 notation
starting positions of segments, BED12 notation
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.