从ncbi,根据gene symbol爬取gene ID、HGNC ID、Ensemble ID
- 关掉梯子
- 代码源文件和基因列表处于同一个目录
- 在代码中设定基因列表的具体路径
# 读取Excel文件 excel_file_path = 'DEGs.xlsx' # 替换为你的Excel文件路径 df = pd.read_excel("f:/graduation paper/AD gene_biomarker 3.6/DEGs.xlsx")
从ncbi,根据gene symbol爬取gene ID、HGNC ID、Ensemble ID
# 读取Excel文件
excel_file_path = 'DEGs.xlsx' # 替换为你的Excel文件路径
df = pd.read_excel("f:/graduation paper/AD gene_biomarker 3.6/DEGs.xlsx")