View source: R/CreateSynData.R
CreateSynCatalogs | R Documentation |
Generate synthetic spectra catalogs given signature profiles and synthetic exposures.
CreateSynCatalogs(signatures, exposures, sample.id.suffix = NULL)
signatures |
The signature profiles. |
exposures |
The synthetic exposures. |
sample.id.suffix |
A string for adding a suffix to sample ID. For example, if sample.id.suffix is "abc", then SomeCancerType::s1.33 is changed to SomeCancerType::s1-abc.33. Actually, this just replaces the first "." in the sample id with "-" concatenated to sample.id.suffix. TODO(Steve): probably drop this |
A list of three elements that comprise the synthetic data:
ground.truth.catalog
: Spectra catalog for
the software input.
ground.truth.signatures
: Signatures active
in ground.truth.catalog
.
ground.truth.exposures
: Exposures of ground.truth.signatures
in ground.truth.catalog
.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.