PhanstielLab / Sushi

Tools for visualizing genomics data
67 stars 19 forks source link

pgb=plotGenes arrows #9

Open rvidal404 opened 7 years ago

rvidal404 commented 7 years ago

Dear authors,

Is there any way to remove the arrows that indicate the gene strand leaving at the same time labeltext=TRUE in the function plotGenes? I had a look on the source code, but I couldn't figure out how to sort this out - it is only because it gets quite noise if you have a lot of genes.

Many thanks in advance;

wangfan860 commented 6 years ago

I have exact the same question. Thanks in advance @dphansti

dphansti commented 6 years ago

The latest version of Sushi available from github no longer adds the arrows to the labels. To install the latest version try:

library("devtools") install_github("dphansti/Sushi")

dstern commented 5 years ago

How can I add the arrows back with the new code? Not documented in help. Thanks, David

dphansti commented 5 years ago

It currently does not allow for that.