powered by
Is the line of text the locatome, as used within a FASTA filename?
is_locatome_line(line)
line of text from a FASTA filename
# NOT RUN { # A valid locatome line is_locatome_line("oooooMMMMMiiiii") # An invalid locatome line is_locatome_line("nonsense") # }
Run the code above in your browser using DataLab