analyzeDuplicatedProteinsTOP: analyse duplicated protein peptides - same protein id...

Description Usage Arguments See Also Examples

View source: R/analyzeDuplicatedPeptides.R

Description

analyse duplicated protein peptides - same protein id different peptide take top peptides

Usage

1
analyzeDuplicatedProteinsTOP(data, maxpep = 3, countmax = 1000)

Arguments

data

an object of class msexperiment

maxpep

maximum number of peptides to compare

countmax

maximum number of duplicate comparisons

See Also

getListOfDuplicated analyzeDuplicatedPeptides

analyzeDuplicated

Examples

1
2
3
4
5
6
7
data(SDat)
res = analyzeDuplicatedProteinsTOP(SDat)
res[1,]
hist(res$cor)
plot(res$medianRTDiff,res$cor)
#same for proteins
rownames = as.character(SDat$pepinfo$ProteinName)

wolski/imsbInfer documentation built on March 27, 2021, 11:39 p.m.