View source: R/palimpsest_plotting.R
plotStrandBias6types | R Documentation |
Function to calculate and plot the transcriptional strand bias over the 6 substitution types
plotStrandBias6types(
vcf,
substype.col = "substype",
strand.ts.col = "strand.ts",
plot.file = NULL
)
vcf |
vcf data frame containing the mutations |
substype.col |
Substitution types data frame containing the mutations |
strand.ts.col |
Name of column containing indicating whether mutations are on the transcribed or untranscribed strand |
plot.file |
File to which the plot should be saved (if left NULL, plot will be sent directly to the active window) |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.