clusterOntologyDF | R Documentation |
Cluster Ontology DataFrame
clusterOntologyDF(ont.df, clust.naming, ind.h = 0.66, total.h = 0.5)
ind.h |
Cut height for hierarchical clustering of terms per cell type. Approximately equal to the fraction of genes, shared between the GOs. Default: 0.66. |
total.h |
Cut height for hierarchical clustering of GOs across all subtypes. Approximately equal to the fraction of subtypes for which two GOs should belong to the same cluster. Default: 0.5. |
List containing:
df
: data.frame with information about individual gene ontologies and columns Cluster
and ClusterName
for the clustering info
hclust
: the object of class hclust with hierarchical clustering of GOs across all
subtypes
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.