aggregateCHRPlot | R Documentation |
Output is a plot of the sum of Log10(1/K) values (K is a Bayes factor) per chromosome for each cluster. The dotted line at y=3 represents threshold for substantial evidence toward Model 2
df |
An input dataframe with merged cluster data output by tLOHCalc |
sample |
Name of sample for plot title |
Output is a plot where the y axis is sum of Log10(1/K) values (K is a Bayes factor) per chromosome and the x axis is chromosome
Michelle Webb
data('humanGBMsampleAC') df <- tLOHCalc(humanGBMsampleAC) aggregateCHRPlot(df,"Example")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.