check_rnaseqcomp {rnaseqcomp}R Documentation

Sanity Check of S4 rnaseqcomp Class

Description

This function always checks if the elements are valid to create a S4 rnaseqcomp object. Specifically, check if quantData is a list of matrices, if condInfo has the correct length and levels, etc.

Usage

check_rnaseqcomp(object)

Arguments

object

A object of S4 rnaseqcomp class

Value

TRUE, or character if error happens.


[Package rnaseqcomp version 1.16.0 Index]