Displaying 20 results from an estimated 600 matches similar to: "Innovative Enterprise Microarray Software"
2006 May 19
2
Innovative Enterprise Microarray Software
3rd Millennium is announcing the release of its award winning Array Repository and Data Analysis System (ARDAS) version 2. ARDAS is a web-enabled enterprise software system that provides a complete and fully integrated solution to microarray data acquisition, management, and analysis.
ARDAS includes three main modules:
1- A Laboratory Information Management System (LIMS)
2- A repository and data
2007 Dec 16
3
xen and quota
Hi guys,
i am running xen 3.1.0 from sources at my debian server. at the domU
it
seems there are no quota functionality:
quotacheck -mav
quotacheck: Cannot stat() mounted device /dev/hda1: No such file or
directory
quotacheck: Cannot find filesystem to check or filesystem not mounted
with quota option.
cat /etc/fstab
cat /etc/fstab
# <file system> <mount point>
2011 Nov 23
2
bizarre seq() behavior?
Is there any rational explanation for the bizarre seq() behavior below?
> seq(2,8.1, lenght.out=3)
[1] 2 3 4 5 6 7 8
> help(seq)
> seq(2,8,length.out=3)
[1] 2 5 8
> seq(2,8.1,length.out=3)
[1] 2.00 5.05 8.10
Except maybe that it is early in the morning :)
Best regards,
Ryszard
Ryszard Czerminski
AstraZeneca Pharmaceuticals LP
35 Gatehouse Drive
Waltham, MA 02451
USA
781-839-4304
2012 Jan 10
2
strange Sys.Date() side effect
Any ideas what is the problem with this code?
> N <- 2; c(Sys.Date(), sprintf('N = %d', N))
[1] "2012-01-10" NA
Warning message:
In as.POSIXlt.Date(x) : NAs introduced by coercion
Best regards,
Ryszard
Ryszard Czerminski
AstraZeneca Pharmaceuticals LP
35 Gatehouse Drive
Waltham, MA 02451
USA
781-839-4304
ryszard.czerminski@astrazeneca.com
2012 Jan 12
3
strsplit() does not split on "."?
Any ideas what is wrong?
> strsplit("a.b", ".") # generates empty strings with split="."
[[1]]
[1] "" "" ""
> strsplit("a b", " ") # seems to work fine with split=" ", and other
characters...
[[1]]
[1] "a" "b"
>
> R.Version()
$platform
[1]
1999 Feb 25
0
RealPopup
Hello,
Does it possible to receive messages
from RealPopup Windows95 client? I can receive from
NT `net send' command and send to to RealPopup
(where messages displays as from GUEST computer)
but don't receive anything
I'm using Samba 2.0.0 on FreeBSD 3.1
and RealPopUp 1.0.1
Thank you,
--
Ri?ardas ?epas
~~
~
-------------- next part
2002 Jul 04
0
Account Confirmation: Tribes2Server eNews
Tribes2Server.com eNews
Free Server Admin Newsletter
You are receiving this email as a confirmation of your free subscription
to our mailing list. You have been selected as an eligible member of our
newsletter specifically for Tribes2 players, teams and especially server
administrators. From client scripting, server modding, skinning, object
modeling and even hard-core server admin tips we will
2010 Sep 27
1
smooth contour lines
Is there an easy way to control smoothness of the contour lines?
In the plot I am working on due to the undersampling the contour
lines I am getting are jugged, but it is clear "by eye" these should
be basically straight lines.
In maps package I found smooth.map function, but maybe there is a more
generic way
of accomplishing the same thing.
Ideally there would be an option to control
2012 Jan 25
1
Error in predict.randomForest ... subscript out of bounds with NULL name in X
RF trains fine with X, but fails on prediction
> library(randomForest)
> chirps <-
c(20,16.0,19.8,18.4,17.1,15.5,14.7,17.1,15.4,16.2,15,17.2,16,17,14.1)
> temp <-
c(88.6,71.6,93.3,84.3,80.6,75.2,69.7,82,69.4,83.3,78.6,82.6,80.6,83.5,76
.3)
> X <- cbind(1,chirps)
> rf <- randomForest(X, temp)
> yp <- predict(rf, X)
Error in predict.randomForest(rf, X) : subscript
2007 Aug 05
2
FETCH for mailbox XXX UID XXX got too little data.
Hi Timo,
I am receiving the above error in dovecot's logs, here's how it looks
like:
dovecot: Aug 05 19:52:19 Info: imap-login: Login: user=<XXXXXXXXXXXX>,
method=PLAIN, rip=127.0.0.1, lip=127.0.0.1, secured
dovecot: Aug 05 19:53:36 Error: IMAP(XXXXXXXXXXXX): FETCH for mailbox Bulk Mails UID 32
got too little data: 9199 vs 39532
dovecot: Aug 05 19:53:36 Info: IMAP(XXXXXXXXXXXX):
2011 Jan 20
1
randomForest: too many elements specified?
I getting "Error in matrix(0, n, n) : too many elements specified"
while building randomForest model, which looks like memory allocation
error.
Software versions are: randomForest 4.5-25, R version 2.7.1
Dataset is big (~90K rows, ~200 columns), but this is on a big machine (
~120G RAM)
and I call randomForest like this: randomForest(x,y)
i.e. in supervised mode and not requesting
2010 Apr 12
0
[JOBS] Innovative Agile ruby on rails developer / technologist - India
We are looking for an innovative ruby on rails developer to work
remotely from India on projects in Australia full-time 40 hours per
week.
Please respond to info[at]ennova.com.au
We are looking for developers with the following skills:
- Strong in test driven development & behavior driven development
- Continuous integration
- restful architecture
- Ruby, Javascript, MySQL, AJAX, JQuery,
2008 Feb 27
0
Call for abstracts: Innovative Tools in Data Analysis (ERCIM08)
Dear useRs,
we are organizing the following session
Topic: Innovative Tools in Data Analysis
Organizers: Achim Zeileis and Bettina Gruen
at the
First Workshop of the ERCIM Working Group on Computing & Statistics
June 19-21, 2008 Neuchatel, Switzerland
URL: http://www.dcs.bbk.ac.uk/ercim08
To improve the quality of statistical data analysis the provision of
innovative tools which make new
2005 Feb 21
0
smbclient doesn't get browse list from XP master browser
I've spent hours searching the archives and online documentation, but
still haven't been able to find the answer to my browse problem; I hope
someone here can help. I'm trying to get smbclient to show the browse
list from a windows xp machine that's the master browser on my subnet.
I have a very simple home network (single subnet). My workgroup is
'arda'. My windows
2004 Mar 04
1
scaling data for microarray
Hello All,
I am new to R and want to use R to scale my data
before analysis. I need to do two fold scaling: a).
scale on a per object (chip) basis, scale to a mean of
0 and stddev to 1; b). scale on a per feature basis:
scale data linearly to the interval [0,1].
Could somebody help me with this?
Thanks a lot,
Jas
__________________________________
2009 Jul 02
0
R package to analyze time course microarray data
Hello! Just want to get some suggestions on which R package is good
for analyzing time course microarray data. Thank you so much for your
input!
Sincerely,
Allen
[[alternative HTML version deleted]]
2012 Nov 15
0
SVM? Comparison method wanted: 3 Groups, Microarray data
Dear all,
i have microarray data of 3 classes of patients. It's not a time course experiment only steady state.
I used a rule-based method to classify the groups by the expression of the genes. This works out so far. Nevertheless I want to check my results with an other method. Therefore I look for one and want to ask you, what you suggest.
I have 3 different patient groups, only the steady
2005 Jul 19
1
mac os x crashes with bioconductor microarray code (PR#8013)
Full_Name: Eric Libby
Version: 2.1.1
OS: OS Tiger
Submission from: (NULL) (65.93.158.117)
I am trying to analyze microarray data of 42 human arrays. I typed in the
following instructions:
library(affy)
Data <-ReadAffy()
eset <- expresso(Data, normalize.method="invariantset", bg.correct=FALSE,
pmcorrect.method="pmonly",summary.method="liwong")
And I get some
2004 Mar 24
2
wolfinger microarray normalization
Hi,
concerning my earlier mail, maybe someone has noted from the variable names
that I try to analyse mircoarrary experiments.
Does anybody know of a R-implementation of the two-step mixed-model
normalization procedure proposed by
Wolfinger et al. (2001) J. Comput. Biol. 8:625-637?
That would be great,
best,
joerg
2005 Jan 13
0
Online course: DNA Microarray Data Analysis starts Jan. 28
Prof. Javier Cabrera will be giving the online course "DNA Microarray Data
Analysis" from Jan. 28 - Feb. 25 at statistics.com. Dr. Cabrera is
co-author of "Exploration and Analysis of DNA Microarray and Protein Array
Data" (the course text; Wiley) and has published a number of articles on
gene expression data analysis, data mining and multivariate methods in
leading