目录

HiBED

Publication DOI: 10.3389/fnins.2023.1198243

Bioconductor Package: https://bioconductor.org/packages/devel/data/experiment/html/HiBED.html

Hierarchical deconvolution for extensive cell type resolution in the human brain using DNA methylation. The HiBED deconvolution estimates proportions up to 7 cell types (GABAergic neurons, glutamatergic neurons, astrocytes, microglial cells, oligodendrocytes, endothelial cells, and stromal cells) in bulk brain tissues.

Figure1

Installation

devtools::install_github("SalasLab/HiBED")

Load package

library(HiBED)

Deconvolution function

?HiBED_deconvolution

Example

library(FlowSorted.Blood.EPIC)
library(FlowSorted.DLPFC.450k)
library(minfi)
Mset<-preprocessRaw(FlowSorted.DLPFC.450k)
Examples_Betas<-getBeta(Mset)
HiBED_result<-HiBED_deconvolution(Examples_Betas, h=2)
head(HiBED_result)

EPICv2 Solution

if you’re having trouble dowloading v2 annotation files, you can find them at

https://www.dropbox.com/sh/rbxjhq9zalqq58e/AAABR8kKegXKVMeNJV8a2lJRa?dl=0

library(HiBED)
library(minfi)
library(IlluminaHumanMethylationEPICv2anno.20a1.hg38)
library(IlluminaHumanMethylationEPICv2manifest)

dir should be the folder containing EPICv2 IDATs

v2_RGset = read.metharray.exp("dir",recursive = TRUE) 
annotation(v2_RGset)["array"] = "IlluminaHumanMethylationEPICv2" #Update annotation files for v2
annotation(v2_RGset)["annotation"] = "20a1.hg38"
v2_MSet <-preprocessNoob(v2_RGset)
v2_Betas<-getBeta(v2_MSet)
v2_Betas<- sesame::betasCollapseToPfx(v2_Betas)
HiBED_deconvolution(v2_Betas, h=2)
关于

提供人类胚胎大脑发育的Hi-C和RNA-seq数据集

146.0 KB
邀请码
    Gitlink(确实开源)
  • 加入我们
  • 官网邮箱:gitlink@ccf.org.cn
  • QQ群
  • QQ群
  • 公众号
  • 公众号

版权所有:中国计算机学会技术支持:开源发展技术委员会
京ICP备13000930号-9 京公网安备 11010802047560号