View source: R/detect_ref_genome.R
detect_ref_genome | R Documentation |
Detect if the dataset was de novo or reference genome assembled
detect_ref_genome(chromosome = NULL, data = NULL, verbose = TRUE)
chromosome |
(string) String with chromosome ID, unique or not.
Default: |
data |
(optional, path or object) radiator GDS object or file. When this argument is used, the function look inside the GDS radiator node for:
Default: |
verbose |
(optional, logical) When |
TRUE/FALSE if dataset is assembled with a reference genome or not.
Thierry Gosselin thierrygosselin@icloud.com
## Not run:
ref.genome <- radiator::detect_ref_genome(chromosome = tidy.data$CHROM)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.