Skip to content

Commit

Permalink
Change
Browse files Browse the repository at this point in the history
  • Loading branch information
Jeremyxivir committed Jul 22, 2024
1 parent b2b4905 commit ecb08a4
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pf2rnaseq/figures/figureLupus1.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,8 @@ def makeFigure():
print(bulk_matrix )
# bulk_matrix_genes_only = bulk_matrix.iloc[:, 2:-1]



# pca = PCA(n_components=2)
# principalComponents = pca.fit_transform(bulk_matrix_genes_only)
# print(np.shape(principalComponents))
Expand Down

0 comments on commit ecb08a4

Please sign in to comment.