regex_classification | R Documentation |
For example, provide fasta headers and an array of regular expressions to find out which are yeast/human while removing ambigous entries or those matching ecoli: regex = c(human="_HUMA", yeast="_YEAS", discard="_ECOL")
regex_classification(x, regex, discard_label = "discard")
x |
array of string where each regex is applied to |
regex |
named vector of regular expressions. setting proper names is important, these are the classification labels. example: c(human="_HUMA", yeast="_YEAS", discard="_ECOL") |
discard_label |
default label for classifications that should be discarded downstream. default: "discard" |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.