GithubHelp home page GithubHelp logo

divprobatchreport's Introduction

divprobatchreport

R code for reporting DivPro batch outcome

This code uses AGRF divPro pipeline output folder "secondary_analysis" and produce HTML report with alpha and beta diversity scores and some figures cellected from QC folder. The main goal is quickly visualize batch outcome for technical and biological interpretation and detect outliers and hiddent data structure.

Use this code with Docker container with all R libraries requared from this repository:

Convert docker container to singularity image

Do it once before the first use.


singularity pull r4htmlbox.sif docker://trust1/r4htmlbox:v0

Usage example (with singularity container):


singularity run --bind /:/mnt \
$HOME/r4htmlbox.sif \
Rscript /mnt$HOME/divprobatchreport/divpro_2_html.R \
/data/Bioinfo/data-proj-rust/fastq4html \
/data/Bioinfo/data-proj-rust/fastq4html

This one assuming r4htmlbox.sif container in you home folder. The divprobatchreport cloned in you home folder and script with supplements is on this path: $HOME/divprobatchreport/divpro_2_html.R. The DivPro pipeline output is on this path: /data/Bioinfo/data-proj-rust/fastq4html Result will be ouputed into the same folder where the data source (last line).

Same things on the real run:


singularity run --bind /:/mnt \
$HOME/r4htmlbox.sif \
Rscript /mnt$HOME/divprobatchreport/divpro_2_html.R \
/data/Analysis/NextSeq2K/230927_VH01472_26_AACYN2WM5/contracts/NXGSQCAGRF23091021-2 \
/data/Bioinfo/data-proj-rust/fastq4html

divprobatchreport's People

Contributors

rustturakulov avatar

Watchers

 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.