Skip to content

Commit

Permalink
doc
Browse files Browse the repository at this point in the history
  • Loading branch information
Zhuoqing Fang authored and Zhuoqing Fang committed Dec 11, 2024
1 parent 9467c38 commit 136dc6a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions gseapy/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -241,8 +241,8 @@ def ssgsea(
:param bool verbose: Bool, increase output verbosity, print out progress of your job, Default: False.
:return: Return a ssGSEA obj.
All results store to a dictionary, access enrichment score by obj.resultsOnSamples,
and normalized enrichment score by obj.res2d.
All results store to a dictionary, access enrichment score or
normalized enrichment score by obj.res2d or obj.results.
if permutation_num > 0, additional results contain::
| {
Expand Down

0 comments on commit 136dc6a

Please sign in to comment.