View source: R/multi_ACS_ADS_global.R
multi_ACS_ADS_global | R Documentation |
The multi_ACS_ADS_global
is function to perform congruence analysis
for multiple study pairs, generating genome-wide c-scores, d-scores and their permuted p-values.
multi_ACS_ADS_global(
mcmc.merge.list,
dataset.names,
measure = "Fmeasure",
B = 100
)
mcmc.merge.list: |
a list of merged MCMC output matrices. |
dataset.names: |
a vector of dataset names. |
measure: |
three types of scores to be used: "youden", "Fmeasure","geo.mean". Default is "Fmeasure". |
B: |
number of permutations. |
Four lists:
ACS: genome-wide c-scores.
ACSpvalue: p-values for genome-wide c-scores.
ADS: genome-wide d-scores.
ADSpvalue: p-values for genome-wide d-scores.
In addition, the four data matrices are written to a folder named "ACS_ADS_Global".
## Not run:
#mcmc.merge.list from the merge step (see the example in function 'merge')
dataset.names = c("hb","hs","ht","ha","hi","hl",
"mb","ms","mt","ma","mi","ml")
ACS_ADS_global = multi_ACS_ADS_global(mcmc.merge.list,dataset.names,
measure="Fmeasure",B=1000)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.