get.chr.length {bedr}R Documentation

gets the length of each chromosome for a species/build

Description

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

Usage

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

size <- get.chr.length();

[Package bedr version 1.0.7 Index]