View source: R/make_intersect_plot.R
Make an intersection degree plot for a set of unique identifiers
1 2 3 4 5 6 7 8 | make_intersect_plot(
IDlist,
shortNames,
mediumUsed,
fracMethod,
Yrange = c(0, 100),
plotType = "Protein"
)
|
IDlist |
A list of vectors. Each list item should be a vector of unique identifiers corresponding to protein or proteoform IDs, e.g. UniProt accession numbers or proteoform record numbers from the Consortium for Top-Down Proteomics proteoform atlas. This function is deprecated in favor of 'make_intersection_degree_plot()'. |
shortNames |
Vector of short names |
mediumUsed |
Vector of media used |
fracMethod |
Vector of frac methods |
Yrange |
Percentage range to use for the Y-axis of the plot. Defaults to 'c(0,100)'. |
plotType |
Type of plot to create, typically "Protein" or "Proteoform".This only affects the Y-axis title and can be any string. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.