(Translated by https://www.hiragana.jp/)
GitHub - yeyanwang/mice-study: πŸ­πŸ’Š Pharmaceutical analysis comparing the effects of the drug of interest, Capomulin, on mice to those of other treatment plans.
Skip to content

πŸ­πŸ’Š Pharmaceutical analysis comparing the effects of the drug of interest, Capomulin, on mice to those of other treatment plans.

Notifications You must be signed in to change notification settings

yeyanwang/mice-study

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

11 Commits
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

Pymaceuticals Inc. Analysis

The Jupyter Source file pymaceuticals.ipynb reads in 2 datasets (Mouse_metadata.csv and Study_results.csv) from the data folder. Pandas library was imported to create and merge DataFrames, Scipy library was imported to help with statistical analysis and Matplotlib library was imported to help creating various type of data visualization.

Findings:

  • There are in total 10 types of drug regimens tested on mice in this study, with 9 treatments and 1 placebo. "Capomulin" was tested 230 times, being the drug regimen tested the highest number of times on mice comparing to all other drug regimens. Following by "Ramicane" tested 228 times, and "Ketapril" tested 188 times.

    image

  • Out of all mice tested (after removing all data for the duplicate mouse), 49% were female and 51% were male.

    image

  • Looking at the distribution of the final tumor volume of each mouse across four of the treatment regimens (Capomulin, Ramicane, Infubinol, and Ceftamin), mice tested with "Ramicane" seem to have the lowest median final tumor volume. Mice tested with "Infubinol" have the highest median final tumor volume, slightly above the second highest median final tumor volume for mice tested with "Ceftamin".

    image

  • Looking at the tumor volume change over time for the mouse (ID l509) treated with "Capomulin", the tumor volume increased steadily from days 0 to 20, then has a general downward trend for tumor volume from days 20 to 35 and a slight upward trend after day 35.

    image

  • There is a fairly strong positive relationship existing between the average tumor volume and mouse weight for mice treated with "Capomulin" regimen (correlation coefficient between the two variables is 0.84). The marjority of points on the scatterplot lies fairly close to the line of best fit.

    image

About

πŸ­πŸ’Š Pharmaceutical analysis comparing the effects of the drug of interest, Capomulin, on mice to those of other treatment plans.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published