How to remove symol name in Gviz?
0
0
Entering edit mode
3.1 years ago
donny.dw ▴ 20

How can I remove the gene symbol name on the plot? I mean "CDK18" before the gene structure box. I can not find any paramter to do this. Below is my settings.

enter image description here

> biomTrack <- BiomartGeneRegionTrack(genome = "hg19",
                                         symbol = thisGene,
                                         shape = "arrow",
                                         name = thisGene,
                                         stacking = "full",
                                         col = NULL,
                                         collapseTranscripts = "meta",
                                         fill = "black",
                                         lwd = 10,
                                         col.line = NULL,
                                         col = NULL, 
                                         stackHeight = 0.5)

Thanks

Gviz • 529 views
ADD COMMENT
0
Entering edit mode

Please use the formatting bar (especially the code option) to present your post better. You can use backticks for inline code (`text` becomes text), or select a chunk of text and use the highlighted button to format it as a code block. If your code has long lines with a single command, break those lines into multiple lines with proper escape sequences so they're easier to read and still run when copy-pasted. I've done it for you this time.
code_formatting

ADD REPLY

Login before adding your answer.

Traffic: 1967 users visited in the last hour
Help About
FAQ
Access RSS
API
Stats

Use of this site constitutes acceptance of our User Agreement and Privacy Policy.

Powered by the version 2.3.6