zentutils: ZentUtils Constructor Function

Description Usage Arguments Details Value Examples

View source: R/zu_obj.R

Description

Creates a new ZentUtils object that stores a GRanges object generated from an imported BED file.

Usage

1
zentutils(data, genome = NA, mito_chr = "chrM")

Arguments

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.

Details

Value

A new ZentUtils object with a GRanges object in the 'regions' slot.

Examples

1
zent <- zentutils(system.file("extdata", "homer_reb1_badis_motif_scan.bed", package = "ZentUtils"), genome = "sacCer3", mito_chr = "chrM")

gzentner/ZentUtils documentation built on June 16, 2021, 12:24 a.m.