Summarizing data in Python (Replicates)
I want to get summarize my replicates data from LCMS.
Example dataframe is attached here http://www.sharecsv.com/s/4697facf734727d05f85d7b621a53fbd/ResBaz_Example.csv
Samples columns are named as "Genotype_Timecourse_Replicate"
First I want to get summarize the data-frame by replicates for each time course and genotype.
Then I want to explore the data by summarizing for each organelle, and plot raw data the geometric mean with geometric SD error bars.
How can I do this in python?
Could someone help with this.
• 296 views
•
link
0 answers
No answers yet.
Log in to answer this question.
It is really close to what could be asked as a school assignment, is it one ?
The policy here is to help OP on specific steps when they cannot move forward, not to design the complete analysis.
Please, as a start, try to add some code lines where you put your data into a dataframe then sum() your column of interest.
Create dataframe from csv
Sum row
Thank you Mr. If I have studied coding and programming at school (ages ago) I'd never ask online. Thank you for the links.