Returns chromosome length and centromere coordinates for specified genome.
get_chr_coordinates(genome, as_df = FALSE)
genome | Character object specifying the genome version; accepts one of the following options:
No default. |
---|---|
as_df | Logical specifying whether the output should be returned as a
|
Centromere start and end, as well as chroosome lengths, for each chromosome.
# NOT RUN { get_chr_coordinates(genome='SK1Yue') get_chr_coordinates(genome='sacCer3', as_df=FALSE) get_chr_coordinates(genome='SK1', as_df=TRUE) get_chr_coordinates(genome='SK1_S288CYue', as_df=TRUE) # }