powered by
This function recovers the initial k-mer count, making the k-mer frequency consecutive.
initial_count_recover(d0)
A data frame with recovered k-mer counts.
A data frame representing the initial k-mer count from software like Jellyfish.
d0 <- data.frame(V1 = c(1, 2, 4), V2 = c(100, 200, 300)) dr <- initial_count_recover(d0)
Run the code above in your browser using DataLab