Giter VIP home page Giter VIP logo

mircomb's Introduction

MiRComb R package

There are two ways of installing miRComb from GitHub:

Use devtools package:

library(devtools)
if(!require(miRData)) install_github("mariavica/miRData", ref="master", build_vignettes = TRUE)
install_github("mariavica/miRComb", ref="master", build_vignettes = TRUE)

(use build_vignettes = FALSE if you have problems with vignettes intallation)

Or with githubinstall package:

library(githubinstall)
if(!require(miRData)) gh_install_packages("miRData", ref = "master", build_vignettes = TRUE)
gh_install_packages("miRComb", ref = "master", build_vignettes = TRUE)

In both cases, use ref="patch-devel" if you want to install the latest version.

Otherwise, you can also download the source files from sourceforge.net: https://sourceforge.net/projects/mircomb/files/?source=navbar

Other R/Bioconductor packages are needed, if you want to install all of them, type:

install.packages(c("gplots","gtools","network","WriteXLS","Hmisc","glmnet","scatterplot3d", "VennDiagram","xtable","survival","pheatmap","mvoutlier","mclust"))
source("http://www.bioconductor.org/biocLite.R")
biocLite(c("RankProd","clusterProfiler","limma","KEGG.db","circlize","ReactomePA","DESeq","DO.db")) 

Use and comments

If the package has been useful for you, we will be very grateful if you can cite our article:

  • Vila-Casadesús M, Gironella M, Lozano JJ (2016) MiRComb: An R Package to Analyse miRNA-mRNA Interactions. Examples across Five Digestive Cancers. PLoS ONE 11(3): e0151127. doi:10.1371/journal.pone.0151127

Also, feel free to make comments or suggestions in this GitHub Repository or to: [email protected] and [email protected], many thanks!

mircomb's People

Contributors

mariavica avatar ko-bmi avatar

Watchers

James Cloos avatar

Forkers

pechang03

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.