fa_summary: Fasta file summary

Description Usage Arguments Value Examples

Description

Get summary of input multi-fasta file like mean length, median length, GC content etc

Usage

1
fa_summary(fasta_file)

Arguments

fasta_file

Either a path or a connection to multi-fasta file. The input sequence file should have extention .fa or .fasta In the sequence header: only string before first space and/or first colon (:) will be considered for futher processes. **Important consideration when header have big names.

Value

A summary table

Examples

1
2
3
4
5
6
## Not run: 

 ref_fasta <- system.file("exdata", "Sc_nucl_R64-2-1.fasta", package = "fastaR")
 fastaR::fa_summary(fasta_file=ref_fasta)

## End(Not run)

sethiyap/fastaR documentation built on June 16, 2020, 1:41 a.m.