| check_color_to | R Documentation |
A member of the adjusting-check_()-family. Takes a character
vector and sorts its elements into a list depending on whether it was found in
the input of all_features, all_genes or all_gene_sets.
Returns a list with one slot named features, genes or gene_sets
containing the respective found/valid input of color_to.
check_color_to(
color_to,
color_by,
all_features = character(),
all_gene_sets = character(),
all_genes = character(),
max_length = NULL
)
all_features |
The valid features specified as a character vector. |
all_gene_sets |
The valid gene sets specified as a character vector. |
all_genes |
The valid genes specified as a character vector. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.