GithubHelp home page GithubHelp logo

compmethods-ictp-saifr-serrapilheira / cba Goto Github PK

View Code? Open in Web Editor NEW
0.0 2.0 0.0 19.84 MB

Final project computational methods: Analysis of cytokines IFN-γ, IL-2, IL-4, IL-5, IL-6, IL-10 and TNFα levels in different groups. Status: finished

R 58.49% TeX 41.51%
cytokines immunology microcephaly

cba's Introduction

CBA

Serrapilheira/ICTP-SAIFR Training Program in Quantitative Biology and Ecology
Author: Amanda Costa Ayres Salmeron
Date: 18/08/2022
Data already published in: https://link.springer.com/article/10.1007/s00430-022-00746-5

Title: Functional analysis of the immune system of children with microcephaly using serum cytokines

The scripts, report, raw and processed data, and the outputs can be find in: https://github.com/CompMethods-ICTP-SAIFR-Serrapilheira/CBA

Objective

Analyze the functionality of immune cells by measuring serum concentrations of IFN-g cytokines, IL-2, IL-4, IL-5, IL-6 and TNF-a.

Packages

library("dplyr")
library("RVAideMemoire")
library("car")
library("psych")
library("rstatix")
library("DescTools")
library("ggsignif")
library("patchwork")
library("magrittr")
library("ggplot2")
library("pacman")

Steps used to the exploratory data analysis, statistical analysis and plots

The first step after importing the data was the exploratory analysis. The following analyzes were performed in relation to the control group and the microcephaly group, evaluating each cytokine separately.

  1. Amplitude analysis by function range;
  2. Assessment of the number of appropriate categories by the function nclass.Sturges;
  3. Creating a table with categories by function table;
  4. Calculation of the mean, deviation, error and median by the function describe; 5. Verification of data normality by group by the function byf.shapiro;
  5. Verification of the homogeneity of variances by the function leveneTest;
  6. Checking for the presence of outliers by the function identify_outliers and by plotting using boxplots for each cytokine;
  7. The ANOVA test was then performed for each citokyne using the function aov;
  8. Post hoc analyzes were done using the following function PostHocTest by three different methods: duncan, TukeyHSD and Bonferroni;
  9. The Mann-Whitney test was performed by the function wilcox.test;
  10. The data distribution of each cytokine in each group was visualized by the function hist;
  11. Mean values were ploted with confidence interval and standard deviation per cytokine using the function ggplot;
  12. The final graphs for each cytokine were plotted using the function ggplot, the two groups were plotted with statistical analysis, the mean and individuals values for each subject.

cba's People

Contributors

salmeronamanda avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.