Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

figure in ppt format #37

Open
shenweima opened this issue Aug 7, 2019 · 1 comment
Open

figure in ppt format #37

shenweima opened this issue Aug 7, 2019 · 1 comment

Comments

@shenweima
Copy link

shenweima commented Aug 7, 2019

There is a R package "export" which can export figure to ppt.
So can you add this function to MVP.Report?

library(export)
library(ggplot2)
data <- read.table('~/Desktop/genetic_map/summary_genetic_physical_relationship.txt',sep='\t',header=T)
ggplot(data,aes(x=Physcial,y=Genetic)) + geom_point(size=0.4) 
graph2ppt( file="~/Desktop/genetic_map/genetic_physical.pptx", paper="A4")
@hyacz
Copy link
Collaborator

hyacz commented Aug 7, 2019

This is a great idea! but the current version of rMVP is not based on ggplot, I guess there may be some problems. We will consider this feature in future versions. Pull requests are welcome.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants