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

Visualizing plots #11

Open
miakeady opened this issue Mar 19, 2021 · 1 comment
Open

Visualizing plots #11

miakeady opened this issue Mar 19, 2021 · 1 comment

Comments

@miakeady
Copy link

Hello,

I am able to install MetaLonDA and follow the tutorial fine except when I get to making the plots. When I run output.metalonda.f5 or output.metalonda.all the plots do not show up. Am I missing something?

Thank you,
Mia

@aametwally
Copy link
Owner

Hi Mia,

All figures are exported to your "current working directory", which you can easily identify by running this command "getwd()". You will see all figures in a directory that is named after the prefix parameter. If you just copy and paste the example in the README file, which is this:
output.metalonda.f5 = metalonda(Count = metalonda_test_data[5,], Time = Time, Group = Group,
ID = ID, n.perm = 100, fit.method = "nbinomial", points = points,
text = rownames(metalonda_test_data)[5], parall = FALSE, pvalue.threshold = 0.05,
adjust.method = "BH", time.unit = "days", ylabel = "Normalized Count",
col = c("black", "green"), prefix = "Test_F5")

The directory name would be "Test_F5".

Please let me know if you still have any issues. Thanks

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

No branches or pull requests

2 participants