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

View source: R/get.chr.length.R

get.chr.lengthR 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();

bedr documentation built on April 11, 2025, 5:52 p.m.

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