check_coverage | R Documentation |
Check that the coverage info is in the GDS. By default, it will look for the DP and AD info in the FORMAT field.
Extract coverage information from a GDS file
check_coverage(
gds,
genotypes.metadata.check = FALSE,
stacks.haplo.check = FALSE,
dart.check = FALSE
)
extract_coverage(
gds,
individuals = TRUE,
markers = TRUE,
dp = TRUE,
ad = TRUE,
coverage.stats = c("sum", "mean", "median", "iqr"),
subsample.info = 1,
verbose = TRUE,
parallel.core = TRUE
)
gds |
The gds object. |
genotypes.metadata.check |
(optional, logical) Look for already extracted coverage information in the
radiator genotypes_metadata field of the GDS.
Default: |
stacks.haplo.check |
(optional, logical) stacks haplotypes VCF header is
baddly generated. It will say you have Read and allele Depth info, but you don't.
Default: |
dart.check |
(optional, logical) DArT have different reporting for coverage
information. Will no longer report the average coverage stats from 1 and 2-rows DArT format.
Default: |
individuals |
(optional, logical) Default: |
markers |
(optional, logical) Default: |
dp |
(optional, logical) Default: |
ad |
(optional, logical) Default: |
coverage.stats |
(optional, character string). Choice of stats to use with
coverage.
Default: |
subsample.info |
(optional, double) Default: |
verbose |
(optional, logical) When |
parallel.core |
(optional) The number of core used for parallel
execution during import.
Default: |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.