generate_report: Word report generation

Description Usage Arguments Value Examples

View source: R/generate_report.r

Description

Allows the user to generate a report at every steps of the analysis

Also generates a complete report with the graphics

Usage

1

Arguments

MACSQuant

object of class MACSQuant resulting of the function load_maxQuant(). Contains the original data table

Value

A formatted report

Examples

1
2
3
4
5
drugs_R_image <- system.file("extdata",
    "drugs.RDS",
    package = "MACSQuantifyR")
MACSQuant <- readRDS(drugs_R_image)
generate_report(MACSQuant)

MACSQuantifyR documentation built on Nov. 8, 2020, 5:08 p.m.