-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #21 from microbiomedata/bioscales-python
Add bioscales python notebook
- Loading branch information
Showing
9 changed files
with
6,650 additions
and
4,573 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
# Exploring the Bio-Scales metadata | ||
|
||
This folder includes two notebooks, in R and Python, that explore the chemical metadata associated with the [Bio-Scales microbiome project](https://data.microbiomedata.org/details/study/nmdc:sty-11-r2h77870) using the [NMDC-runtime API](https://api.microbiomedata.org/docs#/metadata/list_from_collection_nmdcschema__collection_name__get). In particular, these notebooks find the study id for this project and associated biosamples, pull associated metadata and explore the chemical metadata. | ||
|
||
## R | ||
- [Static rendered R markdown notebook](https://github.com/microbiomedata/notebook_hackathons/blob/main/bioscales_biogeochemical_metadata/R/bioscales_metadata.md). _Viewing only, not editable_ | ||
- [![Open In Colab](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.research.google.com/github/microbiomedata/notebook_hackathons/blob/main/bioscales_biogeochemical_metadata/R/bioscales_metadata.ipynb). This is the recommended way to interact with the notebook. _You need a google account to use this option_ | ||
|
||
## Python | ||
- [Static rendered Jupyter notebook](https://nbviewer.org/github/microbiomedata/notebook_hackathons/blob/bioscales-python/bioscales_biogeochemical_metadata/python/bioscales.ipynb). _Viewing only, not editable_ | ||
- [![Open In Colab](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.research.google.com/github/microbiomedata/notebook_hackathons/blob/main/bioscales_biogeochemical_metadata/bioscales.ipynb).This is the recommended way to interact with the notebook. _You need a google account to use this option_ |
Oops, something went wrong.