SkillAgentSearch skills...

CDriver

cDriver R package for finding candidate driver genes in cancers

Install / Use

/learn @hanasusak/CDriver
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

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.

View on GitHub
GitHub Stars18
CategoryDevelopment
Updated2y ago
Forks3

Languages

R

Security Score

60/100

Audited on Mar 8, 2024

No findings