View source: R/CreateFromReal_Nat.R
CreateMixedTumorTypeSyntheticData | R Documentation |
Create a test data set based on >= 1 tumor types.
CreateMixedTumorTypeSyntheticData( top.level.dir, cancer.type.strings, num.syn.tumors, overwrite = FALSE, sa.exp = sa.all.real.exposures, sp.exp = sp.all.real.exposures, verbose = FALSE, bladder.regress.hack = FALSE )
top.level.dir |
Path to top level of directory structure to be created. |
cancer.type.strings |
Search the PCAWG data for tumors matching these strings. Each string should identify one tumor type, for some definition of tumor type. Probably the tumors in each type should be non-overlapping, but the code does not enforce this and does not care. |
num.syn.tumors |
Number of synthetic tumors to create for each cancer type. |
overwrite |
If TRUE, overwrite existing directories / files. |
sa.exp |
SignatureAnalyzer exposures from which to select cancer types
specified by |
sp.exp |
SigProfiler exposures from which to select cancer types
specified by |
verbose |
If > 0, cat various messages. |
bladder.regress.hack |
For use by |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.