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

heat_tree_matrix expects pairs of treatments to be in a specific order #197

Closed
zachary-foster opened this issue Jan 10, 2018 · 0 comments
Closed

Comments

@zachary-foster
Copy link
Contributor

It expects treatments to be paired like so:

Browse[2]> treatments
[1] "rhizogenes"  "tumefaciens" "vitis"      
Browse[2]> combinations
     [,1] [,2]
[1,]    1    2
[2,]    1    3
[3,]    2    3

but an arrangement like this would also be valid:

     [,1] [,2]
[1,]    1    2
[2,]    3    1
[3,]    2    3

or

     [,1] [,2]
[1,]    1    2
[2,]    3    1
[3,]    3    2

This is fine if the data was produced with compare_groups, but a nuisance if the data set came from somewhere else.

This results in some subplots not getting data

rplot02

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

1 participant