Supported Supervised Screening
Source:R/class_Screener.R
list_supported_supervised_screening_methods.Rd
This function returns a data.frame
containing the currently
supported supervised screening methods.
Value
A data.frame
with 3 columns:
id
contains the id used in renoir for the supervised screening method (e.g. 'ebayes')
name
contains a short description of the method (e.g. 'empirical Bayes moderated t-statistics test')
Details
The currently implemented supervised screening methods are returned in a data.frame
.
If resp.type
and y
are provided, only the metrics supported for the given response
are returned.