tidyFasta {MSstatsPTM} | R Documentation |
tidyFasta
reads and tidys FASTA file.
tidyFasta(path)
path |
A string of path to a FASTA file. |
A tibble with columns named header
, sequence
,
uniprot_ac
, uniprot_iso
, entry_name
.
tidyFasta("https://www.uniprot.org/uniprot/O13297.fasta")