alleleFrequencyPlot | R Documentation |
Creates a plot with panels for each cluster. The x-axis is chromosome, y-axis is allele frequency. Point color is Log10(1/K) where K is a Bayes factor
df |
An input dataframe with merged cluster data |
sample |
Name of sample for plot title |
Output is a plot of allele frequency for each cluster. Can be assigned to object and visualized individually. For each panel, the y axis has a min of 0 and max of 1
Michelle Webb
data('humanGBMsampleAC') df <- tLOHCalc(humanGBMsampleAC) alleleFrequencyPlot(df,"Example")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.