Download Latest Version miRComb_0.9.1.zip (1.8 MB)
Email in envelope

Get an email when there's a new version of miRComb

Home
Name Modified Size InfoDownloads / Week
WindowsVersions 2017-06-02
OlderLinuxVersions 2016-10-24
OldFiles 2015-01-15
miRComb_0.9.1.tar.gz 2017-06-01 5.4 MB
miRComb_0.8.5.tar.gz 2016-11-15 5.3 MB
miRData_0.6.0.tar.gz 2016-10-24 134.7 MB
miRComb_0.8.3.tar.gz 2016-07-27 5.3 MB
README 2016-07-27 2.1 kB
miRComb_0.8.0.tar.gz 2016-05-09 5.4 MB
miRComb_0.7.5.tar.gz 2015-12-10 10.1 MB
vignette.pdf 2015-09-30 459.1 kB
example_timeseries.pdf 2015-09-25 305.6 kB
longdata.RData 2015-08-06 3.8 MB
Totals: 13 Items   170.8 MB 0
###################################################
####  README for miRComb and miRData packages  ####
###################################################


I. Package installation
-----------------------

I.a. Linux/Mac users
--------------------

Download miRComb and miRData to your local folder. Into R session, type:

install.packages("miRData_x.x.tar.gz")
install.packages("miRComb_x.x.tar.gz")


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","mvoutiler","mclust"))
source("http://www.bioconductor.org/biocLite.R")
biocLite(c("RankProd","GOstats","limma","RamiGO","circlize","ReactomePA","DESeq","DO.db"))

I.b. Windows users
------------------

MiRComb and miRData packages can be downloaded here to your local folder: http://sourceforge.net/projects/mircomb/files/WindowsVersions/

Into R session type:

install.packages("miRData_x.x.zip")
install.packages("miRComb_x.x.zip")

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","GOstats","limma","RamiGO","circlize","ReactomePA","DESeq","DO.db"))



II. Use
--------
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



III. Comments / problems
------------------------
If you have any other question/problem regarding to installation, or you have further comments don't hesitate to write us (maria.vila@ciberehd.org): we will try to answer as soon as possible.



Many thanks and enjoy the software!
Source: README, updated 2016-07-27