The RRtest package was created as a personal package, filled with tools to help with (big-data) analysis and machine learning. The main interesting functions are RRFE and KDEA.
This algorithm evaluates each possible combination of contrasts (generated by PCA) and applies seeded knn per contrast to identify the best contrast which achieved the highest classification accuracy. Then the resulted contrast is resulted and the most important features are extracted (based on this contrast).
This algorithm randomly resamples the original dataset using only 80% of all samples for K folds. Each fold is processed using limma, Pvalues and LogFC is generated and stored. Median LogFC and amount of significant ocurrences are ranked and combined to a combined rank. An image is generated indicative of the variation and significance based on the collective DEA results. The Ranked features are resulted and the robust features from the image are resulted in a list.
This function will evaluate all distribution properties per feature and per sample. Also detects potential outliers based on hclust, mean+sd, var+sd(var).
First, you need to install the devtools package. You can do this from CRAN.
install.packages("devtools")
To install the RRtest package
devtools::install_github("Rrtk2/RRtest/RRtest")
ra.reijnders@maastrichtuniversity.nl
RRtK2 (owner and contributor)
Setting up. Big changes likely; many bugs.
All code and documents in the RRtest folder was created by these author(s).