grch37.genes.5k: Bin-to-gene index

grch37.genes.5kR Documentation

Bin-to-gene index

Description

This table was constructed by mapping bin regions to gene coordinates. We found the simplest way to do this, was to pull the gencode annotation with biomaRt[https://bioconductor.org/packages/release/bioc/vignettes/biomaRt/inst/doc/biomaRt.html] and use findOverlap with GenomicRanges[https://bioconductor.org/packages/release/bioc/vignettes/GenomicRanges/inst/doc/GenomicRangesIntroduction.html]. The resulting GRanges object was saved as a text file.

Usage

data(grch37.genes.5k)

Format

A data frame with chromosome and position information

  • hgnc.symbol, HGNC gene symbol

  • chrom, chromosome

  • start, gene start coordinate

  • end, gene end coordinate

  • width, width

  • strand, gene strand

  • ensembl_gene_id, ENSEMBL gene ID

  • gene_biotype, gene type

  • bin.id, bin ID

#' @docType data

Details

A table to interpolate bin copy number to individual genes.

Source

https://github.com/SingerLab/gac


SingerLab/gac documentation built on March 23, 2024, 5:15 a.m.