Description Usage Arguments Value Examples
Using clustering results (from TSCAN) based on feature selection to perform model selection.
1 2 3 4 5 6 7 | Select_Model_short_TSCAN(
Y,
cluster,
minexpr_percent = 0.5,
cvcutoff = 1,
tops = c(500, 1000, 2000)
)
|
Y |
A gene expression matrix |
cluster |
The initial cluster labels NA values are allowed. This can directly from the |
minexpr_percent |
The threshold used for processing data in TSCAN. Using it by default. |
cvcutoff |
The threshold used for processing data in TSCAN. Using it by default. |
tops |
A numeric vector containing a list of numbers corresponding to top genes; e.g., tops = c(500, 1000, 2000). |
mse and the TSCAN clustering result.
1 2 3 4 5 6 7 8 9 10 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.