Skip to content

Commit

Permalink
unindented docs
Browse files Browse the repository at this point in the history
  • Loading branch information
Zhuoqing Fang committed Dec 12, 2017
1 parent 31a13a5 commit 4c16384
Showing 1 changed file with 1 addition and 9 deletions.
10 changes: 1 addition & 9 deletions gseapy/algorithm.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ def enrichment_score(gene_list, gene_set, weighted_score_type=1, correl_vector=N
equal to the permutation number.
:param rs: Random state for initialize gene list shuffling. Default: np.random.RandomState(seed=None)
:return:
:return:
ES: Enrichment score (real number between -1 and +1)
Expand Down Expand Up @@ -196,17 +196,9 @@ def ranking_metric_tensor(exprs, method, permutation_num, pos, neg, classes,
:return:
returns two 2d ndarry with shape (nperm, gene_num).
<<<<<<< HEAD
<<<<<<< HEAD
| genes_mat: sorted and permuated (exclude last row) gene name matrix.
| cor_mat: sorted and permuated (exclude last row) ranking matrix.
=======
=======
>>>>>>> 8d7a498886c4c53b7ded2cfd959dedded51e1db3
genes_mat: sorted and permuated (exclude last row) gene name matrix.
cor_mat: sorted and permuated (exclude last row) ranking matrix.
>>>>>>> 8d7a498886c4c53b7ded2cfd959dedded51e1db3
"""
# S: samples, G: gene number
Expand Down

0 comments on commit 4c16384

Please sign in to comment.