cluego | R Documentation |
cluego
sends anal_prnTrend
findings in, e.g.
Protein_Trend_[...].txt
etc. to
ClueGO
via API.
cluego(
df2 = "Protein_Trend_Z_nclust5.txt",
species = c(human = "Homo Sapiens"),
n_clust = 3L
)
df2 |
Character string; the name of a secondary data file from
|
species |
Named character string . The default is |
n_clust |
Numeric vector; the cluster ID(s) corresponding to
|
# Make sure CytoSpace is opened, and
# yFiles layouts and ClueGO plug-in are installed.
# Human
cluego(
df2 = Protein_Trend_Z_nclust5.txt,
species = c(human = "Homo Sapiens"),
n_clust = c(3, 5)
)
# Mouse
cluego(
df2 = Protein_Trend_Z_nclust5.txt,
species = c(mouse = "Mus Musculus"),
n_clust = c(3:4)
)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.