gcell.rna.gene.GeneExp.tes_list#
- property GeneExp.tes_list: DataFrame[source]#
Get the TES list for the gene, constructed from tss_list if not provided.
For ‘+’ strand genes, TES coordinates are extracted from End column. For ‘-’ strand genes, TES coordinates are extracted from Start column.
- Returns:
pd.DataFrame DataFrame containing TES coordinates, similar structure to tss_list.
- Raises:
ValueError – If tss_list doesn’t have End column and tes_list was not provided.