Description Usage Arguments Value See Also Examples
View source: R/AllSupplements.R
Internal function, used for sample stratification.
1 2 3 4 5 6 | tnsStratification(
tns,
sections = 1,
center = FALSE,
undetermined.status = TRUE
)
|
tns |
a TNS object, which must have passed GSEA2 analysis. |
sections |
A numeric value for the stratification of the sample. The larger the number, the more subdivisions will be created for the Kaplan-Meier analysis. |
center |
a logical value. If TRUE, numbers assigned to each group is centralized on regulon activity scale. |
undetermined.status |
a logical value. If TRUE, regulons assigned as 'undetermined' will form a group. |
An updated TNS object.
1 | # see tnsKM method.
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.