惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

N
News and Events Feed by Topic
T
The Exploit Database - CXSecurity.com
P
Palo Alto Networks Blog
T
Threat Research - Cisco Blogs
Cloudbric
Cloudbric
Recent Commits to openclaw:main
Recent Commits to openclaw:main
I
Intezer
Attack and Defense Labs
Attack and Defense Labs
P
Privacy International News Feed
cs.CV updates on arXiv.org
cs.CV updates on arXiv.org
L
Lohrmann on Cybersecurity
C
Cybersecurity and Infrastructure Security Agency CISA
V2EX - 技术
V2EX - 技术
AWS News Blog
AWS News Blog
O
OpenAI News
L
LINUX DO - 最新话题
N
News | PayPal Newsroom
PCI Perspectives
PCI Perspectives
www.infosecurity-magazine.com
www.infosecurity-magazine.com
T
Troy Hunt's Blog
Latest news
Latest news
D
Darknet – Hacking Tools, Hacker News & Cyber Security
A
Arctic Wolf
Spread Privacy
Spread Privacy
G
GRAHAM CLULEY
T
Tor Project blog
博客园_首页
Know Your Adversary
Know Your Adversary
有赞技术团队
有赞技术团队
S
Secure Thoughts
美团技术团队
Apple Machine Learning Research
Apple Machine Learning Research
爱范儿
爱范儿
T
Tailwind CSS Blog
Application and Cybersecurity Blog
Application and Cybersecurity Blog
V
Visual Studio Blog
J
Java Code Geeks
Cisco Talos Blog
Cisco Talos Blog
Schneier on Security
Schneier on Security
Exploit-DB.com RSS Feed
Exploit-DB.com RSS Feed
S
Security Affairs
Jina AI
Jina AI
人人都是产品经理
人人都是产品经理
雷峰网
雷峰网
宝玉的分享
宝玉的分享
量子位
Last Week in AI
Last Week in AI
月光博客
月光博客
罗磊的独立博客
S
SegmentFault 最新的问题

博客园 - Life·Intelligence

SSHFS + VS Code 挂载集群代码目录(macOS)| 集群vibe coding OpenClaw 多 Channel 实战总结(Windows 环境) OpenClaw Windows 安装与 Debug 最终版教程(适用于 MiniPC i3-N305 / 无 GPU) miniconda转miniforge | conda | license LightDock | 蛋白质-多肽对接 | peptide-protein docking 蛋白结构预测 | alphafold | colabfold | docking 全栈生信 | PyMol使用教程 细胞通讯推断 | CCI | CellChat | CellphoneDB | iTALK | NicheNet 极简 | GRN | SCENIC | pySCENIC | 安装使用最新版scenicplus Linux下载zenodo数据 共定位 | colocalization 分析 | 表观因子 findOverlappingPeaks | peak取交集操作 根据基因名批量查询下载PDB蛋白结构数据库 R小技巧汇总 Signac处理bulk ATAC-seq数据 Differential motif enrichment | CentriMo | meme 亚马逊云 | AWS S3 | 基本操作 ATAC-seq | TOBIAS | footprint分析 TCGA+GTEx基因表达数据合并 | 多癌种表达分析 药物筛选 | drug screen
ChromHMM教程
Life·Intelligence · 2025-03-28 · via 博客园 - Life·Intelligence

2025年03月27日

先看一篇高分文章:Chromatin state dynamics confers specific therapeutic strategies in enhancer subtypes of colorectal cancer

With the use of the ChromHMM algorithm,14 we trained a 10-state, 12-state and 15-state model (for
samples having all the six marks; online supplemental table S1)
consisting of combinatorial patterns of specific histone modifications known as chromatin states, which are linked with the
transcriptional output of the associated genomic loci and regulate the recruitment of various components of the transcriptional
machinery. We chose a 10-state model for in-depth investigation
because it represented biologically interpretable combinatorial
patterns that were not repetitive or ambiguous (figure 1A and
online supplemental figure S1A). We annotated these chromatin states based on the content of each state and its average
relative distribution around known genomic features (online
supplemental figure S1B).

因为一个基因组locus可以有很多歌histone state,某些histone mark之间具有协同或拮抗作用,所以这里相当于做个一个(maybe线性)变换,输入是所有histone mark,输出是统一的chromatin state。

如果有超过5个以上的histone marks,那这个就属于必做的分析。

代码

ChromHMM.sh BinarizeBam -gzip -b 200 -f 2 -paired chrom.sizes.hg38 3.bam design_sheet.txt binarization
# 容易爆内存,我猜一个线程会占用很多内存
default_jvm_mem_opts="-Xms20m -Xmx30g"
ChromHMM.sh LearnModel -gzip -d 0.001 -color 0,0,255 -p 4 -i chrhmm binarization learnmodel 10 hg38

参考项目:/home/zz950/projects/BAF_SOX9/diffbind/chromhmm 

参考: