Learn R Programming

BioVizSeq (version 1.0.3)

fastaleng: fastaleng

Description

Statistical sequence length

Usage

fastaleng(fasta_file)

Value

data.frame

Arguments

fasta_file

The path of protein fasta file.

Author

Shiqi Zhao

Examples

Run this code
fasta_path <- system.file("extdata", "idpep.fa", package = "BioVizSeq") 
fastaleng(fasta_path)

Run the code above in your browser using DataLab