powered by
n
create_ngrams(n, u, possible_grams = NULL)
integer
numeric
character
NULL
count_ngrams
#bigrams for standard aminoacids create_ngrams(2, 1L:20) #bigrams for standard aminoacids with positions, 10 nucleotide long sequence create_ngrams(2, 1L:20, 9)
Run the code above in your browser using DataLab