Rrtk2 / RRtest

My personal package filled with tools to perform data analyis
GNU General Public License v3.0
0 stars 1 forks source link

| HOME | FUNCTIONS |

R package: RRtest

GitHub License GitHub Watches

Package definition

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.


RR-Feature extraction (RRFE)

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).

See the example and results

Leave-p-Out Cross-Validation Differential Expression Analysis (KDEA or LpO CV DEA)

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.

See the example and results

RR general characteristics of data scan (RRscan)

This function will evaluate all distribution properties per feature and per sample. Also detects potential outliers based on hclust, mean+sd, var+sd(var).

See the example and results


Installation

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")

Contact

ra.reijnders@maastrichtuniversity.nl

License and contributing guidelines

License

Contributing guidelines

Who is involved, and what are their roles.

RRtK2 (owner and contributor)

Status of project

Setting up. Big changes likely; many bugs.

Copyright and authors

All code and documents in the RRtest folder was created by these author(s).