knitr::opts_chunk$set(echo = TRUE,
                      comment = "#>")

**Analysis report**

[massqc](https://tidymass.github.io/massqc/) from [tidymass](https://tidymass.github.io/tidymass/) by [Xiaotao Shen](https://www.shenxt.info/)

`r format(Sys.Date())`


INTRODUCTION

**massqc (version 0.01)**: Created in 2021 by Xiaotao Shen


PARAMETERS

Table 1: Parameter setting

library(knitr)
load("parameters.rda")
kable(parameters, format = "markdown")

SAMPLE INFORMATION

load("object.rda")
object

Figure 1: Peak intensity profile.


MISSING VALUES


MISSING VALUES IN DATASET

Black is MV.

Figure 2: Missing values in dataset


MISSING VALUES IN VARIABLES

Figure 3: Missing values in variables

MISSING VALUES IN SAMPLES

Figure 4: Missing values in samples


RSD DISTRIBUTATION

Figure 5: RSD distributation


INTENSITY FOR ALL THE VARIABLES

Figure 6: Intensity for all the variables


SAMPLE CORRELATION

Figure 7: Sample correlation


PCA score plot

Figure 7: PCA score plot



tidymass/tinytools documentation built on Jan. 2, 2022, 5:18 p.m.