Description Usage Arguments Details Value
The output is sorted by A/C/G/T at each posotions. For example, if you run NCC(xxx,"DNA",2), then you'll get a vector which is sorted according to AA,AC,AG,AT... TA,TC,TG,TT.
1 | NCC(Seq, seqType, n)
|
Seq |
A character string which denotes the DNA/RNA sequence |
seqType |
The sequence is DNA or RNA. It should be either 'DNA' or 'RNA' |
n |
The k of k-mer |
The function implement the basic DNA/RNA Sequence nucleotide composition counting.
A vector contains the compositions
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.