search for: cell1

Displaying 15 results from an estimated 15 matches for "cell1".

Did you mean: cell
2010 Mar 26
1
a vectorized solution to some simple dataframe math?
...ell was measured in conditions A and B, and there are an arbitrary number of measurements in each condition. I am trying to calculate the difference of each measurement from the mean of a given cell in a given condition without relying on loops. >my.df id cond time 1 cell1 A 343.5 2 cell1 A 355.2 ... 768 cell1 B 454.0 ... 2106 cell2 A 433.9 ... as a first approach I tried: > mews<-aggregate(my.df$time, list(cond=data$id, id=data$cond), mean) id cond time cell1 A 352 cell1 B...
2012 Mar 13
2
sort list
Hello can anyone help please? i read two words "cell1", "cell2" into a list. I want to turn this list into a factor. > cell_data <-list(c('cell1','cell2')) > cell_data [[1]] [1] "cell1" "cell2" > factor_list <- factor(cell_data) Error in sort.list(y) : 'x' must be atomic f...
2006 May 08
8
Unexpected, Expected
Okay I got ther error below in figure-1, so I added an end then I got figure-2 figure-1 expecting tCOLON2 or ''['' or ''.'' figure-2 unexpected '';'', expecting tCOLON2 or ''['' or ''.'' end ; _erbout -- Posted via http://www.ruby-forum.com/.
2006 Feb 16
2
Postgresql array converts to string????
Hi We are using postgresql with rails, we find out that when we read array from postresql (postgresql support array type in table) the rails (or postgresql_adapter) converts the arrays into Strings, example: we have a data type array in a table which has two cells: [cell1,cell2], rails will convert them into string like this {cell1,cell2}. So after received the result from a SQL request we have convert the string back to array, it is very time consuming job. Does anyone know how to keey the arrays???? we are using ruby1.8.4 and rails 1.0 postgres adapter version...
2008 Oct 14
1
A question about Heatmap for data with just 2 columns
Hi, I have a question about heatmap. I have a data with row as microRNA and two columns are two cell expression values for these microRNA. So, like: cell1 cell2 miRNA1 1.5 3.4 miRNA2 1.3 2.4 ................... miRNA50 5 2.1 miRNA51 7.3 0.5 I want to see some miRNA are high in cell1 and low in cell2 but others are low in cell1 and high in cell2. I use heatmap.2(dataset, col=redgreen(50), scale="row"). But I...
2003 Oct 15
2
Example of cell means model
...ariety + Density, xmp11.07) > means Density Variety 1 2 3 4 1 9.200000 12.433333 12.900000 10.800000 2 8.933333 12.633333 14.500000 12.766667 3 16.300000 18.100000 19.933333 18.166667 > coef(fm1 <- lm(Yield ~ cell - 1, xmp11.07)) cell1/1 cell1/2 cell1/3 cell1/4 cell2/1 cell2/2 cell2/3 cell2/4 9.200000 12.433333 12.900000 10.800000 8.933333 12.633333 14.500000 12.766667 cell3/1 cell3/2 cell3/3 cell3/4 16.300000 18.100000 19.933333 18.166667 The residual sum of squares for this model is the same as that...
2023 Sep 15
1
virtio-mem with virt-install to share memory between guest and host on-demand
...rough a GPU to a VM and have it still share its free memory with the host (just like it would with virtio-balloon). Is this something virtio-mem is capable of? I've tried to run it, but it immediately took over 9GB of memory: virt-install --name test --cpu cell0.cpus=0,cell0.memory=4194304,cell1.cpus=1,cell1.memory=4194304 --memory maxMemory=65536,maxMemory.slots=8 --memdev model=virtio-mem,target.node=0,target.block=2048,target.size=1000 --disk size=400 --network network=ai --location=/tmp/debian-12.1.0-amd64-netinst.iso --os-variant=debian11 --graphics none --extra-args "consol...
2012 Mar 14
1
list factoring
Hi Guys, this is actually a thread of emails, but for some reason, even though i am a member, it's withholding my email so i said i would try it this route instead!... I appreciate the reading Thank you. If i have: matrix: > var1 var2 var3 > cell1 x x x > cell2 x x x > cell3 x x x > > cell4 > > . > . > . > . > cell100 and: vector1 <- c("cell1, "cell5",cell19", "cell50", "cell70") your_data$mycells <- factor(your_d...
2023 Sep 20
1
virtio-mem with virt-install to share memory between guest and host on-demand
...ve it still share its free > memory with the host (just like it would with virtio-balloon). Is this > something virtio-mem is capable of? I've tried to run it, but it immediately > took over 9GB of memory: > > virt-install --name test --cpu > cell0.cpus=0,cell0.memory=4194304,cell1.cpus=1,cell1.memory=4194304 --memory > maxMemory=65536,maxMemory.slots=8 --memdev > model=virtio-mem,target.node=0,target.block=2048,target.size=1000 --disk > size=400 --network network=ai > --location=/tmp/debian-12.1.0-amd64-netinst.iso --os-variant=debian11 > --graphics none --ext...
2010 Mar 23
0
rdcomclient issue - member not found when using borders
...;-sh$Range(paste(substring(Cell,1,1), as.integer(substring(Cell,2))+1+nrow(Data),sep="")) B3R[["Formula"]] <- "Total" B3R<-sh$Range(paste(letters[grep(substring(Cell,1,1),letters)+1], as.integer(substring(Cell,2))+1+nrow(Data),sep="")) Cell1<-paste(letters[grep(substring(Cell,1,1),letters)], as.integer(substring(Cell,2))+1,sep="") Cell2<-paste(letters[grep(substring(Cell,1,1),letters)+1], as.integer(substring(Cell,2))+nrow(Data),sep="") MyCell=paste(Cell1,":",Cell2,sep="") B3...
2009 Mar 06
1
Asterisk dial plan conditional on not busy
...t; _900,4,Dial(SIP/${EXTEN}|${DEFRT}) exten => _900,5,Playback(custom/extn-xfer2) exten => _900,6,Goto(custom-michael,901,4) exten => _901,1,Playback(custom/extn-xfer) exten => _901,2,SayDigits(${EXTEN}) exten => _901,3,MixMonitor.............. exten => _901,4,Dial(SIP/provider/${CELL1}|${CELLRT}) exten => _901,5,Goto(vmail|900|1) <-- go to voice mail context DEFRT = 30 seconds, CELLRT = 25 seconds. Currently if the first phone is busy, or is not answered within 30 seconds, it will jump to the next phone (a cellular phone) and try that for 25 seconds before going to voi...
2009 Jan 22
1
reshape() problems
...4 2.4 1942 1 2.7 3.2 1.5 2.6 1940 2 1.4 2.1 2.6 2.4 1941 2 2.4 1.4 1.4 3.4 1942 2 1.4 2.4 2.5 4.4 where the Qs mean 'quarter'. I want to extract from this a dataframe with a timeseries for each cell: year quarter cell1 cell2 1940 1 1.2 1.4 1940 2 1.4 2.1 1940 3 1.4 2.6 1940 4 1.9 2.4 1941 1 2.9 2.4 1941 2 2.1 1.4 1941 3 3.4 1.4 1942 4 2.4 3.4 1942 1 2.7 1.4...
2012 Nov 20
2
[PATCH][RFC] OpenUPS driver
...+ return openups_scratch_buf; +} + +/* --------------------------------------------------------------- */ +/* Vendor-specific usage table */ +/* --------------------------------------------------------------- */ + +/* OPENUPS usage table */ +static usage_lkp_t openups_usage_lkp[] = { + {"Cell1", 0x00000001}, /* Battery cell 1 on J6 pin 1 */ + {"Cell2", 0x00000002}, /* Battery cell 2 on J6 pin 2 */ + {"Cell3", 0x00000003}, /* Battery cell 3 on J6 pin 3 */ + {"Cell4", 0x00000004}, /* Battery cell 4 on J6 pin 4 */ + {"Cell5", 0x00000005}, /* Batt...
2006 Sep 05
0
rake craziness with Migrate as a dependency
..."user_id", :integer) -> 0.2710s == AddReferrerToUsers: migrated (0.4910s) ===================================== == MobileToThreeCell: migrating =============================================== -- remove_column(:users, "mobile") -> 0.2100s -- add_column(:users, "cell1", :string, {:default=>"", :limit=>3, :null=>false}) -> 0.2100s -- add_column(:users, "cell2", :string, {:default=>"", :limit=>3, :null=>false}) -> 0.2210s -- add_column(:users, "cell3", :string, {:default=>"", :...
2010 Mar 24
0
R-help ordinal regression
...ing(Cell,2))+1+nrow(Data),sep="")) > > ? ? B3R[["Formula"]] <- "Total" > > > > ? ? > B3R<-sh$Range(paste(letters[grep(substring(Cell,1,1),letters)+1], > as.integer(substring(Cell,2))+1+nrow(Data),sep="")) > > ? ? > Cell1<-paste(letters[grep(substring(Cell,1,1),letters)], > as.integer(substring(Cell,2))+1,sep="") > > ? ? > Cell2<-paste(letters[grep(substring(Cell,1,1),letters)+1], > as.integer(substring(Cell,2))+nrow(Data),sep="") > > ? ? MyCell=paste(Cell1,":&qu...