Description Usage Arguments Value See Also Examples
View source: R/kmr_length_fasta.R
Get the length of a sequnce in a fasta formatted file.
1 | kmr_length_fasta(fasta = NULL)
|
fasta |
path to a file |
integer length of the sequence in the file
Other kmer_help:
kmr_compare(),
kmr_map_kmers(),
kmr_plot_map(),
kmr_plot_response(),
kmr_position_coverage(),
kmr_response(),
kmr_scan_k_min()
1 2 3 | fasta <- system.file("testdata/phix174.fasta", package = "kmerize")
kmr_length_fasta(fasta)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.