Learn R Programming

myTAI (version 0.9.3)

is.ExpressionSet: Test ExpressionSet Standard

Description

This function tests whether a given ExpressionSet follows the pre-defined PhyloExpressionSet or DivergenceExpressionSet standard.

Usage

is.ExpressionSet(ExpressionSet)

Arguments

ExpressionSet

a standard PhyloExpressionSet or DivergenceExpressionSet that shall be tested for format validity.

Examples

Run this code
# NOT RUN {
# read example PhyloExpressionSet
data(PhyloExpressionSetExample)

is.ExpressionSet(PhyloExpressionSetExample)

# }

Run the code above in your browser using DataLab