densityDIA: densityDIA

View source: R/densityDIA.R

densityDIAR Documentation

densityDIA

Description

Print density from each fraction from processed data from DIAnn

Usage

densityDIA(
  data,
  transformation = c("none", "log2"),
  area = FALSE,
  tit = "",
  data_type = c("intensity", "Top3", "iBAQ", "all"),
  colorspace = NULL
)

Arguments

data

Processed data from DIAnn (from iq processing or diann_matrix for example)

transformation

Which transformation do you want to apply (log2 or none)

area

logical; print the area under curve

tit

Title of your plot

data_type

The type of data you want to visualize; either 'intensity', 'Top3', 'iBAQ' or 'all'.

colorspace

A vector of colors of same length as the number of condition you have to plot. If NULL, will plot default ggplot2 colors.

Value

ggplot2 density graph


mgerault/DIAgui documentation built on Nov. 7, 2024, 12:12 a.m.