Description Usage Arguments Value Examples
View source: R/kmr_calc_k_limit.R
Calculates the k corresponding to a limit relative to the distinct number of k-mers.
1 | kmr_calc_k_limit(res, limit = 0.95)
|
res |
a dataframe |
limit |
numeric between 0 and 1 |
list k and limit values
1 2 3 4 5 6 7 8 9 10 11 | if (interactive()) {
fa <- system.file("testdata/phix174.fasta",
package = "kmerize")
k <- as.integer(seq(5, 17, 2))
res <- kmr_response(fa, k)
kmr_calc_k_limit(res)
}
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.