Displaying 5 results from an estimated 5 matches for "abc3".
Did you mean:
abc
2005 Nov 11
0
Fwd: Re: conditional coloring of image labels
...Forwarded Message ----------
Subject: Re: [R] conditional coloring of image labels
Date: Friday 11 November 2005 1:04 pm
From: jim holtman <jholtman at gmail.com>
To: Jake Michaelson <jjmichael at cc.usu.edu>
Use 'mtext':
genes=cbind(ABC1=c(3,4,4,5,6,3), ABC2=c(4,3,4,7,7,8), ABC3=c(8,7,8,6,3,2))
###plot the image
image(1:nrow(genes), 1:ncol(genes), genes, axes = FALSE, xlab = "", ylab =
"", col=cm.colors(256))
sig=cbind(name=c("ABC1", "ABC2", "ABC3"), pvalue=c(0.005, 0.1, 0.001))
###label the axes
axis(1, 1:nrow(genes), la...
2005 Nov 11
1
conditional coloring of image labels
Hi all,
I am interested in plotting a heatmap of a set of genes. I would like the
text labels of these genes to be colored red rather than black if they meet
certain statistical criteria (using an if statement). I'm not sure how to
change individual color labels without changing them all. Can anyone provide
some insight on how to do this?
Thanks in advance,
Jake
2007 Nov 01
1
loops & sampling
...t;- c(5.5, 2.3, 8.5, 9.1, 8.6, 5.1)
b <- c(5.2, 2.2, 8.6, 9.1, 8.8, 5.7)
c <- c(5.0,14.6, 8.9, 9.0, 9.1, 5.5)
#join
abc <- data.frame(a,b,c)
#set column names
names(abc)[1]<-"y"
names(abc)[2]<-"x1"
names(abc)[3]<-"x2"
abc2 <- abc
#sample
abc3 <- as.data.frame(t(as.matrix(data.frame(abc2))))
n <- length(abc2)
npboot.function <- function(nboot)
{
boot.cor <- vector(length=nboot)
for(i in 1:nboot){
rdata <- sample(abc3,n,replace=T)
abc4 <- as.data.frame(t(as.matrix(data.frame(rdata))))
model <- lm(asin(sqrt(abc...
2011 Apr 01
2
Unable to join to Windows 2003 PDC using samba 3.5.8 from a linux machine!!
...Printers
path = /usr/spool/samba
printable = Yes
browseable = No
[Linux]
comment = Share on this linux machine
path = /tmp/linux
read only = No
#
NOTE: 10.25.66.71 is the IP of my 2003 windows server.
My lmhosts file is:
# cat lmhosts.
10.25.66.71 ABC3
10.25.66.71 ABCDOM#1b
10.25.66.71 ABCDOM#1c
#
It would be great, if any one can tell me if there is anything wrong here
and probably help me sort out this issue.
Thanks in advance!!
Thanks,
Rick
2009 Aug 22
6
Fw: Re: my bootlog
...hoo.co.in> wrote:
From: Fasiha Ashraf <feehapk@yahoo.co.in>
Subject: Re: [Xen-users] my bootlog
To: "Boris Derzhavets" <bderzhavets@yahoo.com>
Date: Wednesday, August 19, 2009, 2:09 AM
In my case the automatically generated root entry is "root=UUID=d720ff88-c63d-4bce-abc3-c2f867dd1730 rhgb quiet"
as in i am using scuzzy drive not LVM logical volume groups.
should i use the same for xen module entry?
Regards,
Fasiha Ashraf
--- On Wed, 19/8/09, Boris Derzhavets <bderzhavets@yahoo.com> wrote:
From: Boris Derzhavets <bderzhavets@yahoo.com>
Subject:...