YinLiLin / CMplot

📊 Circular and Rectangular Manhattan Plot
502 stars 111 forks source link

The `main` parameter is not working #44

Open xie186 opened 3 years ago

xie186 commented 3 years ago

Hi, it seems that the main parameter is not working. Could you please fix it when you get a chance?

YinLiLin commented 3 years ago

May I know which type of plot you mentioned? main parameter only works for Manhattan and qqplot.

xie186 commented 3 years ago

I'm using it to generate density plot for variants. For SNPs, the title is fine. For for other variant (eg. InDels), it'll be great that I can change the title.

YinLiLin commented 3 years ago

Thank you. I will fix this issue in the next version of CMplot.

charleendadams commented 3 years ago

Thank you. Please unsubscribe me.

Best, Charleen

On Feb 20, 2021, at 4:52 AM, Lilin Yin notifications@github.com wrote:

 Thank you. I will fix this issue in the next version of CMplot.

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub, or unsubscribe.

YinLiLin commented 3 years ago

Hi Charleen,

Sorry that I have no permission to cancel your subscription, it's a privilege for every user on GitHub, it should be done by yourself.

Best, LL

charleendadams commented 3 years ago

In here in GitHub. It says I’m not subscribed, but I’m getting these emails anyway.

charleendadams commented 3 years ago

Maybe it just takes time to go into effect.

YinLiLin commented 3 years ago
image

As the picture shown above, you can come to my CMplot repository and choose 'ignore' to cancel the subscription.

sunj3458 commented 3 years ago

Hi there,

I have the same issue as well, and the plot type is as follows:

plot.type="m"

Thank you!

YinLiLin commented 3 years ago

@sunj3458 The latest version of CMplot should work well to change the title by parameter "main" for the rectangular Manhattan plot, if you have more than one trait, just assign a character vector to the parameter "main" with the same length of the traits.

YinLiLin commented 3 years ago

@xie186 I just update CMplot for the issue you proposed about the parameter 'main' on GitHub, the update on R CRAN will be finished at the coming days, please source the online version and try again.