Median run intensities
Median intensities per run are returned either as a plot or a table.
qc_median_intensities( data, sample, grouping, intensity, plot = TRUE, interactive = FALSE )
data |
a data frame containing at least the input variables. |
sample |
the name of the column containing the sample names. |
grouping |
the name of the column containing precursor or peptide identifiers. |
intensity |
the name of the column containing intensity values. The intensity should be ideally log2 transformed, but also non-transformed values can be used. |
plot |
logical, if TRUE a plot is returned. If FALSE a table is returned. |
interactive |
logical, if TRUE the plot is interactive using plotly. |
A plot that displays median intensity over all samples. If plot = FALSE
a data frame containing median intensities is returned.
## Not run: qc_median_intensities( data, sample = r_file_name, grouping = eg_precursor_id, intensity = log2_intensity ) ## End(Not run)
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.