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

DO NOT MERGE: add notebook demonstrating proteomic aggregation and example analysis #120

Draft
wants to merge 15 commits into
base: main
Choose a base branch
from
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
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
7 changes: 6 additions & 1 deletion .github/workflows/notebook_check_python.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,4 +46,9 @@ jobs:
- id: execute-NOM
name: Execute NOM notebook
run: |
jupyter nbconvert --execute --to notebook --inplace NOM_visualizations/python/nom_data.ipynb
jupyter nbconvert --execute --to notebook --inplace NOM_visualizations/python/nom_data.ipynb

- id: execute-aggregation
name: Execute proteomic aggregation notebook
run: |
jupyter nbconvert --execute --to notebook --inplace proteomic_aggregation/python/proteomic_aggregation.ipynb
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ Notebooks that are ready for use and exploration.
- [Bio-Scales Biogeochemical MetaData](https://github.com/microbiomedata/nmdc_notebooks/tree/main/bioscales_biogeochemical_metadata)
- [NEON Soil Microbial Community Composition](https://github.com/microbiomedata/nmdc_notebooks/tree/main/taxonomic_dist_by_soil_layer)
- [Natural Organic Matter Composition by Sample Type](https://github.com/microbiomedata/nmdc_notebooks/tree/main/NOM_visualizations)

- [Proteomic Data Aggregation and Visualization](https://github.com/microbiomedata/nmdc_notebooks/tree/main/proteomic_aggregation_and_visualization)

## Overview

Expand Down
10 changes: 10 additions & 0 deletions proteomic_aggregation/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
# Proteomic Data Aggregation and Visualization

This folder includes two notebooks (in R and Python) that demonstrate the aggregation of proteomic data via National Microbiome Data Collaborative's [Runtime API](https://api.microbiomedata.org/docs). They also provide an example proteomic analysis and a method of connecting the results to other datasets in NMDC.

## R
Coming soon!

## Python
- [Static rendered Jupyter notebook](https://nbviewer.org/github/microbiomedata/nmdc_notebooks/blob/main//proteomic_aggregation/python/proteomic_aggregation.ipynb). This is the recommended way to interact with the notebook. _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/main//proteomic_aggregation/python/proteomic_aggregation.ipynb). **Running this notebook in the colab interactive environment is not recommended due to long API calls** _You need a google account to use this option_
Loading
Loading