Skip to content

Commit

Permalink
UMAP notebooks and visualizations
Browse files Browse the repository at this point in the history
  • Loading branch information
jenna-tomkinson committed Jan 9, 2023
1 parent 9adc2b4 commit 74d1917
Show file tree
Hide file tree
Showing 30 changed files with 1,839 additions and 3,264 deletions.
5 changes: 4 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -31,5 +31,8 @@ __pycache__/
NF1_test
NF1_Second_Plate_Old

# Ignore test notebooks
# ignore test notebooks
example_code.ipynb

# ignore deprecated notebooks
5_analyze_data/notebooks/UMAP_analysis/deprecated_notebooks
Binary file modified 4_processing_features/data/nf1_sc_cellprofiler.csv.gz
Binary file not shown.
Binary file modified 4_processing_features/data/nf1_sc_norm_cellprofiler.csv.gz
Binary file not shown.
Binary file modified 4_processing_features/data/nf1_sc_norm_fs_cellprofiler.csv.gz
Binary file not shown.
5 changes: 3 additions & 2 deletions 4_processing_features/extract_single_cell_features.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -827,11 +827,12 @@
]
},
{
"attachments": {},
"cell_type": "markdown",
"id": "bba06013",
"metadata": {},
"source": [
"## Feeature Selection"
"## Feature Selection"
]
},
{
Expand Down Expand Up @@ -1293,7 +1294,7 @@
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.8.13 | packaged by conda-forge | (default, Mar 25 2022, 06:04:10) \n[GCC 10.3.0]"
"version": "3.8.13"
},
"vscode": {
"interpreter": {
Expand Down
2 changes: 1 addition & 1 deletion 4_processing_features/extract_single_cell_features.py
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@
normalize_sc_df.head()


# ## Feeature Selection
# ## Feature Selection

# In[8]:

Expand Down
Binary file removed 5_analyze_data/UMAPS/norm_nf1_1D_umap.png
Binary file not shown.
Binary file removed 5_analyze_data/UMAPS/norm_nf1_2D_umap.png
Binary file not shown.
Binary file removed 5_analyze_data/UMAPS/norm_nf1_3D_umap.png
Binary file not shown.
Loading

0 comments on commit 74d1917

Please sign in to comment.