gcell.rna.gtf.GTF.query_region# GTF.query_region(chrom, start, end, strand=None)[source]# Query the GTF for regions matching the given parameters. Parameters: chrom strThe chromosome to query. start intThe start position to query. end intThe end position to query. strand str, optionalThe strand to query, defaults to None. Return type: DataFrame