gretapy.show_genome_annotation# gretapy.show_genome_annotation(organism)# Show genome annotation for an organism. Parameters: organism (str) – Which organism to use (e.g., “hg38”, “mm10”). Return type: PyRanges Returns: PyRanges object with genome annotation. Example import gretapy as gt gt.show_genome_annotation(organism="hg38")