gcell.rna.gtf.GTF.get_genebodies# GTF.get_genebodies(gene_names=None)[source]# Get the gene bodies for the given gene names. Parameters: gene_names List of gene names, optionalThe gene names to get the gene bodies for, defaults to None. Return type: DataFrame Returns: pd.DataFrame The gene bodies.