Displaying 20 results from an estimated 10000 matches similar to: "How to list package dependency on a Bioconductor package?"
2012 May 23
1
edgeR: design matrix setup
I have a data frame like this:
T0h T0.25h T0.5h T1h T2h T3h T6h T12h T24h T48h
C0h C0.25h C0.5h C1h C2h C3h C6h C12h C24h C48h
NM_001001130 68 95 56 43 66 62 68 90 63 89 65
85 58 49 81 49 76 73 48 77
NM_001001152 79 129 52 50 24 45 130 154 112 147 56
85 67 33 52 31 93 77 65 109
...
2011 Jan 24
2
Setting bioconductor repository in .Rprofile. Is there a permanent way?
I currently set the Bioconductor repository in my .Rprofile using this
code (which needs editing for every version number change of
Bioconductor):
# Choose repositories
repos <- structure(c(CRAN="http://streaming.stat.iastate.edu/CRAN",
CRANextra="http://www.stats.ox.ac.uk/pub/RWin",
2010 Aug 21
2
vector allocation error
I am running and analysis of sequencing data uisng the EdgeR package. I have
received the following error:
Using grid search to estimate tagwise dispersion. Error: cannot allocate
vector of size 307.3 Mb
indicating the memory allocation is too small. How would I change this
confiuration in R so that the script can run with the files I have?
Help appreciated, Josquin
--
View this message in
2012 Jul 09
1
Using a function from splines.c in our package
Dear all,
I'm writing to ask for advice as to best practice. A PhD student working
with me is writing C++ code that we hope to make public as src code in our
Bioconductor package edgeR. He wants to call the function fmm_spline,
which is part of the source code for the stats package
http://svn.r-project.org/R/trunk/src/library/stats/src/splines.c,
from his C++ code. This function
2011 Nov 21
1
readDGE: Error in colnames/length of dimnames not equal to array extent
Hello, all,
I'm a new R user (new to any programming language in general, really), so I
apologize if this is easy/has already been answered (I've attempted
searching online but did not understand the pages I found).
My data is stored in text files with the headers LANE, RNA_NAME, SEQ, and
SEQCNT. I've been using
x = "filename.txt"
y = aggregate(x$SEQCNT, list(x$RNA_NAME),
2011 Jun 10
3
CRAN package with dependencies on Bioconductor
Dear all,
for a CRAN-package that depends on another Bioconductor-package I find two
things annoying and would like to know whether there are some workarounds:
1) Is there some inevitable problem that install.packages does not install
uninstalled packages (on which the specified package depends) also from
Bioconductor (in the correct version)?
2) In my understanding (please correct me if
2016 May 06
2
Is it possible to increase MAX_NUM_DLLS in future R releases?
Thanks for all your great answers.
The app I?m working on is indeed an exploratory data analysis tool for gene expression, which requires a bunch of bioconductor packages.
I guess for now, my best solution is to divide my app into modules and load/unload packages as the user switch from one module to another.
This brought me another question: it seems that unload package with the
2008 Oct 06
1
Bioconductor installation on 64 bit R problem
Hello,
I am attempting to install Bioconductor on 64 bit R. The installation of some bioconductor packages fails with the errors below. I would be very grateful for any help on how to resolve the issue.
Best regards,
Octavio Espinosa
---------------------
Most of the bioconductor packages won't install, for examples 'Biobase'
errors with:
** building package indices ...
2011 Oct 12
1
Generelized Negative Binomial model in R
Hello;
Does anybody knows that R have a function for Generelized Negative Binomial
model, something like "gnbreg" in "STATA" where dispersion parameter itself
is a function of covaraites ?
Thanks;
[[alternative HTML version deleted]]
2008 Dec 01
1
[BioC] Rcurl 0.8-1 update for bioconductor 2.7
Hi Patrick,
Greetings from !(sunny) Pittsburgh.
What's the scoop on RCurl on windows (XP)?
I've tried to install RCurl_0.92-0.zip and RCurl_0.9-3.zip,
with both R 2.7.2 and R 2.8.0 from the RGUI (utils:::menuInstallLocal),
and get the error
"Windows binary packages in zipfiles are not supported".
which (according to google's one and only hit) comes from a perl script.
2004 Oct 12
1
R/BioConductor error (PR#7282)
Full_Name: H Deshmukh
Version: 2.0
OS: 2000
Submission from: (NULL) (129.174.206.239)
Can somebody tell me what is it that i am doing wrong,i was not sure whether to
post BioConductor error here or not.
Thanks
>source("http://www.bioconductor.org/getBioC.R")
> getBioC(libName = "all")
Running getBioC version 1.2.65....
If you encounter problems, first make sure that
2006 Jun 20
1
Installing bioconductor
Hi,
I been trying to install bioconducter into R using the script on the bioconductor home page. However, I get this error message:
> source("http://www.bioconductor.org/biocLite.R")
Error in file(file, "r", encoding = encoding) :
unable to open connection
In addition: Warning message:
unable to connect to 'www.bioconductor.org' on port 80.
It is maybe
2009 Jun 23
1
Cannot install pakages from Bioconductor besides the default installation
I am running the last R version on SuSE 11.1.
I installed the Bioconductor environment following the instructions on the web. As a consequence some
core packages from Bioconductors were installed.
I need to add some more packages. So I tried biomaRt as follows.
It does not get installed correctly.
Please see the following sequence.
Thank you in advance.
Maura
>
2009 Aug 07
2
error installing bioconductor
Hi, I am new to R. I am downloaded the installer for R 2.9.1, and that
installed just fine.
Then I want to install Biocondcutor packages. According to bioconductor
website, I input the following commands.
> source("http://bioconductor.org/biocLite.R")
> bioLite()
Error: could not find function "bioLite"
What am I doing wrong here?
Thanks
--
View this message in
2008 Jun 19
1
Installation Error with Bioconductor on R
Hi, I am trying to install Bioconductor onto R version 2.7.0 for Windows. I installed R, then followed the instructions on http://www.bioconductor.org/download, which state that you should type the following:
source("http://bioconductor.org/biocLite.R")
biocLite()
When I do that, I get the following error:
Running biocinstall version 2.2.9 with R version 2.7.0
Your version of R
2006 Aug 29
2
Bioconductor installation errors
Hello,
I follow the Bioconductor instruction (http://www.bioconductor.org/download
<http://www.bioconductor.org/download> ) to install Biocoductor, there have
some errors:
/usr/lib/R/bin/SHLIB: line 115: make: command not found
chmod: cannot access `/usr/local/lib/R/site-library/affyio/libs/*': No such
file or directory
ERROR: compilation failed for package 'affyio'
**
2011 Nov 30
1
install "multtest" and "preprocessCore" packages in Bioconductor library
Hi Nguyen,
> Subject: [R] install "multtest" and "preprocessCore" packages in
> Bioconductor library
> Date: Wed, 30 Nov 2011 09:57:36 -0800
> From: UyenThao Nguyen <unguyen at tethysbio.com>
> To: r-help <r-help at r-project.org>
> CC: uth.nguyen at ucdavis.edu <uth.nguyen at ucdavis.edu>
>
> Hi All,
>
> I've tried to
2013 Oct 23
3
Problema con Bioconductor y R 3.0.2
No se bien si hacer la pregunta aca, pero en la lista de correo de
bioconductor he tenido algunos problemas para hacer la consulta.
Por un error actualice R de la version 15.0.3 a la 3.0.2, y ahora no me
corren las librerias de bioconductor. Al intentar usar alguna me aparece
el mensaje :
Your Bioconductor is out-of-date, upgrade to version 2.13 by following
instructions at
2003 May 29
0
Bioconductor 1.2 Released
The Bioconductor development team announces release 1.2 of the
Bioconductor packages for the analysis of genomic data. Bioconductor
is an open source bioinformatics software project based on the R language.
Version 1.2 features:
=====================
* All packages from the 1.1 release are included. All current bug
fixes have been applied, and most have been upgraded and
provide enhanced
2006 Aug 24
1
Need help with difficulty loading page www.bioconductor.org
The page is either too busy, or there is something seriously wrong with
access to this page.
Most of the time, trying to reach www.bioconductor.org results in
failure. Only once in a
blue moon, do I get through.
In fact, thus far, I have not been able to install bioconductor, since
the first source(...)
command from the R command window -- following instruction on
www.bioconductor.org
page,