kmr_length_fasta: kmr_length_fasta

Description Usage Arguments Value See Also Examples

View source: R/kmr_length_fasta.R

Description

Get the length of a sequnce in a fasta formatted file.

Usage

1

Arguments

fasta

path to a file

Value

integer length of the sequence in the file

See Also

Other kmer_help: kmr_compare(), kmr_map_kmers(), kmr_plot_map(), kmr_plot_response(), kmr_position_coverage(), kmr_response(), kmr_scan_k_min()

Examples

1
2
3
fasta <- system.file("testdata/phix174.fasta", package = "kmerize")

kmr_length_fasta(fasta)

c5sire/kmerize documentation built on June 7, 2020, 9:26 p.m.