test_colData_structure {M3D}R Documentation

Tests that the files are specified in a workable order for M3D to run

Description

M3D requires that the files be specified group by group (all of condition 1, then all of condition 2 etc.). This function tests this, and is used before loading so that the error is caught before time is wasted.

Usage

test_colData_structure(colData)

Arguments

colData

Samples' names plus additional sample information as character, data.frame or DataFrame.

Value

Returns TRUE if the colData is structured correctly for downstream analysis, FALSE otherwise

Author(s)

Tom Mayo t.mayo@ed.ac.uk


[Package M3D version 1.16.0 Index]