check_rnaseqcomp {rnaseqcomp} | R Documentation |
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.
check_rnaseqcomp(object)
object |
A object of S4 rnaseqcomp class |
TRUE, or character if error happens.