countKmer | R Documentation |
Calculate counts of kmers in the query nucleotide sequence
countKmer(study_table, k)
study_table |
A tibble outputed from the readImmunoSeq function. |
k |
The length of kmers. |
A tibble with two columns: the kmers and its respective count.
file_path <- system.file("extdata", "TCRB_sequencing", package = "LymphoSeq2") stable <- readImmunoSeq(path = file_path) countKmer(study_table = stable, k = 5)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.