Is there solution to offline running Bioconductor limma
1
0
Entering edit mode
@prabhakar-ghorpade-6464
Last seen 9.6 years ago
Hello,        Is there solution to offline running Bioconductor in R? For example I want to run Bioconductor package limma offline for that each time it ask for other dependency packages for which I need to download them from online site. Is it possible to download all dependencies for particular packages at once to run them offline. Thanks. Regards, Prabhakar Dr. Ghorpade Prabhakar B. PhD Scholar ( Veterinary Biochemistry), IVRI, Izatnagar, Bareilly, U.P., India [[alternative HTML version deleted]]
limma limma • 923 views
ADD COMMENT
0
Entering edit mode
Dan Tenenbaum ★ 8.2k
@dan-tenenbaum-4256
Last seen 3.2 years ago
United States
----- Original Message ----- > From: "prabhakar ghorpade" <prabhakar_ghorpade at="" yahoo.co.in=""> > To: bioconductor at r-project.org > Sent: Sunday, March 23, 2014 1:07:57 AM > Subject: [BioC] Is there solution to offline running Bioconductor limma > > Hello, > ? ? ? ?Is there solution to offline running Bioconductor in R? For > ? ? ? ?example I want to run Bioconductor package limma offline for > ? ? ? ?that each time it ask for other dependency packages for which > ? ? ? ?I need to download them from online site. Is it possible to > ? ? ? ?download all dependencies for particular packages at once to > ? ? ? ?run them offline. Thanks. > source("http://bioconductor.org/biocLite.R") biocLite("limma") This will install limma and all its dependencies. You only need to do this once. Then when you want to use limma, do this: library(limma) Dan > Regards, > Prabhakar > ? > Dr. Ghorpade Prabhakar B. > PhD Scholar ( Veterinary Biochemistry), > IVRI, > Izatnagar, > Bareilly, U.P., > India > [[alternative HTML version deleted]] > > > _______________________________________________ > Bioconductor mailing list > Bioconductor at r-project.org > https://stat.ethz.ch/mailman/listinfo/bioconductor > Search the archives: > http://news.gmane.org/gmane.science.biology.informatics.conductor
ADD COMMENT

Login before adding your answer.

Traffic: 874 users visited in the last hour
Help About
FAQ
Access RSS
API
Stats

Use of this site constitutes acceptance of our User Agreement and Privacy Policy.

Powered by the version 2.3.6