tidyFasta: Read and tidy a FASTA file

View source: R/locatePTM.R

tidyFastaR Documentation

Read and tidy a FASTA file

Description

tidyFasta reads and tidys FASTA file. Use this function as the first step in identifying modification sites.

Usage

tidyFasta(path)

Arguments

path

A string of path to a FASTA file.

Value

A data.table with columns named header, sequence, uniprot_ac, uniprot_iso, entry_name.

Examples

tidyFasta(system.file("extdata", "O13297.fasta", package="MSstatsPTM"))


Vitek-Lab/MSstatsPTM documentation built on Sept. 26, 2024, 9:28 p.m.