predict_genome_build: Predicts the genome build version of genomic track files, if...

Description Usage Arguments Value Examples

Description

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.

Usage

1
predict_genome_build(input_track, species = c("human", "mouse", "drosophila"))

Arguments

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.

Value

A character string indicating the genome build version of the genomic track.

Examples

1
build_version <- predict_genome_build(my_input_track,species='human')

KanduriC/GenomeBuildPredictor documentation built on May 4, 2019, 2:34 p.m.