Description Usage Arguments Value
View source: R/ScreeningMethod.R
This function computes the BMD, DAD and BMD+DAD-screening considering three different ranking cases in order to select the optimal threshold and optimize data prediction.
1 2 3 4 5 6 7 | ScreeningMethod(
x1,
myList,
screening = c("bmd", "dad", "bmd+dad"),
ranking = NULL,
thresh = NULL
)
|
x1 |
input training matrix |
myList |
list of cancer-specific genes. |
screening |
type of screening (BMD-, DAD- and BMD+DAD-screening). |
ranking |
ranking of genes that are highly-correlated with the patient survival. Default is |
thresh |
number of the ranked genes choosen. Default is |
A object contains the following list of genes:
screenVars |
list of the screened genes. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.