Description Usage Arguments Value Examples
predict_genome_build
Predicts the genome build version of genomic track files, if any of the sequence coordinates in the input track file are unique to a genome build version.
1 | predict_genome_build(input_track, species = c("human", "mouse", "drosophila"))
|
input_track |
An input genomic track in the form of a GRanges object; import_genomic_track function could be used to generate this. |
species |
Character string indicating the species of the input genomic track. |
A character string indicating the genome build version of the genomic track.
1 | build_version <- predict_genome_build(my_input_track,species='human')
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.