CreateOnePairOfRandomCatalogs | R Documentation |
Create a pair of "random" synthetic catalogs, one for 96-channel and one for COMPOSITE features.
CreateOnePairOfRandomCatalogs( num.syn.tumors, total.num.sigs, mut.mean, mut.sd, num.sigs.mean, num.sigs.sd, sig.name.prefix, sample.name.prefix, composite.dir.name, x96.dir.name, COMPOSITE.features, overwrite = FALSE, verbose = TRUE )
num.syn.tumors |
Total number of synthetic tumors to create. |
total.num.sigs |
Total number of signatures in the universe. |
mut.mean |
Mean of the log10 of the number of mutations due to each signature. |
mut.sd |
Standard deviation of the log10 of the number of mutations due to each signature. |
num.sigs.mean |
Mean number of signatures contributing to each tumor. |
num.sigs.sd |
Standard deviation the number of signatures contribution to each tumor. |
sig.name.prefix |
String to put in front of an integer (as string) to form an identifier for a synthetic signature. |
sample.name.prefix |
String to put in front of an integer (as string) to form an identifier for a synthetic sample (tumor). |
composite.dir.name |
string indicating the name of the COMPOSITE
subdirectory; probably one of |
x96.dir.name |
A string indicating the name of the 96-channel
subdirectory; probably one of |
COMPOSITE.features |
Character vector containing rownames for a COMPOSITE signature or catalog. |
overwrite |
If |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.