-
Notifications
You must be signed in to change notification settings - Fork 21
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
Feature Request: Tidy Output #28
Comments
Hi nlubock, thanks for your request. Indeed it's an interesting feature that could be implemented without too much effort given the latest updates in the clustering algorithms. We will consider it and get back to you soon. |
Hey folks, I came here to ask for something similar, so I figured I'd just add a comment here.
My current solution is to use AWK:grimacing: on the cluster-id-containing output file like:
Do y'all think the first option (input line number, clustered centroid sequence) would be easy to implement? I took an intro to C course 10 years ago and mainly use shell/R/python , do you think it'd be helpful for me to sketch out a prototype? I assume the output-making code would be easy to find? |
Hey @nlubock , a similar feature is now ready for testing in the feature/tidy branch, as discussed on this pull request : #40 (comment) |
I was wondering if it would be possible to output clusters in a tidy format rather than the existing wide format. For example:
Obviously this not critical, but I think it would be a useful feature.
The text was updated successfully, but these errors were encountered: