Description Usage Arguments Examples
View source: R/is_locatome_line.R
Is the line of text the locatome, as used within a FASTA filename?
| 1 | 
| line | line of text from a FASTA filename | 
| 1 2 3 4 5 | # A valid locatome line
is_locatome_line("oooooMMMMMiiiii")
# An invalid locatome line
is_locatome_line("nonsense")
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.