Calculates the proteome coverage for each samples and for all samples combined. In other words t he fraction of detected proteins to all proteins in the proteome is calculated.
data: a data frame that contains at least sample names and protein ID's.
sample: a character column in the data data frame that contains the sample name.
protein_id: a character or numeric column in the data data frame that contains protein identifiers such as UniProt accessions.
organism_id: a numeric value that specifies a NCBI taxonomy identifier (TaxId) of the organism used. Human: 9606, S. cerevisiae: 559292, E. coli: 83333.
reviewed: a logical value that determines if only reviewed protein entries will be considered as the full proteome. Default is TRUE.
plot: a logical value that specifies whether the result should be plotted.
interactive: a logical value that indicates whether the plot should be interactive (default is FALSE).
Returns
A bar plot showing the percentage of of the proteome detected and undetected in total and for each sample. If plot = FALSE a data frame containing the numbers is returned.