Displaying 20 results from an estimated 20000 matches similar to: ""welcome" message upon loading data"
2013 Apr 03
1
Select single probe-set with median expression from multiple probe-sets corresponding to same gene -AFFY
Hello All,
I need your help. I am analysing affymetrix data and have to select the
probe-set that has median expression among all the probe-sets for same
gene. This way I want to remove the redundancy by keeping the analysis
to single gene entry level. I am fully aware that it is not a nice thing
to do but I just have to do it.
To do so, I came across 'findLargest' function of
2010 Jul 08
2
package installation for Windows 7
Neither biocLite nor the GUI menus can install packages on my system.
Here is relevant output:
> version
_
platform i386-pc-mingw32
arch i386
os mingw32
system i386, mingw32
status
major 2
minor 11.1
year 2010
month 05
day 31
svn rev 52157
language R
version.string R version 2.11.1 (2010-05-31)
> source("http://bioconductor.org/biocLite.R")
BioC_mirror =
2010 Aug 27
1
Error: package/namespace load failed for 'IlluminaHumanMethylation27k.db'
Hello everyone,
I have a problem when loading the library: IlluminaHumanMethylation27k.db
I installed the package from zip (from the Bioconductor website), and also
installed all the packages it asked for. It went all succesfull:
"package 'IlluminaHumanMethylation27k.db' successfully unpacked and MD5 sums
checked"
But when I am trying to load this library I get an error:
2003 Sep 11
1
potentially nasty interaction between R 1.8.0 and tetex
I've been having problems building vignettes in bioconductor packages
with R-devel. Turns out that Rdevel/share/texmf/hyperref.cfg wants
Blue and Red predefined, when only blue and red are defined (as of
rsync Rdevel, Sept 10th). This is on a Debian unstable system (Sept
9th version). Might not apply to all other tetex systems. Seems to
have bitten the bioconductor build system, though.
2006 Aug 11
1
[BioC] problem loading affycoretools (more details)
Hi again,
I have been playing around with the order of loading packages, and as far
as I can tell, there's nothing specific with affycoretools that's causing
my Rgui to crash (i.e., shuts down and the Microsoft 'please send error
report' box pops up). Instead, it has something to do with the order & type
of packages that are loaded that add items to the menu bar by
2011 Apr 27
2
arch=i386
Dear ALL
I want to load "HTSanalyzeR", It 's necessary to load "igraph" package.
This time I see this error:
library(igraph)
library(HTSanalyzeR)
Loading required package: GSEABase
Loading required package: Biobase
Error: package 'Biobase' is not installed for 'arch=i386'
>
I 'll be glade if you help me
[[alternative HTML version deleted]]
2005 Oct 19
2
Error in opening .RData containing a genefilter object
Hi,
I discover that when I save a workspace containing a genefilter (pkg
from Bioconductor) object I cannot open no more after. I have to
restore the .RData file from a backup to be able to start R again.
I didn't upgrade to Version 2.2 but I'm not sure that it will solve the
problem.
Did anyone have encounter the same problem?
Below is a short r session to reproduce the error:
...
2007 Mar 05
1
Error loading a dependency in a package: missing namespace?
Dear r-helpers,
I am building a package that depends on some others. I recently added
a new dependency: package "outliers". But does not work any more.
Let me show some information below:
carlos at kropotkin:pcrAnalysis$ cat DESCRIPTION
Package: pcrAnalysis
Type: Package
Title: pcrAnalysis
Version: 0.7.2
Date: 2007-02-27
Depends: Biobase, methods, outliers
Author: Carlos J. Gil
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 ...
2007 Sep 13
1
trouble with installing Biobase package
Hi Everybody,
I am having a problem with loading Biobase package. I typed
2 lines below at R prompt
> source ("http://boconductor.org/biocLite.R")
> biocLite (lib="/usr/local/lib/R/library")
which attempted to install a bunch of packages with varying
degree of success. Out of 29, 13 failed. Biobase is one of
them. As a matter of fact, when I looked at logs, most
2014 Oct 10
2
Problemas al intentar cargar datos
Hola, buenas tardes,
Hace unos dias que intento cargar unos datos de microarrays del ncbi con
versiĆ³n de R 2.15.2 de 32 bits en windows xp.
he utilizado el siguiente codigo:
library(Biobase)
library(GEOquery)
library(limma)
gset <- getGEO("GSE6536", GSEMatrix =TRUE)
Al hacerlo me da este error:
"Error in function (type, msg, asError = TRUE) : couldn't connect to
2009 Sep 10
1
importing/loading package without a namespace
I am developing a package that imports some functions from another package.
The imported package (qcc) does not have a namespace and this is causing
problems with loading of my package, which has a namespace. Is there a
workaround to allow loading the namespace-less package?
I searched the archives and found a suggestion that the package should be
included in the Depends list, but this has not
2006 Oct 11
1
Possible bug in accessing methods documentation?
Hi,
Reading help("Documentation"), I'm led to believe that a help call
like:
?myFun(x, sqrt(wt))
Will search for help on the appropriate method in the case that myFun
is generic. This isn't working for me. Here is an example using the
Biobase package:
## If Biobase is not installed
source("http://bioconductor.org/biocLite.R")
biocLite("Biobase")
2010 Jul 06
1
Error in affypdnn package
Dear all,
I am a PhD student working with Affymetrix HGU133atag array for analyzing the Latin square experiment.
I was trying to generate gene expression index for hgu133atag array for PDNN model. While extracting the chiptype specific data structure, I got the following error-
> library(affypdnn)
Loading required package: affy
Loading required package: Biobase
Welcome to Bioconductor
2009 Dec 14
2
Error with hgu133a2.db
Hi,
I'm trying to get this library working under R2.10.0. I downloaded it
and installed it from zip file. i get the following output.
> library(hgu133a2.db)
Error in library(hgu133a2.db) : there is no package called 'hgu133a2.db'
> utils:::menuInstallLocal()
package 'hgu133a2.db' successfully unpacked and MD5 sums checked
> library(hgu133a2.db)
Loading required
2017 Nov 01
3
beta binomial distribution installation
Hi,
I did a quick search for other packages that provide the beta binomial
distribution and found "rmutil".
> install.packages("rmutil")
The package has the CDF (pbetabinom) and inverse CDF (qbetabinom) among
other functions.
HTH,
Eric
On Wed, Nov 1, 2017 at 7:50 AM, MCGUIRE, Rhydwyn <
rmcgu at doh.health.nsw.gov.au> wrote:
> Hi there,
>
> It looks like
2011 Jun 13
2
cause 'memory not mapped'
Dear R-help
Hi,
I'm Won.
I try to do microarray normalization by R.
I use justRMA function within affy package, got error about segment fault.
I don't know why it happen.
I attached error below.
Please help me.
Thank you.
Cheers,
Won
=======================
OS : Redhat linux
Cpu : intel xeon X5570
Memory : 26Gb
&
OS : Ubuntu
Cpu : intel q6600
Memory : 8Gb
2008 Feb 23
3
exprs function download
Hi,
I am supposed to use exprs as a function. Where can i download exprs
function? I tried searching at bioconductor and seach engine but no luck. Is
it located in one of the library in R?
thanks.
C
--
View this message in context: http://www.nabble.com/exprs-function-download-tp15654560p15654560.html
Sent from the R help mailing list archive at Nabble.com.
2009 Dec 28
2
[BioC] make.cdf.package: Error: cannot allocate vector of size 1 Kb
My machine has 8GB memory. I had quit all other programs that might
take a lot of memory when I try the script (before I post the first
message in this thread). The cdf file is of only 741 MB. It is strange
to me to see the error.
On Mon, Dec 28, 2009 at 2:38 AM, Wolfgang Huber <whuber at embl.de> wrote:
> Dear Peng Yu
>
> how big is the RAM of your computer? You could try with
2006 Sep 05
1
Reserve and biobase
Hi
I am using Rserve for R2.3.1.
every time after I load Biobase library, a new Graphics window frame pops up. Could any onw know how can avoid it.
Best
Saeede
class testReserve {
public static void main(String[] args) {
RServeConnection rsCon = null;
Rconnection c = null;
Process proc = null;
try {
Runtime rt = Runtime.getRuntime();
proc