Get protein coverage
get_protein_coverage.Rd
Calculate protein coverage by the peptides in selected biological state or states.
Usage
get_protein_coverage(
dat,
protein = dat[["Protein"]][1],
states = unique(dat[["State"]]),
protein_length = NULL
)
Value
a numeric
percentage value (rounded to two decimal places).
Details
Function get_protein_coverage
calculates the
percentage coverage of the protein sequence, rounded to two decimal places.