View source: R/CreateAbstract_Nat.R
Create.3.5.40.Abstract | R Documentation |
This function generates synthetic spectra with mutation loads of SBS3 (signature prevalent in ovarian adenocarcinoma), SBS5 and SBS40 (signatures prevalent in renal cell carcinoma). This dataset challenges the computational approaches as these three signatures are "flat" signatures hard to be extracted accurately.
Create.3.5.40.Abstract( seed = 44, overwrite = TRUE, regress.dir = "data-raw/long.test.regression.data/syn.3.5.40.abst/", num.syn.tumors = 1000, top.level.dir = paste0("../syn.3.5.40.abst.", seed), unlink = FALSE )
seed |
A random seed to use. |
overwrite |
If |
regress.dir |
If not |
num.syn.tumors |
The number of tumors to create for each cancer
type in |
top.level.dir |
The directory in which to put the output; will be created if necessary. |
unlink |
If |
This function supersedes the second part of data-raw/Create.3.5.40.Rmd
in GitHub repository steverozen/SynSig
. With default arguments, this function generates the same results as
the second half of data-raw/Create.3.5.40.Rmd
.
Data set generated by this function can be found at Synapse with Synapse ID: syn18500215.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.