Description Usage Arguments Value References Examples
Generate principal component analysis plots from normalized methylation beta values. By default, this will do this for all CpGs, however, you can pass in a data frame of specific ones of interest to only consider differentially methylated CpGs.
1 |
grset |
minfi GenomicRatioSet containing beta values |
df_dmps |
optional data frame of CpGs of interest |
ggplot2 PCA plot
H. Wickham. ggplot2: Elegant Graphics for Data Analysis. Springer-Verlag New York, 2016.
1 2 3 4 5 | ## Not run:
grset <- read_geo_tsv("extdata/GSE55491/GSE55491_series_matrix.txt")
pca_plot(grset)
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.