Code Monkey home page Code Monkey logo

cancersea's Introduction

cancersea: a simple R data package for curated cancer pathway-specific gene lists

A curated package of gene sets involved in cancer biology, taken from the CancerSEA database at http://biocc.hrbmu.edu.cn/CancerSEA/goDownload

Note that genes are those positively correlated (ie upregulated) with each process.

Getting started

View avilable pathways:

library(cancersea)
data('available_pathways')
available_pathways

 [1] "angiogenesis"    "apoptosis"       "cell_cycle"      "differentiation" "dna_damage"     
 [6] "dna_repair"      "emt"             "hypoxia"         "inflammation"    "invasion"       
[11] "metastasis"      "proliferation"   "quiescence"      "stemness" 

Then view a particular pathway:

data('angiogenesis')

# A tibble: 6 x 2
  ensembl_gene_id symbol
  <chr>           <chr> 
1 ENSG00000139567 ACVRL1
2 ENSG00000101384 JAG1  
3 ENSG00000154188 ANGPT1
4 ENSG00000091879 ANGPT2
5 ENSG00000174059 CD34  
6 ENSG00000070831 CDC42 

cancersea's People

Contributors

kieranrcampbell avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.