DriverNet
DriverNet is an R package for detection of driver genomic aberrations. DriverNet utilizes genome and transcriptome data to identify driver mutations. Given a list of genomic aberrations and transcritome data, DriverNet will output a ranked list of genes that are more likely to affect the expression of genes.
Publications
In preparation (Estimated date of submission: Jan 2012)
Download
Download the first version: drivernet.tar.gz.
Installation (TBD)
- Download and extract drivernet.tar.gz into the desired folder
<$install_dir>:- cd <$install_dir>
- tar xvzf drivernet.tar.gz
- Build the R package: ./create_package.sh
- Install the package: R CMD INSTALL DriverNet_1.0.tar.gz (R version 2.14.0 is needed)
- Run the following commands in R:
- library(DriverNet)
- example(DriverNet)

