makeGeneRepresentation(annoData, type = c("UIgene", "Ugene", "ROCE",
"background"), gene.id = "ensembl_gene_id", transcript.id = "ensembl_transcript_id", bind.columns, ignoreStrand = TRUE, verbose = getOption("verbose"))
chr
,
start
, end
and strand
which specifies
annotation regions of interest, and optionally additional columns.
data.frame
with rownames and columns chr, strand, start, end,
and possibly additional columns.
data(yeastAnno)
ui <- makeGeneRepresentation(yeastAnno, type = "background")
Run the code above in your browser using DataLab