Skip to content

Commit

Permalink
deeprofiler project processing features
Browse files Browse the repository at this point in the history
  • Loading branch information
jenna-tomkinson committed Jan 17, 2023
1 parent 1ae36c3 commit 3137e54
Show file tree
Hide file tree
Showing 12 changed files with 2,557 additions and 3 deletions.
7 changes: 5 additions & 2 deletions 4_processing_features/4.extract_sc_features.sh
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
#!/bin/bash
jupyter nbconvert --to python extract_single_cell_features.ipynb
python extract_single_cell_features.py
jupyter nbconvert --to python extract_sc_features_cp.ipynb
python extract_sc_features_cp.py

jupyter nbconvert --to python extract_sc_features_dp.ipynb
python extract_sc_features_dp.py
2 changes: 1 addition & 1 deletion 4_processing_features/4.processing_features.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,4 @@ dependencies:
- conda-forge::numpy=1.22
- conda-forge::scikit-learn
- pip:
- git+https://github.com/cytomining/pycytominer@e43be528d3ca6d77d2b1a347fe8e4131dfc65bf0
- git+https://github.com/cytomining/pycytominer@afac3ea16818ad25f37318ecd5c5090c0eff5806
Binary file not shown.
Binary file not shown.
257 changes: 257 additions & 0 deletions 4_processing_features/data/nf1_sc_norm_deepprofiler_cyto.csv.gz

Large diffs are not rendered by default.

258 changes: 258 additions & 0 deletions 4_processing_features/data/nf1_sc_norm_deepprofiler_nuc.csv.gz

Large diffs are not rendered by default.

Binary file not shown.
Binary file not shown.
Loading

0 comments on commit 3137e54

Please sign in to comment.