Description Usage Arguments Value Examples
Plot XY plot of logarithmic difference (M) and logarithmic average (A) of intensity signals-
1 |
.data |
data frame returned by |
norm |
boolean flag indicating whether to use normalized ( |
smooth |
boolean flag indicating whether to apply smoothing spline per genotype (AA/BB/AB) cluster ( |
nocalls |
boolean flag indicating whether to plot SNPs that did not call ( |
n |
fraction of data to use from |
, set to 1 by default meaning all points will by plotted.
ggplot object with MA plots facetted by individual
1 2 3 4 5 6 7 8 9 10 11 | setwd(system.file(package='SureTypeSCR'))
samplesheet=system.file('files/GSE19247_example.csv',package='SureTypeSCR')
manifest=system.file('files/HumanCytoSNP-12v2_H.bpm',package='SureTypeSCR')
cluster=system.file('files/HumanCytoSNP-12v2_H.egt',package='SureTypeSCR')
#Load data
df=scbasic(manifest,cluster,samplesheet)
#Visualise MA plot
#df %>% plot_ma(norm=TRUE,n=0.1)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.