Replies: 1 comment 2 replies
-
|
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
In a previous version of my code, I created a data object using simplify() that I then used to sample from genotype_matrix, i.e.
I would like to remove the simplify() function because of artifacts that it generates and sample directly from genotype_matrix, but just using:
throws an error
so presumably mts.samples(population=1) did not create an object that could be applied to genotype_matrix. What is the correct syntax for this?
Beta Was this translation helpful? Give feedback.
All reactions