Displaying 20 results from an estimated 1000 matches similar to: "tick marks on fold change versus fold change plot"
2010 Jan 05
2
Align two protein sequences using BLAST
Dear R users,
I would like to align two protein sequences using BLAST
(bl2seq). The question is whether this programm have been
implemented in R.
Thank you for your help,
Alla.
2009 Nov 18
2
Error "system is computationally singular" by using function dmvnorm
Dear R users,
i try to use function dmvnorm(x, mean, sigma, log=FALSE)
from R package mvtnorm to calculate the probability of x
under the multivariate normal distribution with mean equal
to mean and covariance matrix sigma.
I become the following
Error in solve.default(cov, ...) :
system is computationally singular: reciprocal condition
number = 1.81093e-19
What could be the reason of it?
2010 Mar 18
1
Unable to install Cairo package
Dear R users,
I'm running R version 2.10.1.
I tried installing the Cairo package and I got the
following message:
* installing *source* package ?Cairo? ...
checking for gcc... gcc -std=gnu99
checking for C compiler default output file name... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables...
checking for
2013 Nov 29
1
Self heal problem
Hi,
I have a glusterfs volume replicated on three nodes. I am planing to use
the volume as storage for vMware ESXi machines using NFS. The reason for
using tree nodes is to be able to configure Quorum and avoid
split-brains. However, during my initial testing when intentionally and
gracefully restart the node "ned", a split-brain/self-heal error
occurred.
The log on "todd"
2009 May 01
3
Imap notifications in IDLE
Hi,
could you please tell me if there is a way, to make dovecot notify my
mail client of new messages in inbox subfolders?
I'm using fdm to fetch mails into maildir and proper subfolders. So far,
when idleing mozilla gets a notification when new message arrives in
INBOX, but if mail is fetched into other folder I have to click on it to
see if there is a new message. I've checked
2009 Sep 30
2
Compress (gzip) a pdf device
I have not found an easy way to compress a file on filesystem.
Especially I'd like to compress a pdf from pdf() function/device. Is it possible to compress It on the flight?
I'd like to do something like:
pdf(gzipconnection())
dev.off()
If It is not possible, how can I create a gzip with the pdf?
Thanks
Daniele A.
________________________________
ORS Srl
Via Agostino Morando 1/3
2007 Nov 13
4
Public folder simple question
Hi to all,
I''ve a simple question:
does it possible to change the public folder address based on database
value into application controller ?
This because I must handle a multidomain rails application and I must
separate the public folders for each different domain...
Thanks in advance...
--
Gianluca Tessarolo
TreNetMediaMaster S.r.l.
The Internet Technology Company
Telefono
2010 Oct 03
2
R data opening problem
Dear Sir/Madam,
I have just installed R for Windows. I am trying to open a stata file and I have
a problem. I have used the following commands:
> install.packages("foreign")
> library(foreign)
> data.name <- read.dta(file.choose())
# then I choose a kelleya.dta file and click on open and then I use the
following command:
> summary(kelleya)
Error in object[[i]]
2010 Apr 02
2
How to save a model in DB and retrieve It
I'm wondering how to save an object (models like lm, loess, etc) in a DB to retrieve and use it afterwards, an example:
wind_ms <- abs(rnorm(24*30)*4+8)
air_kgm3 <- rnorm(24*30, 0.1)*0.1 + 1.1
wind_dg <- rnorm(24*30) * 360/7
ms <- c(0:25)
kw_mm92 <- c(0,0,0,20,94,205,391,645,979,1375,1795,2000,2040)
kw_mm92 <- c(kw_mm92, rep(2050, length(ms)-length(kw_mm92)))
modelspline
2018 Jul 07
3
Completar un for, que falla al faltarle algún dato.
Buenas noches;
Además del proyecto que comenté antes y con el que sigo discutiendo,
también me estoy peleando con otro... con el que también tropiezo.
Necesito reordenar los datos presentados en dos columnas a filas y
columnas.
Los datos ideales serían algo así:
Ques <- c(rep("Q1",3),rep("Q2",3),rep("Q3",3))
Info <- rep(c("aca", "ahi",
2013 Oct 04
3
Survival
Hola Carlos.
Muchas gracias.
No es exactamente lo que estoy buscando (sería genial ver que alguien tiene un paquete con la prueba de Nam-D'Agostino) pero puedo aprovechar algo de código.
Encontré alguna referencia al test de Gronnesby&Borgan en el paquete stcoxgof de Stata, pero estoy torpe para encontrar algo hecho en R (y me extraña que no haya nada)
Un saludo,
Miguel.
De: Carlos
2008 May 08
1
ARIMA, AR, STEP
Here is my problem:
Autoregressive models are very interesting in forecasting consumptions (eg water, gas etc).
Generally time series of this type have a long history with relatively simple patterns and can be useful to add external regressors for calendar events (holydays, vacations etc).
arima() is a very powerful function but kalman filter is very slow (and I foun difficulties of estimation)
2017 Dec 15
1
sieve filter move wrong email to Junk folder
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
On Fri, 15 Dec 2017, Bill Shirley wrote:
> This is what I use.? Notice the comma:
> require "fileinto";
> if header :contains "X-Spam-Status" "Yes," {
> ? fileinto "SystemFolders.SuspectedSpam";
> ? stop;
> }
I would even add the space:
if header :contains "X-Spam-Status"
2010 Feb 24
1
Optimise huge data.frame construction
I have data for different items (ID) in a database.
For each ID I have to get:
- Timestamp of the observation (timestamp);
- numerical value (val) that will be my response variable in some kind of model;
- a variable number of variables in a know set (if value for a specific variable is not present in DB it is 0).
To get to the above mentioned values I have to cycle
2003 Apr 11
3
summary.formula: method reverse does not use fun argument
hi,
recently i discovered the functionability summary.formula, awesome!
from the help page i understand that method=reverse allows to
summarize all variables on the right hand side of formula
(the help page on line 229 wrongly refers to the left? hand side variables)
in categories which are determined by a single left hand side
variable.
my problem is that the argument fun seems not to be
2019 Nov 16
2
Calcular variable dummy sobre configuracion de dos variables tipo factor. Dummy yo.
Hola, compañeros.
Pido ayuda con algo que sé que tiene que ser simple, pero la presión de
tener que sacarmelo de encima me simplifica a mí demasiado y no me doy
cuenta.
Tengo una matriz de datos en la que tengo características tipo factor,
necesito trasponer esa información a una matriz de datos binarios, en
función de algunas combinaciones de esas variables. Unas combinaciones
tienen que pasar a
2019 Jan 11
3
upgrade to 4.8.3 authentication not work without specifying domain
If the clients login locally and not in a domain.
Then tell you users to use .\loginname
Greetz,
Louis
> -----Oorspronkelijk bericht-----
> Van: Alberto Maria Fiaschi [mailto:alberto.fiaschi at estar.toscana.it]
> Verzonden: vrijdag 11 januari 2019 10:16
> Aan: L.P.H. van Belle
> CC: samba at lists.samba.org
> Onderwerp: Re: [Samba] upgrade to 4.8.3 authentication not
2009 Feb 23
2
array manipulation simple questions
Hi there,
I am pretty new to R. Actually I started using it yesterday. I have two questions:
1. Suppose I have a<-c(1:10) (or a<-array(c(1:10),dim=c(1,10)))
and I want to end up with vector b=[0 0 0 0 0 1 1 1 1 1]. i.e. I want to substitute alla elements that are <5 with 0 and >5 with 1.
I did this by using a for loop. Is there another function to use so as to avoid the
2009 Nov 24
6
From R to LaTeX to pdf?
Hi all,
Anyone experienced in the LaTeX format?
I'm trying to use the xtable package to create nice anova tables, but how do I do to produce a pdf from the resulting LaTeX table? I've tried WinShell and MiKTeX, but I couldn't get any of them working...
Here's an example of the output in R:
% latex table generated in R 2.9.2 by xtable 1.5-6 package
% Tue Nov 24
2007 Oct 31
7
Question for rails multidomain application design
Hi to all,
I would design an application for multidomain support and my question is
what is the best practice to do this kind of application ?
Eg.:
I think to write my application handling the multidomain into routing map:
map.connect ":domain/:controller/:action"
map.connect ":domain/:controller/:action/:id"
Assuming that I hanlde 3 domains for 3 different customers: