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

推荐订阅源

Y
Y Combinator Blog
The GitHub Blog
The GitHub Blog
云风的 BLOG
云风的 BLOG
Engineering at Meta
Engineering at Meta
Google DeepMind News
Google DeepMind News
aimingoo的专栏
aimingoo的专栏
Recent Announcements
Recent Announcements
A
About on SuperTechFans
U
Unit 42
MyScale Blog
MyScale Blog
J
Java Code Geeks
博客园_首页
Blog — PlanetScale
Blog — PlanetScale
D
Docker
Microsoft Azure Blog
Microsoft Azure Blog
博客园 - 司徒正美
量子位
月光博客
月光博客
G
Google Developers Blog
V
V2EX
博客园 - 聂微东
宝玉的分享
宝玉的分享
IT之家
IT之家
Vercel News
Vercel News

博客园 - 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 ChromHMM教程 极简 | GRN | SCENIC | pySCENIC | 安装使用最新版scenicplus Linux下载zenodo数据 共定位 | colocalization 分析 | 表观因子 findOverlappingPeaks | peak取交集操作 R小技巧汇总 Signac处理bulk ATAC-seq数据 Differential motif enrichment | CentriMo | meme 亚马逊云 | AWS S3 | 基本操作 ATAC-seq | TOBIAS | footprint分析 TCGA+GTEx基因表达数据合并 | 多癌种表达分析 药物筛选 | drug screen
根据基因名批量查询下载PDB蛋白结构数据库
Life·Intelligence · 2024-12-13 · via 博客园 - Life·Intelligence

下载Using EntrezDirect as noted to get structure accessions

https://www.ncbi.nlm.nih.gov/books/NBK179288/

for i in `cat all.epi.regulators.txt`
do
echo $i
esearch -db structure -query "$i [GENE]" | esummary | xtract -pattern DocumentSummary -element PdbAcc,ExpMethod,Resolution,PdbClass,PdbDepositDate,PdbDescr,string > $i.pdb_id
done

偶尔会有网络连接问题

最后再下一遍

ls *.pdb_id | sed "s/.pdb_id//" > downloaded.list

grep -vxFf downloaded.list all.epi.regulators.txt

参考:

  • http://localhost:17449/lab/tree/projects/LiLab/selfDB/Drug-DB/Drug_to_gene.ipynb
  • ~/projects/LiLab/selfDB/rcsb_PDB/
  • https://www.biostars.org/p/9576260/