View source: R/Trigger_Intersim.R
trigger_InterSIM | R Documentation |
This function triggers the InterSIM
library to generate a null multi-omics dataset with specified parameters.
It processes the simulated data and returns it as a list containing feature data, sample metadata, and feature metadata.
trigger_InterSIM(n)
n |
Integer. The number of samples to generate. |
List. A list containing:
feature_table |
Data frame. Combined feature data (methylation, expression, protein) with formatted column names. |
sample_metadata |
Data frame. Sample metadata including subject IDs and clustering assignments. |
feature_metadata |
Data frame. Feature metadata including feature IDs and types. |
simulated_data <- trigger_InterSIM(100)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.