Skip to content

paulYRP/GSE280465

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GSE280465

GSE280465 is a Bioconductor ExperimentHub data package for the processed adult EPICv2 DNA methylation resource derived from GEO accession GSE280465.

The hosted resource is a RangedSummarizedExperiment with beta, M, and CN assays for 163 adult samples from 47 individuals across buccal, saliva, dried blood spot, and peripheral blood mononuclear cell tissues.

The data are hosted on Zenodo:

https://zenodo.org/records/21200586

The source GEO record is:

https://www.ncbi.nlm.nih.gov/geo/query/acc.cgi?acc=GSE280465

The resource can be loaded with:

library(ExperimentHub)
hub <- ExperimentHub()
query(hub, "GSE280465")

or through the package helper:

library(GSE280465)
se <- GSE280465()