Description Usage Arguments Value Examples
Read a bed file as Genomic Ranges.
1 | Bed2Granges(fileName)
|
fileName |
A table delimeted file in bed format |
granges format of given coordinates
1 2 3 4 | yeastExampleFile=system.file("extdata", "YeastSampleMotif.bed",
package="Motif2Site")
ex <- Bed2Granges(yeastExampleFile)
ex
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.