Description Usage Arguments Value
View source: R/AssembleDataForPR.R
Pair up the direct interaction between different gene pairs and their true co-annotation value
1 | CalculatePredictionAndTrueOnDirectInteraction(data.standard, data.interaction)
|
data.standard: |
the functional standard (Symbol1, Symbol2, 1/0, source (optional)) |
data.interaction: |
interaction scores (returned from GetInteractionData) |
A list of : data: combined (query) interactions (score) and their corresponding co-annotation (true) (sorted from -ve to +ve) Queries.with.AUC: The queries that has some AUC values (others are 0), sorted alphabetically auc.neg: AUC value for the data (neg to pos), sorted according to queries auc.pos: AUC value for the data (pos to neg), sorted according to queries
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.