data.validate | R Documentation |
Validates mrna, outcome, and upstream data to ensure patients & genes match.
data.validate(mrna,outcome,data)
mrna |
mrna data (follow convention of demo_mrna) |
outcome |
outcome data (follow demo conventions) |
data |
list of other dataframes (follow demo conventions) |
sep |
("_"): the character seperator to use to differentiate mutliple columns of data per gene |
DEBUG |
(FALSE) flag to print debug statements |
Runs the data.validate.patients & data.validate.genes subroutines. Consult them directly for more information
(boolean) whether this set of iBAG data is valid
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.