Skip to content

生物信息学分析系统,使用java线程池下载TCGA数据库数据,在线绘制火山图热图

Notifications You must be signed in to change notification settings

BioinfoFungi/bioinfo_server

 
 

Repository files navigation

生物信息资源管理

技术

  • SpringBoot
  • mysql
  • jap
  • H2 database
  • 线程池
  • java系统调用R

功能

  • 项目报告管理
  • 癌症数据资源管理

设计

  • data matrix
    • cancer (癌症)[ESCA、BRAC...]
    • study(研究)[mRNA、miRNA、lncRNA...]
    • dataOrigin(数据来源)[TCGA、GEO...]
    • dataCategory(数据分类)[FPKM、Counts、clinical...]
    • analysisSoftware(分析软件)[limma、DESeq2...]
    • dataId数据Id

Swagger

测试

前台配置Local Storage

url_port:{"url":"localhost","port":"8080"}

数据初始化

http://localhost:8080/api/cancer/init?authorize=XXXXXX&path=/home/wangyang/Downloads/TCGADOWNLOAD/Cancer.tsv
http://localhost:8080/api/study/init?authorize=XXXXXX&path=/home/wangyang/Downloads/TCGADOWNLOAD/Study.tsv
http://localhost:8080/api/data_origin/init?authorize=XXXXXX&path=/home/wangyang/Downloads/TCGADOWNLOAD/DataOrigin.tsv
http://localhost:8080/api/data_category/init?authorize=XXXXXX&path=/home/wangyang/Downloads/TCGADOWNLOAD/DataCategory.tsv
http://localhost:8080/api/analysis_software/init?authorize=XXXXXX&path=/home/wangyang/Downloads/TCGADOWNLOAD/AnalysisSoftware.tsv

http://localhost:8080/api/cancer_study/init?authorize=XXXXXX&path=/home/wangyang/Downloads/TCGADOWNLOAD/CancerStudy.tsv
http://localhost:8080/api/data_import/init?authorize=XXXXXX&path=/home/wangyang/Downloads/TCGADOWNLOAD

联系

代码贡献

git clone https://github.com/BioinfoFungi/bioinfo_analysis.git

迁移后提交

  • 方法有三种
    • 修改命令:git remote origin set-url [url]
    • 先删后加
      • git remote rm origin
      • git remote add origin [url]
    • 直接修改config文件
git remote add origin_1 https://github.com/BioinfoFungi/bioinfo_analysis.git
git add .
git commit -m 'XXXX'
git status
git push origin_1 master

参考

About

生物信息学分析系统,使用java线程池下载TCGA数据库数据,在线绘制火山图热图

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages

  • Java 99.2%
  • Other 0.8%