Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
zqfang committed Oct 24, 2023
1 parent 65351b9 commit 14ca305
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gseapy/gsea.py
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ def load_data(self, cls_vec: List[str]) -> Tuple[pd.DataFrame, Dict]:
self._logger.warning(
"Found duplicated gene names, values averaged by gene names!"
)
exprs = exprs.groupby(level=0).mean()
df = df.groupby(level=0).mean()

# in case the description column is numeric
if len(cls_vec) == (df.shape[1] - 1):
Expand Down

0 comments on commit 14ca305

Please sign in to comment.