gcell.rna.gencode.Gencode.query_region

gcell.rna.gencode.Gencode.query_region#

Gencode.query_region(chrom, start, end, strand=None)[source]#

Query the GTF for regions matching the given parameters.

Parameters:
chrom str

The chromosome to query.

start int

The start position to query.

end int

The end position to query.

strand str, optional

The strand to query, defaults to None.

Return type:

DataFrame