Displaying 20 results from an estimated 400 matches similar to: "Calculation of normalised red and green intensities"
2011 Feb 28
1
problem with ROCR
Dear R team
I have a problem with the installation of the RCOR package; any time I try to install it I get the error message: Error: package 'ROCR' was built before R 2.10.0: please re-install it.
What can I do to solve this problem?
Thank you
Kind regards
Dr. Matteo Pettinari
Senior Assistant
Cardiale Heelkunde
matteo.pettinari@uzleuven.be<mailto:matteo.pettinari@uzleuven.be>
2004 Sep 09
1
Confused about loading other packages from a package
In my package, I create a new method for plot with the following signature:
setMethod("plot", signature(x="marrayNorm", y="formula"), plot.ma)
where marrayNorm is a class defined in the marray package. After
building and installing my package, I get the following warnings when
I load my package (with library(maVis)):
Warning messages:
1: In the method signature
2003 Mar 26
1
formal methods and classes and capitalization conventions
Martin Maechler has suggested that I post this comment to r-devel. It was
originally posted to bioconductor.
---------------------------------
I'd like to raise the issue of a capitalization convention for naming
objects in R. Almost everything in R used to be lowercase but recently
there is increasing use of mixed upper/lower case to define names. There is
potential for using the
2004 Dec 29
1
about image(graphics) function
Hi all,
is it possible to modify the way a graph obtained
through image(graphics) is filled, I mean starting
filling the graphical matrix by row from the
upper-left rather than by the lower-left cell... In
many cases, it can be usefull to have a representation
of the data spatialy corresponding to a real support,
as it is the case with the function image(marray) from
Bioconductor packages, which
2003 Aug 07
5
gregmisc
Hi
How do I install "gregmisc" packages?
I did-
% sudo R
> install.packages("gregmisc")
.
.
> barplot2()
but,
Error: couldn't find function "barplot2"
--
atuya
Mac OSX 10.2.6
R 1.7.1
2006 Oct 11
0
Question regarding analysis of normalised data
Dear all,
I want to see if the treatment of an animal with a specific compound has an
effect on the expression of certain genes. Though my question is based in
biology, it really is all about how to deal with the standard deviation in
normalised data.
I have three groups of animals; untreated, treated with placebo, and treated
with a single concentration of the compound in question.
Gene
2007 Nov 21
1
normalised Voigt random numbers
Dear list,
I would like to generate random numbers from a Voigt distribution,
hopefully in a way as simple as getting random numbers from a normal
distribution with 'rnorm'. Is there any package to do this? Speed is an
issue in this application. Or, as the Voigt distribution is a
convolution of a Gaussian and a Lorentzian, can I simply combine random
numbers from rnorm and rcauchy in some
2009 Jul 03
2
normalised curve fitting with error bars
Dear List,
My data consist of nine columns and about 50,000 rows. It looks like
this.
-9.0225 3.46464 2.80926 -0.3847 3.73735 1.1058 -2.98936 1.38901 -8.1846
-2.4315 -5.1189 1.8225 3.3798 1.7874 4.693 -3.9286 1.4266 5.7849
-3.4894 -4.0305 3.7879 3.5195 2.9186 2.8685 -6.126 4.978 4.9381
4.5282 3.62558 -3.0455 4.6518 1.39746 0.68652 3.5708 -3.6404 -4.2963
-1.3183 0.6752 -4.0382 -2.5386
2005 Aug 18
1
standard errors for expression intensities
Hello!
When I use the functions rma() or justrma() in the Bioconductor affy
package, the standard errors for the expression estimates computed by the
function se.exprs() is a matrix of NA's. I am wondering if any of you have
encountered this problem and if there is a solution. Any help would be
appreciated.
Thanks,
Karthik.
[[alternative HTML version deleted]]
2010 Dec 14
1
colour-plot of point intensities?
Hi,
I've spent a while scrabbling around at this problem, to no avail. I'm
sure there /should/ be a simple answer...
I have a large (14 million rows) data set, with two columns. Each row
contains the number of times an individual moved, and the distance
that individual moved in total. I would like a figure where the colour
indicates the density of points, rather like this one my
2008 Jul 22
1
normalised/transformed regressions
Dear R Users,
Are there any packages in R which carries out a normalisation to variables
as follows:
- find the empirical distribution function, using perhaps ecdf
- use the empirical distribution function to transform the variables into
a series between 0 and 1
- use this series to map the variables into the normal distribution
function, using qnorm
- perform a regression on the transformed
2004 Mar 16
1
X11 and utils
Hello,
I'm a french student working on a project concerning cDNA microarray.
I've chosen to work with R and use the marrayClasses, marrayInput (...)
packages.
First, when I enter "library(marrayInput)", R warns me about a missing
package called "utils" but I can't find it anywhere. Normally this package
is installed when you install "base" package.
2010 Sep 02
5
Re: Exclude ActiveRecord in Rails3
What''s the best way to exclude ActiveRecord in Rails3?
In Rails2, one could just do:
*config.frameworks -= [ :active_record ]*
in the configuration block in environment.rb. Is it possible in Rails3?
Thanks.
Anuj
--
You received this message because you are subscribed to the Google Groups "Ruby on Rails: Core" group.
To post to this group, send email to
2012 Aug 13
4
write.dbf error: invalid subscript type 'list'
Dear all,
I am basically a GIS user and am new to R.
I am trying to write a data frame to a dbf file.
*n.simulations <- 999
binomial <- kulldorff(geo, cases, population, NULL, pop.upper.bound,
n.simulations, alpha.level, plot)
cluster <- binomial$most.likely.cluster$location.IDs.included
df <- data.frame(ID=seq(1,n.simulations,by=1),
simloglkhd=binomial$simulated.log.lkhd)
2010 May 12
8
Trouble developing Rails plugins/gems with generators
Hi,
I''ve been trying to develop a Rails gem/plugin with generators for
Rails 3. I first had a separate gem project with a gem statement in my
Gemfile with a :path option to point at it. But then I had to run $
rake install on each change in my gem to have Rails pick up on it. I
have now instead put my generators inside RAILS_ROOT/lib so they are
easier to test/develop.
lib/generators
-
2005 Jul 19
0
Hello, new developer here. (for Bryan Green)
Bryan Green has subscribed to the ML, but is getting his postings
rejected. I''m forward his post to the list for you to read, and as a
test to see if I also get an error.
Bryan: Can you send me the actual error/rejection-notice you are getting?
Anyway, here''s Bryan''s message:
Greetings to everyone! I have been pointed to this project from the
Freeride project. I
2006 Oct 31
0
6374127 Solaris PCIE hotplug should not blink green LED during ''configure'' operation
Author: prasad
Repository: /hg/zfs-crypto/gate
Revision: 9b81f2d852bc79f96bcc4e7ac82d260561b25984
Log message:
6374127 Solaris PCIE hotplug should not blink green LED during ''configure'' operation
Files:
update: usr/src/uts/common/io/hotplug/pciehpc/pciehpc.c
2018 Apr 29
1
[GreenDragon] Green Dragon Reboot today @ 09:30
Hello,
Green Dragon will need to be restarted in order to apply security updates
and plugin patches. The system will be restarted at 09:30 PDT. Thank you
for your patience and cooperation.
Respectfully,
Mike Edwards
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20180429/9a8dbdcf/attachment.html>
2018 Jan 29
1
[GreenDragon] Emergency Reboot of Green Dragon
We are experiencing a system error on Green Dragon and need to reboot the
system ASAP. We will reboot and bring the system back on-line in the next
45 minutes. Sorry for any inconvenience, thank you for your patience.
Respectfully,
Mike Edwards
-------------- next part --------------
An HTML attachment was scrubbed...
URL:
2018 May 14
1
[GreenDragon] Green Dragon Reboot today @ 22:40PDT
Hello,
Green Dragon will need to be restarted in order to apply security updates
and plugin patches. The system will be restarted at 22:40 PDT. Thank you
for your patience and cooperation.
Respectfully,
Mike Edwards
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20180513/96cee27e/attachment.html>