Description Usage Arguments Details Value Author(s) Examples
Read BED-formatted file. See 'Details'.
1 |
file |
A character string; specifies the input BED file. |
collapseRange |
A logical scalar; should |
The function opens and reads in a BED6-formatted file, and
stores the annotation features in a GRanges
object.
Chromosome names must follow either UCSC (chr1, ..., chrM, chrX)
or Ensembl naming conventions (1, ..., MT, X).
A GRanges
object. See 'Details'.
Maurits Evers, maurits.evers@anu.edu.au
1 2 3 4 | bedFile <- system.file("extdata",
"miCLIP_m6A_Linder2015_hg38.bed",
package = "RNAModR")
sites <- ReadBED(bedFile)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.