check_IDs | R Documentation |
Check compatibility between gene IDs and an organism
check_IDs(ids, organism)
ids |
character vector of gene identifiers to be tested |
organism |
organism, should be betwwen "Arabidopsis thaliana", "Homo sapiens", "Mus musculus", "Caenorhabditis elegans", "Escherichia coli", "Drosophilia melanogaster", "Lupinus albus" |
boolean, TRUE if all of the gene IDs match the expected regex for the specified organism.
data("abiotic_stresses")
check_IDs(rownames(abiotic_stresses$raw_counts),
organism = "Arabidopsis thaliana")
check_IDs(rownames(abiotic_stresses$raw_counts),
organism = "Homo sapiens")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.