Description Usage Arguments Value
Calculate the contribution of complex/PW etc. (num TP) at different precision cutoffs in a tabular format. This is different from Stepwise Contribution in that it doesn't find the smallest subset to explain all the TP, but takes all of them (and therefore some TPs are counted twice i.e. those are in multiple complexes)
1 2 3 4 5 | GetContributionOfEntitiesAtPrecisions(
Pairs.in.data,
list.of.precisions,
summary.standard
)
|
Pairs.in.data |
Identity of each entity ('ID'), 'Name', Genes insdie ('Gene'), 'Length' |
list.of.precisions |
Precision cutoffs the user is interested in. |
summary.standard |
Summary of the standard used: includes ID, Name, Genes, and Length |
output.complex.contribution -> Complex by precision matrix (where entries are number of TP contributed by the complex at that precision) This is a entity ID * cutoff data.frame (with an extra column added for entity Name)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.