相关文章
OMIM 表型和基因如何关联
OMIM数据库:大神私藏的数据库,99.9%的人都不知道! 2019-03-04 11:00乳腺癌/医生/肺癌 “ GEO、NCDB、TCGA、SEER数据库这些我都知道,但OMIM是什么鬼? OMIM(Online Mendelian Inheritance in Man࿰…
建站知识
2024/11/26 15:55:58
基于omi的omim-tag组件
腾讯omi项目中的omim,基于typescript,pr了omim-tag组件,已被commit。 omim线上体验地址:omim github地址: mac-tag 个人blog地址: blog demo: import ../../src/tag/index.tsx
import { render,…
建站知识
2025/2/5 2:21:59
基因数据处理38之dbSnpId到omimId的映射表
1.下载: 首先收到【2】,来源是【2】 【1】中有描述:
You can also get those SNPs with an OMIM ID number by downloading from the dbSNP FTP site: the OmimVarLocusIdSNP table contains the information you need for your organisim…
建站知识
2025/2/5 7:01:19
基因数据处理88之vcf2omim得到omim和dbSnpId信息
1.代码:
/** * author xubo * more code:https://github.com/xubo245/SparkLearning * more blog:http://blog.csdn.net/xubo245 */ package org.gcdss.cli.disease
import java.text.SimpleDateFormat import java.util.Date import org.apache.spark.{Sp…
建站知识
2025/2/5 10:02:11
d0711_NCBI_Gene_Search_OMIM数据格式_开源数据
1.NCBI 基因名称书写规则
示例:https://www.ncbi.nlm.nih.gov/gene/?termHUT11
Gene
A searchable database of genes, focusing on genomes that have been completely sequenced and that have an active research community to contribute gene-specific da…
建站知识
2025/1/16 17:16:41
1-辛基-3-甲基咪唑六氟磷酸盐([OMIM] PF6)负载修饰四氧化三铁( Fe3O4)为载体包覆二氧化硅材料
辛基-3-甲基咪唑六氟磷酸盐([OMIM] PF6)负载修饰四氧化三铁( Fe3O4)为载体包覆二氧化硅材料
描述:以四氧化三铁(Fe3O4)为载体包覆二氧化硅涂层,用1-辛基-3-甲基咪唑六氟磷酸盐([OMIM]PF6)负载修饰,制备了一种功能化磁性纳米材料。 离子液体具有一系列突出的优点&am…
建站知识
2024/11/3 15:49:10
python解析omim网页内容
利用zip()函数把四个列表一对一的组合成一个元组。
zip() 函数用于将可迭代的对象作为参数,将对象中对应的元素打包成一个个元组,然后返回由这些元组组成的列表。
利用map()函数对每一个元素进行函数操作,用匿名函数提取text和去掉\n
map(…
建站知识
2024/12/13 20:13:53