Description Usage Arguments Value Examples
tidyFasta
reads and tidys FASTA file. Use this function as the first
step in identifying modification sites.
1 | 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
.
1 | tidyFasta(system.file("extdata", "O13297.fasta", package="MSstatsPTM"))
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.