data.validate: data.validate

View source: R/process.R

data.validateR Documentation

data.validate

Description

Validates mrna, outcome, and upstream data to ensure patients & genes match.

Usage

data.validate(mrna,outcome,data)

Arguments

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

Details

Runs the data.validate.patients & data.validate.genes subroutines. Consult them directly for more information

Value

(boolean) whether this set of iBAG data is valid


cvraut/iBAGpkg documentation built on July 26, 2022, 9:55 p.m.