Description Usage Arguments Value Note Author(s) See Also Examples
Build the bipartite graph, generate the list of connected components, store information about the graph structure for each nodes (e.g. number of neighbors or index of the connected components), optionally transform peptide abundance score.
1 2 | ## S3 method for class 'scampi'
preprocessInputData(scampiData, verbose = FALSE, ...)
|
scampiData |
Object of class |
verbose |
If |
... |
further arguments |
List
dataPrepro |
object of class |
ppGraph |
object of class |
ccList |
list of connected components of |
This function is called by one of the main functions of the package, runScampi
. Calling this function directly is seldomly necessary.
Sarah Gerster sarah.gerster@isb-sib.ch
1 2 3 4 5 6 | data("leptoSRM")
dataChecked <- checkInputData(scampi(peptides=leptoSRMpeptides,
proteins=leptoSRMproteins,
edgespp=leptoSRMedgespp),
rescaling=FALSE)
dataPrepro <- preprocessInputData(dataChecked)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.