## Not run:
# ## load adipose tissue data (see Diabetes and JBCB papers for details)
# data(adipose)
#
# ## or load hyperinsulinemic muscle clamp data (see JBCB paper for details)
# data(insulin)
#
# ## most common use
# FunCluster(go.direct = FALSE, alpha = 0.05, clusterm = "cc",
# org = "HS", location = FALSE, compare =
# "common.correl.genes", corr.th = 0.85,
# corr.met = "greedy", two.lists = TRUE,
# restrict = TRUE)
#
# ## when only GO direct annotations are to be used and detailed
# findings are needed
# FunCluster(go.direct = TRUE, alpha = 0.05, clusterm = "cc",
# org = "HS", location = FALSE, compare =
# "common.correl.genes", corr.th = 0.85,
# corr.met = "greedy", two.lists = TRUE,
# restrict = TRUE, details = TRUE)
#
# ## hierarchical agglomerative clustering and Silhouette computations
# can be used for the preliminary step of building clusters of
# co-expressed transcripts
# FunCluster(go.direct = TRUE, alpha = 0.05, clusterm = "cc",
# org = "HS", location = FALSE, compare =
# "common.correl.genes", corr.th = 0.85,
# corr.met = "hierarchical",
# two.lists = TRUE, restrict = TRUE)
#
# ## use only common annotated transcripts for the annotation clustering
# FunCluster(go.direct = FALSE, alpha = 0.05, clusterm = "cc",
# org = "HS", location = FALSE, compare =
# "common.genes", two.lists = TRUE,
# restrict = TRUE)
# ## End(Not run)
Run the code above in your browser using DataLab