| PlotComparison | R Documentation |
Generates avolcano plot showing transcripts with significant differential proportions between conditions.
PlotComparison(DiffPropResult, Conditions = NULL, Types = NULL, cutoff = NULL)
DiffPropResult |
Output from DiffPropTest() function |
Conditions |
Character vector of conditions being compared |
Types |
Character vector of fraction types analyzed |
cutoff |
Optional y-axis maximum for plot |
Volcano plot-type object
data(example_counts)
data(example_annotation)
# Run FracFixR
results <- FracFixR(example_counts, example_annotation,parallel=FALSE)
# Run differential testing
diff_results <- DiffPropTest(results,
Conditions = c("Control", "Treatment"),
Types = "Heavy_Polysome",
Test = "GLM")
# Create volcano plot
volcano <- PlotComparison(diff_results,
Conditions = c("Control", "Treatment"),
Types = "Heavy_Polysome")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.