cytogenetic_band_to_genomic_range {gwasrapidd} | R Documentation |
Convert a cytogenetic band string to genomic coordinates.
Description
This function uses the provided cytogenetic_bands
dataframe to convert cytogenetic band names to genomic coordinates.
Usage
cytogenetic_band_to_genomic_range(bands)
Arguments
bands |
A |
Value
A dataframe of genomic ranges. Columns are: chromosome, start and end. Each row corresponds to a queried cytogenetic band (in the same order as queried).
[Package gwasrapidd version 0.99.18 Index]