Code Monkey home page Code Monkey logo

ccle_extractor's Introduction

ccle_extractor Actions Status

Extracting gene expression datasets from CCLE database.

Manual installation of package requirements

Language Packages
Python >= 3.7 pandas, matplotlib, seaborn
R biomaRt, dplyr, edgeR

CCLE Data

  • CCLE_RNAseq_rsem_genes_tpm_20180929.txt.gz
  • Cell_lines_annotations_20181226.txt
  • CCLE_RNAseq_genes_counts_20180929.gct.gz

Usage

from ccle.database import CancerCellLineEncyclopedia as CCLE

# Set gene_nemes
# Set ccle_names or cell_lines

selected_CCLE_subset = CCLE(
    gene_names = ['EGFR', 'ERBB2', 'ERBB3', 'ERBB4'],
    ccle_names = ['MCF7_BREAST', 'MDAMB231_BREAST']
)

''' or
selected_CCLE_subset = CCLE(
    gene_names = ['EGFR', 'ERBB2', 'ERBB3', 'ERBB4'],
    cell_lines = ['MCF7', 'MDA-MB-231']
)
'''

# GeneCards link (https://www.genecards.org)
selected_CCLE_subset.to_gene_summary()
# TPM value
selected_CCLE_subset.to_gene_expression()

Installation

$ git clone https://github.com/okadalabipr/ccle_extractor.git

License

MIT

ccle_extractor's People

Contributors

himoto avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

ccle_extractor's Issues

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.