View source: R/search_string_generation.R
generate_kmer_search_string | R Documentation |
generate_kmer_search_string
generate_kmer_search_string
generate the search strings
to detect genes' presence
generate_kmer_search_string(
gene_seq,
k,
id_prefix = NULL,
bp = MulticoreParam()
)
gene_seq |
sequences to generate k_mers from |
k |
kmer length |
id_prefix |
prefix for the gene id |
bp |
BiocParallel backend to use |
a dataframe containing the search strings
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.