getSeqLengths: Get the seqlengths of a chromosome or all chromosomes

View source: R/utils.R

getSeqLengthsR Documentation

Get the seqlengths of a chromosome or all chromosomes

Description

Get the seqlengths of a chromosome or all chromosomes

Usage

getSeqLengths(genome = c("hg38", "hg19", "mm9", "mm10"), chr = NULL)

Arguments

genome

Genome to retrieve, currently only hg38, hg19, mm9, mm10 (default: hg38)

chr

Chromosome to retrieve length of, all chromosomes if NULL (default: NULL)

Value

seqlengths of genome

Examples


gen.sl <- getSeqLengths("hg38", "chr11")


huishenlab/bisplotti documentation built on Sept. 20, 2023, 10:13 p.m.