patternsummary {SEPA} | R Documentation |
Count table for pattern
patternsummary(pattern)
pattern |
The direct output of truetimepattern or pseudotimepattern function. |
This function generates a count table of number of genes with each pattern.
A data.frame object. First column: pattern; Second column: number of genes
Zhicheng Ji, Hongkai Ji <zji4@zji4.edu>
data(HSMMdata) pattern <- truetimepattern(HSMMdata,truetime,removeconstant=TRUE) patternsummary(pattern)