search for: explant

Displaying 20 results from an estimated 21 matches for "explant".

2012 Apr 18
2
problem extracting data from a set of list vectors
...he point that I don't even know how to extract a test set to upload here. My apologies, but I think that my issue is straightforward enough (for some of you, not for me!) that you can help in the absence of a test set. Here is the scenario: # Data sets are lists: > ls() [1] "res.Callus.Explant" "res.Callus.Regen" "res.Explant.Regen" > is.list(res.Callus.Explant) [1] TRUE # The elements of each list look like this: > names(res.Callus.Explant) [1] "name" "group1" "group2" "alternative" &quo...
2012 Apr 19
0
Thanks-solved:RE: problem extracting data from a set of list vectors
...; wrote: >> Thanks for the help, Don. Lots of good suggestions there. >>Unfortunately, I'm still not able to access the data object. Still >>looking for a solution. Here's the error I'm getting when I try your >>suggestion: >> >> [1] "res.Callus.Explant" "res.Callus.Regen" "res.Explant.Regen" >>> all.comps <- ls(pattern="^res") >>> for(i in all.comps){ >> + obj = all.comps[[i]]; >> + gene.ids = rownames(obj$counts); >> + x = data.frame(gene.ids = gene.ids, obj$e1, obj$e2,...
2017 Aug 25
2
ovirt-engine package for oVirt 4.1.x
...or Virt > SIG. > We are able to build in upstream because our builders have internet access > during the build so they can reach maven central for downloading jar files > during the build. > As xlord suggested, please follow the install guide. > > > Thanks Sandro fro your explantion ... I have installed from oVirt's repo and all works ok. -- Greetings, C. L. Martinez
2012 Jun 02
1
igraph and igraph0
Could someone tell me the difference between igraph and igraph0? I searched the CRAN web site, but cannot find an explantion of the differences. Thanks, Alan [[alternative HTML version deleted]]
2007 Oct 17
1
Problem with assert_difference
Hello Friends, I have problem with assert_difference, I want its syntax and explantion in detail, Please help me, plz give me solution. Regards, Kiran Polawar --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/...
2008 Jun 08
1
eliminating and relabeling the first column
...uments\\colon cancer1.txt",header=T,row.names=1) row.names(dat)<-paste("g",c(1:nrow(dat)),sep="") file.show(file="C:\\Documents and Settings\\Owner\\My Documents\\colon cancer1.txt") However I still get the same row labels that I have to begin with. Any help or explantation would be much appreciated. Paul [[alternative HTML version deleted]]
2012 Jul 09
1
boxplot with "cut"
Dear UseRs, I'm making box plots from a data set that looks like this: Chr Start End GeneDensity ReadCount_Explant ReadCount_Callus ReadCount_Regen 1 1 1 10000 107.82 1.243 1.047 1.496 2 1 10001 20000 202.50 0.835 0.869 0.456 3 1 20001 30000 158.80 1.813 1.529 1.131 4 1 30001 40000...
2004 Dec 12
2
Re: [R] Is k equivalent to k:k ?
I asked: > In this discussion of seq(), can anyone explain to > me _why_ seq(to=n) and seq(length=3) have different > types? Martin Maechler <maechler@stat.math.ethz.ch> replied: well, the explantion isn't hard: look at seq.default :-) That's the "efficient cause", I was after the "final cause". That is, I wasn't asking "what is it about the system which MAKES this happen" but "why does anyone WANT this to happen"? now if that really...
2004 Dec 08
4
Is k equivalent to k:k ?
Bringing up an old topic on a small technicality. In the help documentation on seq. Value: The result is of 'mode' '"integer"' if 'from' is (numerically equal to an) integer and 'by' is not specified. The arguement in seq specifying length also creates "double" which is not obvious in the wording, as "by" is not specified
2004 Dec 08
4
Is k equivalent to k:k ?
Bringing up an old topic on a small technicality. In the help documentation on seq. Value: The result is of 'mode' '"integer"' if 'from' is (numerically equal to an) integer and 'by' is not specified. The arguement in seq specifying length also creates "double" which is not obvious in the wording, as "by" is not specified
2018 Apr 25
0
ovirt-engine package for oVirt 4.1.x
...d in upstream because our builders have internet > access > > during the build so they can reach maven central for downloading jar > files > > during the build. > > As xlord suggested, please follow the install guide. > > > > > > > Thanks Sandro fro your explantion ... I have installed from oVirt's repo > and all works ok. > > > -- > Greetings, > C. L. Martinez > _______________________________________________ > CentOS-virt mailing list > CentOS-virt at centos.org > https://lists.centos.org/mailman/listinfo/centos-virt &gt...
2012 Feb 24
1
help filtering points from a scatterplot
...alue plotted as a point in that window. I'm attaching what I've been able to plot with ggplot - sorry for the file size. I'd like to be able to plot just the points shaded in blue, for example. Any help is appreciated. Kelly V. Code for the ggplot: > ggplot(chr9, aes(x=Window, y=ExplantInv, colour=ExplantInv))+ + geom_point() + + scale_colour_gradientn(colours=rainbow(4)) Example Data: > head(chr9, n=50) Window Explant ExplantInv 1 168030 0.036590781 0.9634092 2 168031 1.000000000 0.0000000 3 168032 1.000000000 0.0000000 4 168033 1.000000000 0.0000000 5 1680...
2013 May 31
0
[Bug 650] --hashlimit-burst does not update when using --hashlimit-name for a second time
https://bugzilla.netfilter.org/show_bug.cgi?id=650 --- Comment #8 from Andre Druhmann <andre at druhmann.de> 2013-05-31 19:01:55 CEST --- Hello, thank you for your reply.I deleted the rules in between the stepps, sorry i didnt captured that on the screenshots. Your explantation to Jan makes it clear for me thanks. -- Configure bugmail: https://bugzilla.netfilter.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes.
2012 Jul 10
0
Thanks! RE: boxplot with "cut"
...and you don't like those x-axis tick lables, use as.integer(cut(...etc...)). Hope this helps, Rui Barradas Em 09-07-2012 20:51, Vining, Kelly escreveu: > Dear UseRs, > I'm making box plots from a data set that looks like this: > > > Chr Start End GeneDensity ReadCount_Explant ReadCount_Callus ReadCount_Regen > 1 1 1 10000 107.82 1.243 1.047 1.496 > 2 1 10001 20000 202.50 0.835 0.869 0.456 > 3 1 20001 30000 158.80 1.813 1.529 1.131 > 4...
2016 Jan 21
2
Queue logfile txt format in mySQL needed
Hello, Iam using queues and agents, thats OK. I have interesting information form Asterisk in txt file format var/log/asterisk/queue_log Today Iam reading these txt files and wrote them in an mySQL databases. I would need this information more realtime. Some information I do writing in the dialplan direct in an mySQL database. Is there any way that Asterisk write this information direct in
2017 Aug 13
3
ovirt-engine package for oVirt 4.1.x
Hi all, I am trying to install oVirt 4.1.x from centos repos but it seems ovirt-engine doesn't exists. But instead, ovirt-hosted-engine-setup exists? Is ovirt-engine package removed? In official oVirt repos, exists. Thanks.
2009 Jul 15
2
Passing additional arguments through '...'
Hi, I know this is a simple question, but I've been having problems passing additional arguments through '...'. It is not matching the arguments correctly if the permanent argument of the function begins with the same letter as the additional argument. The following example will help show what I mean: fun.tester <- function(abc,...){ + print(abc) + } But if I input:
2012 Nov 27
4
Fitting and plotting a coxph with survfit, package(surv)
Hi Dear R-users I have a database with 18000 observations and 20 variables. I am running cox regression on five variables and trying to use survfit to plot the survival based on a specific variable without success. Lets say I have the following coxph: >library(survival) >fit <- coxph(Surv(futime, fustat) ~ age + rx, data = ovarian) >fit what I am trying to do is plot a survival
2013 Jan 28
6
Thank you your help.
Hi, temp3<- read.table(text=" ID CTIME WEIGHT HM001 1223 24.0 HM001 1224 25.2 HM001 1225 23.1 HM001 1226 NA HM001 1227 32.1 HM001 1228 32.4 HM001 1229 1323.2 HM001 1230 27.4 HM001 1231 22.4236 #changed here to test the previous solution ",sep="",header=TRUE,stringsAsFactors=FALSE) ?tempnew<- na.omit(temp3) ?grep("\\d{4}",temp3$WEIGHT) #[1] 7 9 #not correct
2003 Jul 23
5
Dismal R performance of Athlon moble CPU?
I have been using a laptop computer of Pentium III 1.13 Ghz. I heard that AMD's Athlon has excellent floating point capacity. So I bought a Athlon 2200+ laptop yesterday. I expected that new Athlon 2200+ will be twice as fast as the P III 1.13 GB. I ran a R simulation program and the new computer is only 30% faster, in fact slightly slower than a Celeron 1.50 GB laptop. I am very disappointed