Giter Site home page Giter Site logo

vannberg / kea_drugresponse Goto Github PK

View Code? Open in Web Editor NEW

This project forked from chuang95/kea_drugresponse

0.0 1.0 0.0 30.52 MB

Project website

Home Page: http://vannberg.biology.gatech.edu/data/DrugResponse/

License: GNU Lesser General Public License v3.0

R 78.11% Makefile 2.65% Shell 19.24%

kea_drugresponse's Introduction

Drug response prediction

	R package use for predicting drug response of cell lines/patients.

	This R package analyzes cancer cell lines /patients gene expression file (Affymetrix U133 plus2.0), 
	and predicts response to 7 FDA proved cancer drugs (Gemcitabine, Gefitinib, Cisplatin, Doxorubicin, 
	Docetaxel, Paclitaxel, Carboplatin).




Requirement

	This R package requires user to pre-install affy package from bioconductor 


Install instruction

	R install affy package
	source("http://bioconductor.org/biocLite.R")
	biocLite("affy")

	R install KEADrugResponse package
	Download zip file from build folder and use install.package function in R to install
	R CMD INSTALL --merge-multiarch KEADrugResponse_*.tar.gz
	Unzip file

Usage

	library(KEADrugResponse); library(affy);
	DrugResponse.predict(patient_inputfile, inputfile_format, sample_name, path_to_model)

Arguments

	input_directory			directory of gene expression data for patient.

	inputfile_format		input file format, can be cel (cel file) or exp (gene expression file)

	sample_name				sample name

	path_to_model			where the model stored, default to 'KEA_DrugResponse/data'. 
 
	return a matrix of positive or negative score for each drug

	output pdf files of prediction score for each patient


Example

	input .cel file
	DrugResponse.predict(input_directory,'cel',patient name,'KEA_DrugResponse/data')


Pipeline

	we provide a bash script to run test for cancer samples in pipeline folder.
	Each pipeline test uses the model file in KEA_DrugResponse/data (default $DATAPATH) folder. 
	Change the $DATAPATH variable in pipeline script for different work path

	cd into pipeline folder
	# cd pipeline

	run test for GSE sets
	# ./DrugResponse_sample_test_GSE.sh GSE38069

	run test for GSM samples
	# ./DrugResponse_sample_test_GSM.sh GSM516801

	run test for user samples
	put all samples in a folder
	# ./DrugResponse_sample_test_multi.sh path.to.samples.folder

kea_drugresponse's People

Contributors

chuang95 avatar

Watchers

Fredrik Vannberg 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.