get_genes_in_cluster | R Documentation |
Get genes in a specific cluster
get_genes_in_cluster(membership, cluster)
membership |
named vector from run_coseq |
cluster |
desired cluster number |
genes belonging to the desired cluster
data("abiotic_stresses")
get_genes_in_cluster(abiotic_stresses$heat_DEGs_coseq_membership, 3)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.