oligo.freq | R Documentation |
This function will calculate oligonucleotide frequency of each sequence or contig from a FASTA file.
oligo.freq(fasta_file, f)
fasta_file |
Name of the fasta or multifasta file |
f |
Length of the oligonucleotide |
Frequency value of each oligonucleotide of length specified by the user
Dipro Sinha <diprosinha@gmail.com>,Sayanti Guha Majumdar, Anu Sharma, Dwijesh Chandra Mishra
library(metaCluster)
freq <- oligo.freq(fasta_file = system.file("extdata/sample1.fasta", package = "metaCluster"),4)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.