Usage
buildAnnotationTracks(gene, extendRange = c(2000, 2000), includeGeneBody = TRUE, cytobandInfo = NULL, CpGInfo = NULL, genomeAxis = TRUE, lib = "org.Hs.eg.db", genome = "hg19", genomicFeature = "TxDb.Hsapiens.UCSC.hg19.knownGene", selectTranscripts=NULL,...)
Arguments
gene
An Entrez gene id or a GRanges object with length equals one
extendRange
extended range on each side of the gene
includeGeneBody
whether to include genebody of the provided gene
cytobandInfo
cytoband information. Set NA to suppress it.
CpGInfo
CpG-island information, GRanges or bed file are supported
genomeAxis
whether to add genome axis or not
lib
gene annotation library
genomicFeature
genomic features: "TxDb" library or object, "Mart" object
selectTranscripts
selected transcripts to show in the annotation track. If it is NULL, all transcripts will be shown.
...
other parameters used by createTranscriptTrack function