🎨
booknote
Ctrlk
  • Zpliu'Booknote
  • ggplot2
  • 前端操作
  • 可变剪切
  • 文献
  • CRISP Case9
  • python
    • matplotlib
    • 爬虫
      • 根据关键字获取对应的基因
      • TE
    • 多进程
    • 基于模块化编程
    • pybedtools
    • 高级特性
    • SOS
    • python 解析命令行参数
    • 简单实现python多进程
    • gffutils
    • 多线程读取文件
    • rpy2
    • pandas
    • pysam
  • cottonWeb
  • Vue
  • 并行计算
  • WebPack
  • VueCLI
  • Script
  • mysql
  • 文本编辑器
  • source_code
  • GWAS
  • RNA-seq
  • Linux
  • SNP分子标记
  • 生信软件
  • Hi-C
  • node
  • Cell-Ranger
  • HOX3
  • vue-admin
  • R
  • 系统遗传学
  • eQTL
  • sQTL
  • 资源
  • SVG
  • 王悦瑾
  • ES6
  • scRNAseq
  • 多倍体进化
  • Vuex
  • ElementUI
  • reference周记
  • 苏柃
Powered by GitBook
On this page

Was this helpful?

  1. python
  2. 爬虫

根据关键字获取对应的基因

请求API http://golr.geneontology.org/solr/select?defType=edismax&qt=standard&indent=on&wt=json&rows=10&start=0&fl=bioentity,bioentity_name,taxon,panther_family,type,source,synonym,bioentity_label,taxon_label,panther_family_label,score,id&facet=true&facet.mincount=1&facet.sort=count&json.nl=arrarr&facet.limit=25&hl=true&hl.simple.pre=%3Cem class=%22hilite%22%3E&hl.snippets=1000&fq=regulates_closure:%22GO:0051740%22&fq=document_category:%22bioentity%22&facet.field=source&facet.field=taxon_subset_closure_label&facet.field=type&facet.field=panther_family_label&facet.field=annotation_class_list_label&facet.field=regulates_closure_label&q=*:*&packet=1&callback_type=search

根据基因编号和物种编号 请求序列信息

API: https://www.ncbi.nlm.nih.gov/gene/?term=(ETR1%5BGene+Name%5D)+AND+%3A4565%5BTaxonomy+ID%5D

包含两个筛选条件:

  • Gene+Name 基因名

  • Taxonomy+ID 物种ID

Previous爬虫NextTE

Last updated 5 years ago

Was this helpful?