Description Usage Arguments Details Value Examples
View source: R/buildlinkerdf.R
Constructs a 4 column data.frame
that contains the relationships
between proteins and peptides: which peptides belong to which proteins and
vice versa.
1 | buildLinkerDf(protIDs, pepIDs, protToPep, pepToProt)
|
protIDs |
a |
pepIDs |
a |
protToPep |
a list with the same length as the number of protIDs. Every entry of the list contains the peptide ids that are linked to that protein. Items in the list must be in the same order as in protIDs. |
pepToProt |
a list with the same length as the number of pepIDs Every entry of the list contains the protein ids that are linked to that peptide. Items in the list must be in the same order as in pepIDs |
This data frame is used in several functions and operations involving the
SilacProteomicsExperiment
class. Especially in object merging and
subsetting. The arguments protIDs and pepIDs are mandatory, but only one of
the protToPep or pepToProt arguments is necessary to build the linkerDf.
A data.frame
with the following 4 columns:
Column with the protein IDs.
Column with the peptide IDs.
Column with row numbers of protein IDs.
Column with the row numbers of peptide IDs.
1 2 3 4 5 6 7 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.