View source: R/check_arguments.R
check_vectors | R Documentation |
Checking the survival_time
, survival_event
and case_tag
introduces in the GSSTDA
object.
check_vectors(
full_data,
survival_time,
survival_event,
case_tag,
control_tag,
na.rm = TRUE
)
full_data |
The genes of the full_data (maybe remove by na.rm = TRUE) |
survival_time |
Time between disease diagnosis and event (if there was no event until the end of follow-up). |
survival_event |
|
case_tag |
The tag of the healthy sample (healthy or not). |
control_tag |
Tag of the healthy sample.E.g. "T" |
na.rm |
|
control_tag Return the tag of the healthy sample.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.