Coder Social home page Coder Social logo

davisvaughan / tidymultiqc Goto Github PK

View Code? Open in Web Editor NEW

This project forked from multimeric/tidymultiqc

0.0 2.0 0.0 1.42 MB

Converts 'MultiQC' Reports into Tidy Data Frames

Home Page: https://multimeric.github.io/TidyMultiqc/

License: GNU General Public License v3.0

R 100.00%

tidymultiqc's Introduction

TidyMultiqc

TidyMultiqc Provides the means to convert ‘multiqc_data.json’ files, produced by the wonderful ‘MultiQC’ tool, into tidy data frames for downstream analysis in R.

Please visit the pkgdown website for a comprehensive tutorial and function documentation.

Installation

The latest stable version can be installed from CRAN:

install.packages("TidyMultiqc")

You can also install the development version of TidyMultiqc from GitHub with:

# install.packages("devtools")
devtools::install_github("multimeric/TidyMultiqc")

Example

TidyMultiqc::load_multiqc(multiqc_data_path)
#> # A tibble: 6 × 165
#>   metadata.sample_id general.total_reads general.mapped_reads general.percentag…
#>   <chr>                            <dbl>                <dbl>              <dbl>
#> 1 P4107_1003                   868204107            847562410               97.6
#> 2 P4107_1004                  1002828927            985115356               98.2
#> 3 P4107_1005                   974955793            955921317               98.0
#> 4 P4107_1002                   865975844            847067526               97.8
#> 5 P4107_1006                   912383669            894970438               98.1
#> 6 P4107_1001                   772071557            751147332               97.3
#> # … with 161 more variables: general.median_coverage <int>,
#> #   general.median_insert_size <int>, general.avg_gc <dbl>,
#> #   general.1_x_pc <dbl>, general.5_x_pc <dbl>, general.10_x_pc <dbl>,
#> #   general.30_x_pc <dbl>, general.50_x_pc <dbl>, general.genome <chr>,
#> #   general.number_of_variants_before_filter <dbl>,
#> #   general.number_of_known_variants_brie_non_empty_id <dbl>,
#> #   general.number_of_known_variants_brie_non_empty_id_percent <dbl>, …

tidymultiqc's People

Contributors

multimeric avatar

Watchers

James Cloos 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.