Learn R Programming

GRIN2 (version 2.0.0)

hg38_chrom_size: Chromosome Length Data (hg38)

Description

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.

Usage

hg38_chrom_size

Arguments

Format

hg38_chrom_size

A data frame with 24 rows and 2 columns:

chrom

Chromosome name (1,2, 3, ..., X, Y).

size

Chromosome length in base pairs.