Thanks to visit codestin.com
Credit goes to github.com

Skip to content
@augere-bioinfo

augere-bioinfo

Automatic generation of reports for bioinformatics

Automatic generation of bioinformatics reports

The augere framework provides pipelines for automatic generation of Rmarkdown reports for routine bioinformatics analyses. Each pipeline is represented as an R function that can be called on user-provided data:

library(augere.de)
se <- loadExampleDataset()
res <- runVoom(se, group="dex", comparisons=c("trt", "untrt"))

Here, the runVoom() call returns the differential expression results from a standard voom() analysis, along with creating an Rmarkdown file that contains all of the edgeR and limma commands required to reproduce the entire analysis. This allows users to easily understand what steps were performed and, if necessary, modify the report to customize the analysis.

Currently, we support several common analyses:

  • augere.de, for differential gene expression with edgeR or limma.
  • augere.gsea, for gene set enrichment analyses.
  • augere.screen, for differential abundance analyses of functional screens.

Popular repositories Loading

  1. augere.core augere.core Public

    Core utilities for report generation

    R

  2. augere.de augere.de Public

    Automatic generation of differential expression reports

    R

  3. augere.solo augere.solo Public

    Automated generation of scRNA-seq analysis reports

  4. augere.gsea augere.gsea Public

    Automated generation of gene set enrichment analysis reports

    R

  5. augere.screen augere.screen Public

    Automated generation of functional screen analysis reports

    R

  6. .github .github Public

    Organization profile and logo

Repositories

Showing 6 of 6 repositories

People

This organization has no public members. You must be a member to see who’s a part of this organization.

Top languages

Loading…

Most used topics

Loading…