danielldhwang / fastman

fastman is a R package that plots GWAS summaries to Manhattan plots in a fast way.
GNU General Public License v3.0
1 stars 2 forks source link

saving fastman plot #3

Open alanmejiamaza opened 1 year ago

alanmejiamaza commented 1 year ago

Hi,

Can you share the command to save the manhattan plot in .png format using fastman?

Thanks

danielldhwang commented 1 year ago

This should work:

png(filename="fastman.png") fastman(data) dev.off()

You will see more options by entering ?png in your R session.

On Tue, Jul 4, 2023 at 12:36 AM alanmejiamaza @.***> wrote:

Hi,

Can you share the command to save the manhattan plot in .png format using fastman?

Thanks

— Reply to this email directly, view it on GitHub https://github.com/danielldhwang/fastman/issues/3, or unsubscribe https://github.com/notifications/unsubscribe-auth/AB2QP2WTLNXDTBLEQALAG53XOLKIJANCNFSM6AAAAAAZ4RTBJI . You are receiving this because you are subscribed to this thread.Message ID: @.***>