tidyFasta: Read and tidy a FASTA file

Description Usage Arguments Value Examples

View source: R/locate.R

Description

tidyFasta reads and tidys FASTA file.

Usage

1
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

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

MSstatsPTM documentation built on Nov. 8, 2020, 5:49 p.m.