estimate_coverage {minSNPs} | R Documentation |
estimate_coverage
Description
estimate_coverage
estimate_coverage
estimate the average coverage by comparing number of bases from reads to genome size
Usage
estimate_coverage(read_lengths, genome_size)
Arguments
read_lengths |
the lengths of the reads |
genome_size |
the genome size |
Value
will return an estimated average coverage
[Package minSNPs version 0.2.0 Index]