ucscXena / XenaGoWidget

Xena Gene Set Viewer (demo: http://xenademo.berkeleybop.io/xena)
https://xenageneset.berkeleybop.io/xena/
BSD 3-Clause "New" or "Revised" License
2 stars 5 forks source link

Xena Gene Sets

React widget for analyzing expression of tissue samples within a pathway or set of genes.

Node.js CI

Further documentation

API / Entry points:

Example link:

http://xenademo.berkeleybop.io/xena/#cohort1=TCGA%20Stomach%20Cancer%20(STAD)&cohort2=TCGA%20Stomach%20Cancer%20(STAD)&filter=BPA%20Gene%20Expression&geneset=IFI6_tf_targets&selectedSubCohorts1=From_Xena_Cohort1&selectedSubCohorts2=From_Xena_Cohort2&subCohortSamples=TCGA%20Stomach%20Cancer%20(STAD):From_Xena_Cohort1:TCGA-BR-8384-01,TCGA-BR-4371-01&subCohortSamples=TCGA%20Stomach%20Cancer%20(STAD):From_Xena_Cohort2:TCGA-D7-6822-01,TCGA-BR-8485-01&cohort1Color=green&cohort2Color=pink

Running at https://xenagoweb.xenahubs.net/xena/

Default Example

Analysis Server Software

While not necessary, you can run your own analysis server using R using the analysis server code:

https://github.com/ucscXena/xena-analysis-grails

Its a bit complicated to set up, but requires R, Grails, and a postgresql database.

Instructions

npm install

Running locally:

npm start

Build for production:

npm run build

Run tests:

npm test

Lint:

npm run-script lint