Check CV distribution
Calculates and plots the coefficients of variation for the selected grouping.
qc_cvs( data, grouping, condition, intensity, plot = TRUE, plot_style = "density" )
data |
a data frame containing at least peptide, precursor or protein identifiers, information on conditions and intensity values for each peptide, precursor or protein. |
grouping |
the column in the input data frame containing the grouping variables (e.g. peptides, precursors or proteins). |
condition |
the column in the data data frame containing condition information (e.g. "treated" and "control"). |
intensity |
the name of the column containing the corresponding raw or untransformed normalised intensity values for each peptide or precursor. |
plot |
logical indicating whether the result should be plotted. Default is TRUE. |
plot_style |
character vector indicating the plotting style. |
Either the median CVs in
## Not run: qc_cvs( data, grouping = pep_stripped_sequence, condition = condition, intensity = fg_quantity, plot = TRUE, plot_style = "density" ) ## End(Not run)
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.