order_by_prev_cluster | R Documentation |
Order classes either according to the order of previous classes or order by similarity using hclust
order_by_prev_cluster(numClasses, classMeans, prev_classMeans)
numClasses |
An integer with the number of classes learned |
classMeans |
The mean profile of all reads in their classes |
prev_classMeans |
The mean profile of all reads in their classes from a previous run |
Returns a vector with the order of the classes
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.