getGeneInfo: Get transcript and position information for NCBI Entrez gene...

Description Usage Arguments Value Examples

View source: R/getGeneInfo.R

Description

A helper function to generate gene information as input for plotSampleData function.

Usage

1
getGeneInfo(geneID, genome, transcript = "first")

Arguments

geneID

a numeric vector containing NCBI Entrez gene IDs

genome

Genome build used to align sequencing reads.

select

When select is "first" (default), the first transcript of the input genes are chosen. If "all", information of all possible transcripts will be contained in output.

Value

a data.frame containing the information for the geneID input. The data.frame has the columns named chromosome, start, end

Examples

1
2
3
4
     ## Not run: 
      vignette("CNAclinic")
     
## End(Not run)

sdchandra/CNAclinic documentation built on May 29, 2019, 9:33 a.m.