Description Usage Arguments Value Examples
bed2GRanges : read bed to GRanges
1 | bed2GRanges(BEDFile, header = FALSE)
|
BEDFile |
bed file |
bed information, in GRanges object
1 2 3 | BEDFile="./test_data/E094_DNase.all.peaks.v2.bed"
b2G=bed2GRanges(BEDFile,header = FALSE)
head(b2G)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.