fastaleng {BioVizSeq} | R Documentation |
fastaleng
Description
Statistical sequence length
Usage
fastaleng(fasta_file)
Arguments
fasta_file |
The path of protein fasta file. |
Value
data.frame
Author(s)
Shiqi Zhao
Examples
fasta_path <- system.file("extdata", "idpep.fa", package = "BioVizSeq")
fastaleng(fasta_path)
[Package BioVizSeq version 0.1.1 Index]