View source: R/findGSE_v1.95_new.R
initial_count_recover_raw | R Documentation |
This function recovers the initial raw k-mer count, making the k-mer frequency consecutive.
initial_count_recover_raw(d0)
d0 |
A data frame representing the initial raw k-mer count from software like Jellyfish. |
A data frame with recovered raw k-mer counts.
d0 <- data.frame(V1 = c(1, 2, 4), V2 = c(100, 200, 300))
dr <- initial_count_recover_raw(d0)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.