data.validate.patients | R Documentation |
Validates mrna, outcome, and upstream data to ensure patients match.
data.validate.patients(mrna,outcome,data) For each dataset the patient vector is assumed to be the rownames.
mrna |
:mrna data (follow convention of demo_mrna) |
data |
:list of other dataframes (follow demo conventions) |
DEBUG |
FALSE: flag to print debug statements |
outcome: |
outcome data (follow demo conventions) |
This function checks:
patients are unique in mrna
patients match across the list of datasets in data and mrna
patients in outcome are in mrna and data
A match across patient vector is defined as equivalent order and content.
boolean: whether this set of iBAG data is valid for the patients only
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.