This function tests whether a given ExpressionSet follows the pre-defined PhyloExpressionSet or DivergenceExpressionSet standard.
is.ExpressionSet(ExpressionSet)
ExpressionSet | a standard PhyloExpressionSet or DivergenceExpressionSet that shall be tested for format validity. |
---|
Hajk-Georg Drost
# read example PhyloExpressionSet data(PhyloExpressionSetExample) is.ExpressionSet(PhyloExpressionSetExample) #> [1] TRUE