gdsctools 1.0.1
pip install gdsctools
Released:
Set of tools and pipelines to analyse GDSC data (cancerrxgene.org)
Navigation
Unverified details
These details have not been verified by PyPIProject links
Meta
- License: BSD License (BSD)
- Author: Thomas Cokelaer
- Tags gdsc
Classifiers
- Development Status
- Intended Audience
- License
- Operating System
- Programming Language
- Topic
Project description
- Note:
Developed and tested for Python 2.7, 3.5, 3.6
- Note:
The GDSCTools libary works for Python 2.7 and 3.X but the standalone pipeline to be ran on cluster works on Python 3.X only (requires Snakemake).
- Contributions:
Please join https://github.com/CancerRxGene/gdsctools project
- Documentation:
- GitHub:
Overview
Genomics of Drug Sensitivity in Cancer (GDSC) tools including pipelines related to http://www.cancerrxgene.org/
Installation
pip install gdsctools
For beginners, please visit the main documentation Installation section.
QuickStart
You will need 2 input matrices:
an IC50 matrix with COSMIC identifiers as rows and drugs as columns,
a genomic feature matrix with COSMIC identifiers as rows and features as columns.
Then, you can analyse the data with the standalone application:
gdsctools_anova --input-ic50 ic50.txt --input-features features.txt
or as a script:
from gdsctools import anova, ic50_test an = ANOVA(ic50_test, features_filename) # second arg is optional an.anova_all()
More examples are provided in the documentation on ReadThedoc.
Note that first versions (ANOVA analysis) were based on https://github.com/francescojm/FI.GDSC.ANOVA repository. New tools have been added (regression based on Ridge, Lasso, OmniBEM tool, …).
Project details
Unverified details
These details have not been verified by PyPIProject links
Meta
- License: BSD License (BSD)
- Author: Thomas Cokelaer
- Tags gdsc
Classifiers
- Development Status
- Intended Audience
- License
- Operating System
- Programming Language
- Topic
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
File details
Details for the file gdsctools-1.0.1.tar.gz
.
File metadata
- Download URL: gdsctools-1.0.1.tar.gz
- Upload date:
- Size: 4.7 MB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 72bba53d42150b88b1e186da5d12d94eb2c9f5ac529f4c9f800f98639cf9d82b |
|
MD5 | 60a70014812e9dd40b4deddceab834e6 |
|
BLAKE2b-256 | 4ebb603ad78a4a325c68a1d2b7505489c3adb94b918c68f5be71473ff08468eb |