umapPlot: Title Using an UMAP approach to plot the ML data projection...

Description Usage Arguments Value Examples

View source: R/anntation.R

Description

This method can be useful to see how your diseas genes and your predicction are scattered through a 2D UMAP plot.

Usage

1
umapPlot(fsdata, r = 0.6, ensemble)

Arguments

fsdata

The results from caret::featureSelection

r

It has the same meaning as in caret::featureSelection. Higher the value, most selective is the filter to select which features appear in the plot.

ensemble

The result to call caret::ensembleLearnKFold

Value

A UMAP scatter plot based on the two UMAP dimensions for genes when using only the features from fsdata as filtered by the value of r

Examples

1
umapPlot(fsdata=fspd,ensemble=pdmodel,r=0.4)

juanbot/G2PML documentation built on Aug. 1, 2020, 5:07 a.m.