mdsGlobal | R Documentation |
The mdsGlobal
is function to generate : multidimensional scaling plot for genome-wide c-scores or d-scores.
mdsGlobal(acs, model.name, sep = "_", file)
acs: |
pairwise c-scores or d-scores matrix (c-scores is recommended) |
model.name: |
a vector of dataset names. |
sep: |
a character string to separate the data terms. Please avoid characters appeared in model.name. |
file: |
the output file name. |
A MDS plot of c-scores or d-scores for all study pairs to visualize global distance between each data pair.
## Not run:
#mcmc.merge.list from the merge step (see the example in function 'merge')
#ACS_ADS_global from the multi_ACS_ADS_global step (see the example in 'multi_ACS_ADS_global')
dataset.names = c("hb","hs","ht","ha","hi","hl",
"mb","ms","mt","ma","mi","ml")
mdsGlobal(ACS_ADS_global$ACS,dataset.names,sep="_",file="~/globalMDS.pdf")
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.