-
Notifications
You must be signed in to change notification settings - Fork 0
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
Add notebook demonstrating proteomic aggregation and example analysis #120
base: main
Are you sure you want to change the base?
Add notebook demonstrating proteomic aggregation and example analysis #120
Conversation
…n, also added scipy and jupyter to requirements.txt (not sure if jupyter necessary or assumed as preexisting but had to recreate my venv so added it). changed pandas version to 2.1.2 because 2.1.1 was generating: 'ValueError: numpy.dtype size changed, may indicate binary incompatibility', when pandas was being imported in ipynb (checked and appears there was bug fix in 2.1.2)
Check out this pull request on See visual diffs & provide feedback on Jupyter Notebooks. Powered by ReviewNB |
…ed overall readme with new notebook name but no link)
proteomic_aggregation_and_visualization/python/proteomic_aggregation_and_visualization.ipynb
Outdated
Show resolved
Hide resolved
proteomic_aggregation_and_visualization/python/proteomic_aggregation_and_visualization.ipynb
Outdated
Show resolved
Hide resolved
proteomic_aggregation_and_visualization/python/proteomic_aggregation_and_visualization.ipynb
Outdated
Show resolved
Hide resolved
proteomic_aggregation_and_visualization/python/proteomic_aggregation_and_visualization.ipynb
Outdated
Show resolved
Hide resolved
proteomic_aggregation_and_visualization/python/proteomic_aggregation_and_visualization.ipynb
Outdated
Show resolved
Hide resolved
proteomic_aggregation_and_visualization/python/proteomic_aggregation_and_visualization.ipynb
Outdated
Show resolved
Hide resolved
proteomic_aggregation_and_visualization/python/proteomic_aggregation_and_visualization.ipynb
Outdated
Show resolved
Hide resolved
proteomic_aggregation_and_visualization/python/proteomic_aggregation_and_visualization.ipynb
Outdated
Show resolved
Hide resolved
…ue to system storage maintenance
proteomic_aggregation_and_visualization/python/proteomic_aggregation_and_visualization.ipynb
Outdated
Show resolved
Hide resolved
…ns.py. could not figure out way to import across different subfolders right now. also added table length limit of 6 for pandas df printouts and changed almost all cells to single output
proteomic_aggregation_and_visualization/python/aggregation_functions.py
Outdated
Show resolved
Hide resolved
proteomic_aggregation_and_visualization/python/aggregation_functions.py
Outdated
Show resolved
Hide resolved
proteomic_aggregation_and_visualization/python/aggregation_functions.py
Outdated
Show resolved
Hide resolved
@samobermiller - some of my comments might be out of date, feel free to resolve them. I didn't realize I didn't "submit" them last night doh! |
proteomic_aggregation_and_visualization/python/proteomic_aggregation_and_visualization.ipynb
Outdated
Show resolved
Hide resolved
proteomic_aggregation_and_visualization/python/proteomic_aggregation_and_visualization.ipynb
Outdated
Show resolved
Hide resolved
proteomic_aggregation_and_visualization/python/proteomic_aggregation_and_visualization.ipynb
Outdated
Show resolved
Hide resolved
proteomic_aggregation_and_visualization/python/proteomic_aggregation_and_visualization.ipynb
Outdated
Show resolved
Hide resolved
proteomic_aggregation_and_visualization/python/proteomic_aggregation_and_visualization.ipynb
Outdated
Show resolved
Hide resolved
proteomic_aggregation_and_visualization/python/proteomic_aggregation_and_visualization.ipynb
Outdated
Show resolved
Hide resolved
proteomic_aggregation_and_visualization/python/proteomic_aggregation_and_visualization.ipynb
Outdated
Show resolved
Hide resolved
proteomic_aggregation_and_visualization/python/proteomic_aggregation_and_visualization.ipynb
Outdated
Show resolved
Hide resolved
proteomic_aggregation_and_visualization/python/proteomic_aggregation_and_visualization.ipynb
Outdated
Show resolved
Hide resolved
…scussion with lee ann. will still need to change in folder readme. this version includes t test and pvalues, may remove depending on further discussion
may remove current t test and pvalue analysis and replace with missingness figure |
proteomic_aggregation_and_visualization/python/proteomic_aggregation_and_visualization.ipynb
Outdated
Show resolved
Hide resolved
proteomic_aggregation_and_visualization/python/proteomic_aggregation_and_visualization.ipynb
Outdated
Show resolved
Hide resolved
proteomic_aggregation_and_visualization/python/proteomic_aggregation_and_visualization.ipynb
Outdated
Show resolved
Hide resolved
proteomic_aggregation_and_visualization/python/proteomic_aggregation_and_visualization.ipynb
Outdated
Show resolved
Hide resolved
proteomic_aggregation_and_visualization/python/proteomic_aggregation_and_visualization.ipynb
Outdated
Show resolved
Hide resolved
proteomic_aggregation_and_visualization/python/proteomic_aggregation_and_visualization.ipynb
Outdated
Show resolved
Hide resolved
proteomic_aggregation_and_visualization/python/proteomic_aggregation_and_visualization.ipynb
Outdated
Show resolved
Hide resolved
proteomic_aggregation_and_visualization/python/proteomic_aggregation_and_visualization.ipynb
Outdated
Show resolved
Hide resolved
proteomic_aggregation_and_visualization/python/proteomic_aggregation_and_visualization.ipynb
Outdated
Show resolved
Hide resolved
proteomic_aggregation_and_visualization/python/proteomic_aggregation_and_visualization.ipynb
Outdated
Show resolved
Hide resolved
…t to proteomic_aggregation since there is no longer analysis per say
…-workflow-outputs-and-visualizes-the-results other notebooks were updated to pass checks. previously failing because new data was added that didnt accommodate hardcoding
…use github actions hate it
I didn't add a comment for every single one but I would double check that all the markdown cells have periods at the end of their last sentences. Colab runs and nbviewer looks good to me :) |
@samobermiller this has approved a lot, really nice job. I made some minor requests, but I think this is a great shape. |
@@ -0,0 +1,3582 @@ | |||
{ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Are the axes on a log-scale? I don't understand the zoomed in plot either. I think this plot could use a short explanation before it to guide the user and highlight the important pieces.
Reply via ReviewNB
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This plot was using kernel density estimation so I could visualize smooth lines instead of a histogram. But after trying to expand on the explanation, I decided to rework the figure instead so it will just be a histogram of peptide spectrum matches
#95
New Notebook Submissions:
python:
https://colab.research.google.com/github/microbiomedata/nmdc_notebooks/blob/95-create-notebook-that-aggregates-proteomic-workflow-outputs-and-visualizes-the-results/proteomic_aggregation/python/proteomic_aggregation.ipynb
https://nbviewer.org/github/microbiomedata/nmdc_notebooks/blob/95-create-notebook-that-aggregates-proteomic-workflow-outputs-and-visualizes-the-results/proteomic_aggregation/python/proteomic_aggregation.ipynb