getSeqLengths: Get the seqlengths of a chromosome

Description Usage Arguments Value Examples

View source: R/utils.R

Description

The goal for this function is to eliminate the need to lug around large packages when we only want seqlengths for things.

Usage

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

Arguments

genome

The desired genome to use ("hg19", "hg38", "mm9", "mm10")

chr

What chromosome to extract the seqlengths of

Value

The seqlengths of a specific chromosome

Examples

1
hg19.chr14.seqlengths <- getSeqLengths(genome = "hg19", chr = "chr14")

JordanVeldboom/compartmap documentation built on July 3, 2020, 6:32 p.m.