Data completeness
Calculates the percentage of data completeness. That means, what percentage of all detected precursors is present in each sample.
qc_data_completeness( data, sample, grouping, intensity, digestion = NULL, 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 either precursor or peptide identifiers. |
intensity |
The name of the column containing any intensity intensity values that missingness should be determined for. |
digestion |
Optional column indicating the mode of digestion (limited proteolysis or tryptic digest). Alternatively, any other variable by which the data should be split can be provided. |
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 bar plot that displays the percentage of data completeness over all samples. If plot = FALSE
a data frame is returned.
If interactive = TRUE
, the plot is interactive.
## Not run: qc_data_completeness( data, sample = r_file_name, grouping = eg_precursor_id, intensity = fg_quantity, digestion = digestion ) ## End(Not run)
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.