| tidyFasta {MSstatsPTM} | R Documentation |
tidyFasta reads and tidys FASTA file. Use this function as the first
step in identifying modification sites.
tidyFasta(path)
path |
A string of path to a FASTA file. |
A data.table with columns named header, sequence,
uniprot_ac, uniprot_iso, entry_name.
tidyFasta(system.file("extdata", "O13297.fasta", package="MSstatsPTM"))