SchlossLab / clustur

Cluster algorithms from mothur in R
http://www.schlosslab.org/clustur/
Other
0 stars 0 forks source link

As per PR #38 #39

Open GregJohnsonJr opened 6 days ago

GregJohnsonJr commented 6 days ago

A few number of things came up as I was going through the vignette. I've fixed a number of things with this PR, but take a look to see what I've done. Most of my code fixes are hacks on the R end. You may want to correct on the RCpp end. The tests are failing and need to be fixed...

A more general question is what we should be calling things. We have label and cutoff, abundance and shared, and sequences/bins/otus. I see my own inconsistency in all this :) Now that I think about it, let's leave it as cutoff rather than label. I'm not sure what to do about sequences/bins/otus. For 16S/mothur we would use sequence/otus. For mums2 we'd want features/omus. A more generic scheme could be features/bins. Let me think more on this...

pschloss commented 6 days ago

Lingering issues...