Skip to contents

Test

Usage

ExtractUniquePeptides(X)

Arguments

X

xxx

Examples

if (FALSE) { # \dontrun{
data(Exp1_R25_pept, package="DaparToolshedData")
obj <- Exp1_R25_pept[seq_len(10)]
last.obj <- Exp1_R25_pept[[length(Exp1_R25_pept)]]
X <- BuildAdjacencyMatrix(last.obj)
ExtractUniquePeptides(X)
} # }