tidyFasta {MSstatsLiP}R Documentation

Read and tidy a FASTA file

Description

reads and tidys FASTA file.

Usage

tidyFasta(path)

Arguments

path

a string of path pointing towards a fasta file

Value

a tibble of formatted FASTA information

Examples

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

[Package MSstatsLiP version 0.99.5 Index]