Description Usage Arguments Value Examples
Download information about each of the chromosomes passed in, most importantly the size.
1 | get_chr_info(chrs, genome)
|
chrs |
chromosomes to look up (must match UCSC format) |
genome |
the UCSC genome to look at see https://genome.ucsc.edu/. |
a dataframe with data on the passed in chromosomes
1 2 3 | eg_info <- get_chr_info(chrs = c("chr21", "chr22"), genome = "hg38")
eg_info
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.