## Not run:
#
# ##show colnames of SaltExpMat
# colnames(SaltExpMat)
#
# ##as the dot is used to indicate the replications in one condition, we
# ##have to change the colname of genes at the 0.5 time point.
# colnames(SaltExpMat)[1] <- "Salt_0_5h"
#
# ##get condition specifically expressed genes
# res <- ConditionSpecificGenes( expmat = SaltExpMat, logtransformed = TRUE,
# base = 2, threshold = 0.75 )
#
# ##number of condition specifically expressed genes
# length(res$CSGenes)
# ## End(Not run)
Run the code above in your browser using DataLab