Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Create python notebook to explore processed NOM data #68

Merged
Show file tree
Hide file tree
Changes from 16 commits
Commits
Show all changes
31 commits
Select commit Hold shift + click to select a range
537e56a
added python script containing functions, finished API calls, started…
samobermiller Jul 17, 2024
1b95ec7
not all changes pushed
samobermiller Jul 17, 2024
1669888
removal of duplicated nom url from analysis. averaging the two overla…
samobermiller Jul 18, 2024
e2252ef
added code for heatmap and made up some sample sources as placeholder…
samobermiller Jul 24, 2024
fd23e76
new heatmap, bea's sample types added in, md5_checksum for unique pro…
samobermiller Jul 31, 2024
19204bb
stats no longer on just test set
samobermiller Jul 31, 2024
c1b0219
issue with file editor when trying to merge
samobermiller Jul 31, 2024
2d57efb
latest heatmap with quality control filtering
samobermiller Aug 16, 2024
2908022
van krevlen plots, expanded comments and notebook blurbs
samobermiller Aug 29, 2024
0e70a62
updated requirements file, updated visualizations, updated comments
samobermiller Sep 4, 2024
1fa78da
rendered
samobermiller Sep 4, 2024
0318c58
rendering of jupyter notebook and putting everything into python subf…
samobermiller Sep 5, 2024
982d1f3
axes labels and post bea comparison
samobermiller Sep 7, 2024
1ed5c28
ran through fully before generating nbviewer and google colab links
samobermiller Sep 9, 2024
0db2958
added rendered links
samobermiller Sep 9, 2024
5aa08a1
added reviewnb link
samobermiller Sep 9, 2024
0d9b834
changes made based on kheal feedback
samobermiller Sep 17, 2024
0145aa0
final .ipynb run through for rendering
samobermiller Sep 17, 2024
809870a
feedback incorporation from Brynn
samobermiller Sep 18, 2024
ac27aab
retrigger checks
samobermiller Sep 18, 2024
60923f9
updates after meeting today
samobermiller Sep 19, 2024
94b2258
added rendered links
samobermiller Sep 19, 2024
c4569a5
retrigger checks
samobermiller Sep 19, 2024
0b3546f
manual kernel name adjustment
samobermiller Sep 19, 2024
2ce2c36
kheal updates from 9/19/24
samobermiller Sep 19, 2024
59c19f5
gitignore for pycache (delete local, push, rerender, change kernel ag…
samobermiller Sep 19, 2024
d5c4028
without fastcluster, heatmap appears to not produce warnings even wit…
samobermiller Sep 20, 2024
0f8c318
updates for google colab .py module
samobermiller Sep 20, 2024
543ab93
no f'' allowed around url
samobermiller Sep 20, 2024
6773e48
remove fastcluster from dependencies
samobermiller Sep 20, 2024
503ab73
changed .py path to main
samobermiller Sep 20, 2024
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions NOM_visualizations/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# Exploring NOM Metadata and Visualization via the NMDC Runtime API

This folder includes two notebooks (in R and Python) that demonstrate how metadata from natural organic matter (NOM) can be gathered via the [NMDC-runtime API](https://api.microbiomedata.org/docs) and analyzed.

## Python
- [Static rendered Jupyter notebook](https://nbviewer.org/github/microbiomedata/nmdc_notebooks/blob/33-create-python-notebook-to-explore-processed-data-for-a-second-omics-data-type/NOM_visualizations/python/nom_data.ipynb). _Viewing only, not editable_
- [![Open In Colab](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.research.google.com/github/microbiomedata/nmdc_notebooks/blob/33-create-python-notebook-to-explore-processed-data-for-a-second-omics-data-type/NOM_visualizations/python/nom_data.ipynb).This is the recommended way to interact with the notebook. _You need a google account to use this option_
- [ReviewNB](https://app.reviewnb.com/microbiomedata/nmdc_notebooks/blob/33-create-python-notebook-to-explore-processed-data-for-a-second-omics-data-type/NOM_visualizations%2Fpython%2Fnom_data.ipynb)
Binary file not shown.
Loading
Loading