readPeptideFasta: wrapper setting the correct parameters seqinr::read.fasta for...

View source: R/readFasta.R

readPeptideFastaR Documentation

wrapper setting the correct parameters seqinr::read.fasta for reading peptide sequences

Description

peptides which do not have protein assignment drop out

Usage

readPeptideFasta(file)

Arguments

file

- fasta file

Value

list with sequences

Examples

library(seqinr)

file = system.file("extdata/fgcz_contaminants2021_20210929.fasta.gz",package = "prozor")
fasta = readPeptideFasta(file)


protViz/prozor documentation built on Nov. 13, 2024, 12:30 a.m.