Description Usage Arguments Value Author(s)
Returns an integer in base 10, calculated from the base 4 (default) representation
1  | base5to10_c(number, k, base = 5L)
 | 
number | 
 A vector of integers representing a number in base 4 (default) which correspond to a kmer.  | 
k | 
 The length of kmers we are assessing. Used as a check.  | 
base | 
 The base of our representation, default is 4. This corresponds to the number of distinct nucleotides we are processing.  | 
An integer, corresponding to the number in base 4(default)
Tom Mayo t.mayo@ed.ac.uk
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.