Description Usage Arguments Examples
View source: R/complexFeatureMethods.R
Plot the number of observed co-eluting subunits over the number of subunits in the hypothesis, colour-coded by the completeness. This is only taking into account targets. If decoys are present they are removed using "DECOY" as a flag.
1 2 | plotComplexCompletenessScatter(complexFeatures, PDF = FALSE,
name = "complex_completeness_scatter")
|
complexFeatures |
data.table as reported by |
PDF |
Logical, whether to generate a PDF file with the summary plot. Default is |
name |
Character string specifying the name of the PDF file of the summary plot.
Only applicable if PDF= |
1 2 3 4 | ## Load example complex feature finding results:
complexFeatures <- exampleComplexFeatures
## Run plotting function:
plotComplexCompletenessScatter(complexFeatures)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.