Learn R Programming

bedr (version 1.0.7)

get.chr.length: 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")

Value

A dataframe with chromosome annotations

Arguments

chr

a vector of chromosomes to query. defaults to all.

species

species

build

build

Author

Daryl Waggott

Examples

Run this code
size <- get.chr.length();

Run the code above in your browser using DataLab