Welcome to Bioconductor
Vignettes contain introductory material; view with
'browseVignettes()'. To cite Bioconductor, see
'citation("Biobase")', and for packages 'citation("pkgname")'.
Attaching package: 'Biobase'
The following object is masked from 'package:MatrixGenerics':
rowMedians
The following objects are masked from 'package:matrixStats':
anyMissing, rowMedians
Loading required package: Biostrings
Warning: package 'Biostrings' was built under R version 4.3.1
Loading required package: XVector
Warning: package 'XVector' was built under R version 4.3.1
Attaching package: 'Biostrings'
The following object is masked from 'package:base':
strsplit
Loading required package: bumphunter
Warning: package 'bumphunter' was built under R version 4.3.1
Loading required package: foreach
Loading required package: iterators
Loading required package: parallel
Loading required package: locfit
Warning: package 'locfit' was built under R version 4.3.1
Warning: package 'GenomicFeatures' was built under R version 4.3.2
Loading required package: AnnotationDbi
Warning: package 'AnnotationDbi' was built under R version 4.3.2
Attaching package: 'AnnotationDbi'
The following object is masked from 'package:dplyr':
select
Code
library(Gviz)
Warning: package 'Gviz' was built under R version 4.3.2
Loading required package: grid
Attaching package: 'grid'
The following object is masked from 'package:Biostrings':
pattern
# This code is not executed due to limit size (50 mb) of github# Please load the 450karrar_processed.rds data that is the resulto of this code# If you want to do this with the original data, you can find this data on: # https://github.com/genomicsclass/tcgaMethylationSubsettargets <-read.csv("targets.txt", sep ="\t")targets$Basename <-paste0(getwd(),"/notebooks/", targets$Basename)dat <-read.metharray(targets$Basename, verbose = T)pData(dat) <-as(targets, "DataFrame")## preprocessingdat <-preprocessIllumina(dat)dat <-mapToGenome(dat)## Here we are collaping CpGs for a zxoom_out view of the methylated sitesdat <-cpgCollapse(dat))
Multi-resolution analysis
In [2]:
Code
dat <-readRDS(file ="450karray_processed_multiresolution2.rds")targets <-pData(dat$object)