Description Usage Arguments Value Examples
View source: R/peptide_protein_matrix.R
The i,j element of the matrix is 1 if i-th peptide is part of j-th protein.
1 | get_peptide_protein_matrix(peptides, proteins)
|
peptides |
Character vector of peptides. |
proteins |
A list of proteins. |
matrix
1 | get_peptide_protein_matrix(c("CARAQ", "ARC"), list(x = "ARCAQP", y = "CARAQPP"))
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.