SchlossLab / clustur

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

First pass edits from going through vignettes #38

Open pschloss opened 1 week ago

pschloss commented 1 week 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 1 week ago

Feel free to copy my punch list into an issue if you want to accept and then go through and fix things

GregJohnsonJr commented 1 week ago

Im confused about garbage results being generated. Are you saying the results are inaccurate when the cutoff is 0.03?

pschloss commented 1 week ago

I think I was seeing weird things with those, but that may have been me running the code manually through various functions. If I see it again, I'll try to capture a MRE

GregJohnsonJr commented 6 days ago

Okay, let me know! Im going to make this PR an issue we can quote it.

GregJohnsonJr commented 6 days ago

39 Is the referenced issue.