-
Notifications
You must be signed in to change notification settings - Fork 6
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
Phili #79
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for the great contribution @philouail ! I have some minor change requests.
Thanks for the comments I fixed them, do you have an opinion on the naming thing I was talking about ? replace I added a section to the vignettes to describe general use of these functions. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Great contribution @philouail ! Also very clear description of the functionality in the vignette!
Also, I agree that "filtering" might not be the right term here - I would maybe do some re-formulations (talking about quality assessment and less of filtering) and also rename the R file accordingly.
The naming system is now fixed ! @michaelwitting what do you think ? any ideas for improvement ? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good to me.
Here is the PR related to the issue #77.
These basic functions return single values and vectors (numeric for all expect for
rowBlank
which is logical).This is a first draft, input is welcome, specifically on:
filteringFunctions
? as they don't really filter but more compute measurement of precision and detection / quality measurement of our data. I think a name reflecting that would be more accurate.qualityFunctions
?rowBlank
thresholdAlso, @jorainer I took your description and code for the rsd and rowRsd, it therefore needs to be removed from CompMetaboTools if you are fine with that.
I am currently writing the vignette but wanted to check if that was what you had in mind for now.
Also next I will implement more user friendly function that actually filter the data.