Skip to content

Commit

Permalink
Merge pull request #45 from tauhidstanford/main
Browse files Browse the repository at this point in the history
corrected utils-sig
  • Loading branch information
xinglab-ai authored Aug 15, 2023
2 parents e02187c + 2f66981 commit 5bb1462
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions genomap/utils/util_Sig.py
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,8 @@ def createGenomap_for_sig(data,gene_names,rowNum=32,colNum=32):
if nump<data.shape[1]:
data,index=select_n_features(data,nump)
gene_namesRe=gene_names[index]
else:
gene_namesRe=gene_names
# X_train=X_train[top_n_features]
#ldaOutzc=scipy.stats.zscore(data, axis=0, ddof=1)
genoMaps,T=construct_genomap_returnT(data,rowNum,colNum,epsilon=0.0,num_iter=200)
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

setup(
name="genomap",
version="1.3.5",
version="1.3.6",
author="Md Tauhidul Islam",
author_email="tauhid@stanford.edu",
description="Genomap converts tabular gene expression data into spatially meaningful images.",
Expand Down

0 comments on commit 5bb1462

Please sign in to comment.