get_chr_info: Get information from UCSC about the chromosomes passed in

Description Usage Arguments Value Examples

View source: R/get-coverage.R

Description

Download information about each of the chromosomes passed in, most importantly the size.

Usage

1
get_chr_info(chrs, genome)

Arguments

chrs

chromosomes to look up (must match UCSC format)

genome

the UCSC genome to look at see https://genome.ucsc.edu/.

Value

a dataframe with data on the passed in chromosomes

Examples

1
2
3
eg_info <- get_chr_info(chrs = c("chr21", "chr22"), genome = "hg38")

eg_info

eolagbaju/ODER documentation built on Dec. 20, 2021, 5:21 a.m.