View source: R/CreateSynSBS1SB5Correlated.R
CreateSBS1SBS5CorrelatedSyntheticData | R Documentation |
This function is a wrapper around CreateSBS1SBS5CorrelatedSyntheticDataOneDataset
.
It will use the default parameters to repeat the results.
CreateSBS1SBS5CorrelatedSyntheticData( top.level.dir = "./", regress.dir = NULL, overwrite = FALSE, add.info = TRUE, unlink = FALSE )
top.level.dir |
Top-level-folder to place 20 spectra datasets generated by this function. Default: ./ (Current working directory) |
regress.dir |
If not |
overwrite |
Whether to overwrite (Default: FALSE) |
add.info |
Whether to generate additional information. You should set it to |
unlink |
Whether to delete temporary dataset folder |
This function will generate 20 datasets, each with files listed below:
ground.truth.syn.catalog.csv: Generated tumor spectra in ICAMS SBS96 CSV format.
ground.truth.syn.exposures.csv: Mutation burdens of SBS1 and SBS5 in generated tumor spectra in ICAMS CSV format.
ground.truth.syn.sigs.csv: Ground-truth SBS1 and SBS5 signatures in ICAMS SBS96 CSV format.
parameters.txt: Parameters used to generate the exposures and tumor spectra.
scatterplot.pdf: scatterplot illustrating correlation of exposures of two signatures in generated spectra
seedInUse.txt, RNGInUse.txt: seed and Random Number Generator used in generation. (For better reproducibility)
sessionInfo.txt: information related to R versions, platforms, loaded or imported packages, etc. (For better reproducibility)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.