Skip to contents

getGeneMetadata

Usage

getGeneMetadata(list_var, n_genes)

Arguments

list_var

Either c() or output of init_variable

n_genes

Number of genes to simulate

Value

metadata matrix

Examples

list_var <- init_variable()
#> Variable name should not contain digits, spaces, or special characters.
#> If any of these are present, they will be removed from the variable name.
metadata <- getGeneMetadata(list_var, n_genes = 10)