Giter VIP home page Giter VIP logo

analysis-pipeline's Introduction

  • This repository contains the end-to-end analysis workflow of phenotypic data. The workflow is divided into two parts: 1) Pre-processing and Quality Check and 2) Data Analysis analysis in ASReml R package and lme4 R package.

Overview of Workflow and Pipeline

- In this pipeline we demosntrated the state-of-the-art implementation of the phenotypic data analysis pipeline and workflow embedded into a well-descriptive document. 
- The developed analytical pipeline is open-source, demonstrating how to analyze the phenotypic data in crop breeding programs with step-by-step instructions.

- The analysis pipeline shows how to pre-process and check the quality of phenotypic data, perform robust data analysis using modern statistical tools and approaches, and convert it into a reproducible document. 

- Explanatory text with R codes, outputs either in text, tables, or graphics, and interpretation of results are integrated into the unified document. The analysis is highly reproducible and can be regenerated at any time.

  • The schematic representation of analysis workflow is given in figure:

Source code and Document


1. Pre-Processing and Quality Check



2. Data Analysis


  • Data analysis is shown both in ASReml R package and in lme4 R package. The reason to show analysis in lme4 R package is because it is free and open source R package and can be used by all users. For ASReml R users need license.

a) Analysis in ASReml R



b) Analysis in lme4 R


How to Use the Source Codes and Run the Pipeline

The steps to use the source codes and run it on local computer is given below:

  • Open the GitHub page containing the source codes and files by using clicking the link https://github.com/whussain2/Analysis-pipeline.git.

  • This will pop-up the Github repository, click on the Code button on right side of page highlighted as green box and scroll and click on Download Zip.

  • Save and unzip the downloaded repository in local drive.

  • Open the .Rmd file in R Studio and make sure to change the working directory based on users defined path to the repository.

  • Also users must install and upload the following R packages before running the pipeline:

library(easypackages)
  libraries("dplyr", "reshape2", "readxl", "ggpubr","stringr", "ggplot2", 
  "tidyverse","lme4", "data.table", "readr","plotly", "DT",
  "pheatmap","asreml", "VennDiagram", "patchwork", "heatmaply", 
  "ggcorrplot", "RColorBrewer", "hrbrthemes", "tm", "proustr", "arm",
   "gghighlight", "desplot", "gridExtra", "TeachingDemos", "scales", "ASExtras4",
  "FactoMineR", "corrplot", "factoextra", "asremlPLUS")

Note: The pipeline requires asreml R package to do the analysis. If you dont have license for ASReml R then use lme4 R workflow to perform analysis.

Manuscript

More details can be found in the manuscript available as preprint Link

Contributors

Rainfed Breeding Team IRRI

Contact

You may contact the author of this code, Waseem Hussain at [email protected]; [email protected]


analysis-pipeline's People

Contributors

whussain2 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.