gene_position_data_frame_grch38
maps each gene to the chromosome on which it is located and the position of its transcription start site on that chromosome. The data frame was constructed from the GRCh38 reference genome that has shipped with CellRanger since 2020.
Usage
data(gene_position_data_frame_grch38)
Examples
head(gene_position_data_frame_grch38)
#> response_id chr position
#> <char> <fctr> <int>
#> 1: ENSG00000243485 chr1 29554
#> 2: ENSG00000237613 chr1 36081
#> 3: ENSG00000186092 chr1 65419
#> 4: ENSG00000239945 chr1 91105
#> 5: ENSG00000238009 chr1 133723
#> 6: ENSG00000239906 chr1 140339