scaden_process | R Documentation |
Training data needs to be processed before a model can be trained.
scaden_process(
h5ad,
temp_dir = NULL,
bulk_gene_expression,
var_cutoff = NULL,
verbose = FALSE
)
h5ad |
File that should be processed. Must be in AnnData format (.h5ad) |
temp_dir |
The temporary directory to use for the computations (optional) |
bulk_gene_expression |
Bulk RNA-seq data. (genes x individuals) |
var_cutoff |
Filter out genes with a variance less than the specified cutoff. A low cutoff is recommended,this should only remove genes that are obviously uninformative. |
verbose |
Whether to produce an output on the console. (default: false) |
processed training file. (.h5ad format)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.