Learn R Programming

bedr (version 1.0.2)

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), 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

Examples

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

Run the code above in your browser using DataLab