get.chr.length: gets the length of each chromosome for a species/build

Description Usage Arguments Value Author(s) Examples

Description

Gets the length of each chromosome for a species/build. Choices are human (hg18, hg19, hg38), mouse(mm9, mm10)

Usage

1
get.chr.length(chr = NULL, species = "human", build = "hg19")

Arguments

chr

a vector of chromosomes to query. defaults to all.

species

species

build

build

Value

A dataframe with chromosome annotations

Author(s)

Daryl Waggott

Examples

1
size <- get.chr.length();

bedr documentation built on May 2, 2019, 11:36 a.m.

Related to get.chr.length in bedr...