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

Why is BW1 so different in the following 2 plots? #9

Closed
adw96 opened this issue Jul 28, 2018 · 3 comments
Closed

Why is BW1 so different in the following 2 plots? #9

adw96 opened this issue Jul 28, 2018 · 3 comments
Assignees

Comments

@adw96
Copy link
Owner

adw96 commented Jul 28, 2018

plot(divnet_phylum_name, color = "red") +
ylim(0,2) + ylab("Shannon estimate with DivNet")

lee_phylum %>%
otu_table %>%
apply(2, shannon) %>%
data.frame("shannon" = .) %>%
rownames_to_column %>%
ggplot(aes(x = rowname, y = shannon)) +
geom_point() +
theme_bw() +
ylim(0,2) + ylab("Naive Shannon estimate") + xlab("samples")

@adw96 adw96 self-assigned this Jul 28, 2018
@adw96
Copy link
Owner Author

adw96 commented Dec 6, 2018

How did you check this before closing it, @bryandmartin?

@bryandmartin
Copy link
Collaborator

Sorry, I closed the wrong issue here.

@bryandmartin bryandmartin reopened this Dec 6, 2018
@adw96
Copy link
Owner Author

adw96 commented Dec 6, 2018

Thanks -- please just be careful in future. I just confirmed that 6e15eb3 did indeed fix this issue.

@adw96 adw96 closed this as completed Dec 6, 2018
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