-
Notifications
You must be signed in to change notification settings - Fork 12
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
Creating new datasets with permutations #12
Comments
I would also be interested in an example! I'm attempting to wrap Am I right in thinking that the overall workflow would be to repeat the whole If that was done manually for the paper but would be about the right algorithm to automate, I'm actually interested in trying to automate it. Mainly because it sounds like a great example of using the "permute, repeat, summarize" pattern built into OrthoLang: ... for something other than picking e-value cutoffs. EDIT: In this case the var being permuted would be Of course, if it's already automated that would be better and I would include your code rather than duplicating the effort. If you have a quick, ugly script lying around from generating the figure 3 data I would start from that. |
Hi Jeff,
You're pretty much spot on here. Once you load a collection of alignments into treeCl you can make permuted copies using the I've not seen OrthoLang before, looks interesting. Let me know if there's anything useful I can do to help if you decide to support treeCl in OrthoLang. Kevin |
Hi,
It is not indicated in the example file how to perform permutations to create new datasets for the stopping criterion test regarding the optimal number of clusters.
The text was updated successfully, but these errors were encountered: