Description Usage Arguments Value Examples
View source: R/generate_report.r
Allows the user to generate a report at every steps of the analysis
Also generates a complete report with the graphics
1 |
MACSQuant |
object of class MACSQuant resulting of the function load_maxQuant(). Contains the original data table |
A formatted report
1 2 3 4 5 | drugs_R_image <- system.file("extdata",
"drugs.RDS",
package = "MACSQuantifyR")
MACSQuant <- readRDS(drugs_R_image)
generate_report(MACSQuant)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.