Collects a set of principal variables, reducing the number of not important variables
to analyse. Dimensionality reduction makes data analysis algorithms work faster and
sometimes more accurate, since it also reduces noise in the data. Currently available
methods are:
- immunr_pca performs PCA (Principal Component Analysis) using prcomp;
- immunr_mds performs MDS (Multi-Dimensional Scaling) using isoMDS;
- immunr_tsne performs tSNE (t-Distributed Stochastic Neighbour Embedding) using Rtsne.