View source: R/CreateFromReal_Nat.R
BladderSkin1000 | R Documentation |
Creates spectra dataset consists of 500 synthetic bladder transitional cell carcinoma with high prevalence and mutation load from SBS2, and 500 synthetic skin melanoma with high prevalence and mutation load from SBS7a and SBS7b. This dataset challenges the computational approaches as SBS2 has a similar pattern to the mixture of SBS7a and SBS7b, thus the existence of these signatures may interfere computational approaches from accurately extracting these signatures.
BladderSkin1000( seed = 191906, regress.dir = "data-raw/long.test.regression.data/syn.2.7a.7b.bladder.and.melanoma/", top.level.dir = "../2.7a.7b.bladder.and.melanoma.191906", unlink = FALSE )
seed |
A random seed to use. |
regress.dir |
If not |
top.level.dir |
The directory in which to put the output; will be created if necessary. |
unlink |
If |
This function replaces the first part of data-raw/Create.2.7a.7b.Rmd
in GitHub repository steverozen/SynSig
. With default arguments, this
function generates the same results as the first part of
data-raw/Create.2.7a.7b.Rmd
.
#' The second half of data-raw/Create.2.7a.7b.Rmd
is replaced by Create.2.7a.7b.Abstract
.
Data set generated by this function can be found at Synapse with Synapse ID: syn18500217.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.