-
Notifications
You must be signed in to change notification settings - Fork 3
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
some improvements #3
Comments
Enriquea and team: (These are questions, not issues. I guess, it is ok if I submit my queries here. If not, please let me know and I will shoot an email, thanks) Great software, thanks for sharing. Enriquea, thanks for answering my earlier email questions.
Cheers
Matrix products: default locale: attached base packages: other attached packages: loaded via a namespace (and not attached): Can you explain how the class-balanced was carried out (ROSE, up/down/mixed)? Does any of the feseR protocols include the option? |
@ravichas
library(doSNOW) combineFS( stopCluster(cl) (or similar) will work here. Surely, BiocParallel's implementation would be better here, but it's not done yet. |
drychkov Thanks very much for the detailed explanations. Ravi |
Enrique Audain enriquea Make easier to extract the top features contributing to the principal components explaining most of the variance in the dataset. I am sure you are busy. I am just curious about this enhancement. Do we expect this enhancement soon? :) Cheers |
Add function to remove features with high missingness rate.
Add some basic imputation method (e.g. k-means).
Make easier to extract the top features contributing to the principal components explaining most of the variance in the dataset.
The text was updated successfully, but these errors were encountered: