Description Usage Arguments Details Value Examples
Creates a new ZentUtils object that stores a GRanges object generated from an imported BED file.
1 |
data |
A BED file containing the regions of interest. |
genome |
Identifier for the genome from which the regions were derived. |
mito_chr |
Seqname of mitochondrial chromosome. |
The BED file should contain 6 columns, with chromosome, start, and end coordinates in columns 1-3 and strand in column 6.
BED columns names are converted to "seqnames", "start", "end", "region_name", "score", and "strand" upon import.
A new ZentUtils object with a GRanges object in the 'regions' slot.
1 | zent <- zentutils(system.file("extdata", "homer_reb1_badis_motif_scan.bed", package = "ZentUtils"), genome = "sacCer3", mito_chr = "chrM")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.