scaden_simulate | R Documentation |
Simulates training data from scRNA data
scaden_simulate(
cell_type_annotations,
gene_labels,
single_cell_object,
temp_dir = NULL,
cells = 100,
samples = 1000,
dataset_name = "scaden",
verbose = FALSE
)
cell_type_annotations |
Vector of celltype labels. Order corresponds to rows in single_cell_object matrix. |
gene_labels |
Vector of gene labels. Order corresponds to columns in single_cell_object matrix. |
single_cell_object |
Matrix or dataframe of scRNA data. Rows=cells and columns=genes |
temp_dir |
The temporary directory to use for the computations (optional) |
cells |
Bulk simulation: Number of cells per sample (default: 100) |
samples |
Bulk simulation: Number of samples to simulate (default: 1000) |
dataset_name |
Name of dataset |
verbose |
Whether to produce an output on the console. (default: false) |
Simulated bulk data of known cell type fractions
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.