tidyFasta {MSstatsPTM}R Documentation

Read and tidy a FASTA file

Description

tidyFasta reads and tidys FASTA file.

Usage

tidyFasta(path)

Arguments

path

A string of path to a FASTA file.

Value

A tibble with columns named header, sequence, uniprot_ac, uniprot_iso, entry_name.

Examples

tidyFasta("https://www.uniprot.org/uniprot/O13297.fasta")


[Package MSstatsPTM version 1.0.0 Index]