Hi all,
I have a downloaded a BioMartGeneRegionTrack. I want know to plot two gene names simultaneously, e.g.. "NM_12345" and ""uc1234.abc.1". I have used biomaRt to get the according information for the gene to plot:
gene_names <- getBM(attributes = c("refseq_mrna","ucsc"),filters="refseq_mrna",values=refseqids,mart=ensembl)
Does anyone know how to proceed at this point?
Best, Angela