generate_report {MACSQuantifyR}R Documentation

Word report generation

Description

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

Also generates a complete report with the graphics

Usage

generate_report(MACSQuant)

Arguments

MACSQuant

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

Value

A formatted report

Examples

drugs_R_image <- system.file("extdata",
    "drugs.RDS",
    package = "MACSQuantifyR")
MACSQuant <- readRDS(drugs_R_image)
generate_report(MACSQuant)

[Package MACSQuantifyR version 1.4.0 Index]