π Function renamed for clarity:
Previous: OmixCraftHD
β Now: simulate_twoOmicsData
(for 2-omics simulation).
OmixCraftMultiHD
(alias simulateMultOmics
) introduced to simulate an arbitrary number of omics using the same generative framework.Fully modular generative factor model allows:
Signal assignment via latent factors per omic.
num.factor = "single"
or "multiple"
control.factor_structure
for each factor: shared
, unique
, mixed
, or partial
.snr
).Improved documentation and usage examples for:
simulateMultiOmics()
r
sim_object <- simulateMultiOmics(
vector_features = c(3000, 2500, 2000),
n_samples = 100,
n_factors = 3,
snr = 3,
signal.samples = c(5, 1),
signal.features = list(c(3, 0.3), c(2.5, 0.25), c(2, 0.2)),
factor_structure = "mixed",
num.factor = "multiple",
seed = 123
)
Roxygen2
, pkgdown
, and devtools::check()
(0 errors, 0 warnings, 0 notes).Any scripts or data that you put into this service are public.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.