Skip to content

Commit

Permalink
doc, #293
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 ee20565
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.

This comment has been minimized.

Copy link
@enryH

enryH Dec 11, 2024

so both contain the normalized version of the score?

This comment has been minimized.

Copy link
@zqfang

zqfang Dec 11, 2024

Owner

Yes. res2d of the dataframe version of results.

if permutation_num > 0, additional results contain::
| {
Expand Down

0 comments on commit ee20565

Please sign in to comment.