hg38_chrom_size | R Documentation |
This dataset contains the lengths (in base pairs) of the 22 autosomes in addition to the X and Y chromosomes based on the GRCh38 human genome assembly. The data was retrieved from the UCSC Genome Browser using the get.chrom.length
function with "Human-GRCh38" as the selected genome.
hg38_chrom_size
hg38_chrom_size
A data frame with 24 rows and 2 columns:
Chromosome name (1,2, 3, ..., X, Y).
Chromosome length in base pairs.
Retrieved from UCSC Genome Browser chr.info
text files using the get.chrom.length
function with the GRCh38 genome assembly.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.