gene_position_data_frame_grch38 | R Documentation |
gene_position_data_frame_grch38
and gene_position_data_frame_grch37
contain the coordinate and transcription start site position of each gene relative to reference genome GRCh38 and GRCh37, respectively. Both gene_position_data_frame_grch38
and gene_position_data_frame_grch37
were constructed from reference genomes available on the 10x Genomics website. The GRCh38 reference genome has been used by 10x Cell Ranger since 2020.
data(gene_position_data_frame_grch38)
data(gene_position_data_frame_grch37)
An object of class data.table
(inherits from data.frame
) with 36572 rows and 4 columns.
An object of class data.table
(inherits from data.frame
) with 57773 rows and 4 columns.
head(gene_position_data_frame_grch38)
head(gene_position_data_frame_grch37)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.