README.md

cDriver

cDriver R package for finding candidate driver genes in cancers. To be able to use cDriver, user must have installation of R programing language.

Current version is a Beta version. We will regularly improve this package based on a users comments.

The manuscript for cDriver is published at Scientific Reports and can be downloaded from: https://www.nature.com/articles/s41598-017-12888-1

Installation from R

install.packages("devtools")

library(devtools)

install_github("hanasusak/cDriver")

library(cDriver)

# And now is read to use!

Installation from Command line (terminal)

curl -L https://api.github.com/repos/hanasusak/cDriver/tarball > cDriver.tar.gz

R CMD INSTALL cDriver.tar.gz

# cDriver package should be installed now.

or

Click at this link and download cDriver package. Then you rename it as cDriver.tar.gz and you can install it from Shell as mentioned before:

R CMD INSTALL cDriver.tar.gz

or

Go to this link, what is another github repository. There you can download wrapper for cDriver to run analysis from command line wihout any programing knowledge.

License

This project is licensed under the terms of the MIT license.



hanasusak/cDriver documentation built on May 17, 2019, 2:27 p.m.