search for: spot

Displaying 20 results from an estimated 4988 matches for "spot".

Did you mean: slot
2006 Jan 24
9
Number of replications of a term
...I don't have time by now to write a C function. Thanks a lot for your help, Laetitia. Here is the function I have written maybe I have done something not optimized : repVector <- function(obj){ # order IDName ord <- gif.indexByIDName(obj) ordobj <- obj[ord,] nspots <- nrow(obj) # vector of spot replicates number spotrep <- rep(NA, nspots ) # function to get ID:Name for a given spot spotidname <- function(ind){ paste(ordobj$genes[ind, c("ID","Name") ], collapse=":") }...
2009 May 06
1
'RG' looks like a pre-2.4.0 S4 object: please recreate it
...s like a pre-2.4.0 S4 object: please recreate it > objects() [1] "RG" > names(RG) [1] "R" "G" "Rb" "Gb" "printer" "genes" "targets" > RG$targets FileName Cy3 Cy5 c1 a1koc1.spot Pool C57BL/6 c2 a1koc2.spot Pool C57BL/6 c3 a1koc3.spot Pool C57BL/6 c4 a1koc4.spot Pool C57BL/6 c5 a1koc5.spot Pool C57BL/6 c6 a1koc6.spot Pool C57BL/6 c7 a1koc7.spot Pool C57BL/6 c8 a1koc8.spot Pool C57BL/6 k1 a1kok1.spot Pool ApoAI-/- k2 a1kok2.spot Pool ApoAI-/- k3 a1kok3.spot Pool ApoA...
2017 Mar 26
2
[Euro LLVM] Unofficial beer before the conference
On Sun, Mar 26, 2017, at 04:23 PM, Piotr Padlewski via llvm-dev wrote: > Hey Tobias, > 4 spots for me and my folks. Thanks for taking care Tobias! OK. We are down at 2 spots (maybe a little bit more) Piotr 4 spots Tobias 5 spots Bekket 2 spots Alex 2 spots 13 out of 15 spots taken. Let me know if you wanna join. I can try to get some more spots. Best, Tobias Best, Tobias &g...
2015 Sep 07
2
Build rpm package for R-MKL
...ge. As a base, I use the R-3.2.2.src.rpm. I am left with this error: ------------------------------------------ installing R info pages ... updating '/usr/share/info/dir' ... make[1]: Leaving directory '/home/poisonivy/rpmbuild/BUILD/R-3.2.2/doc/manual' + mv doc/manual/R-exts.texi.spot doc/manual/R-exts.texi mv: cannot stat 'doc/manual/R-exts.texi.spot': No such file or directory --------------------------------------- There is indeed no doc/manual/R-exts.texi.spot file. This make instruction comes form this in R.spec: --------- %if 0%{?fedora} >= 19 # What a hack. #...
2008 Oct 06
8
.htaccess rewrite
can someone help me with an .htaccess rewrite? i''m trying to convert all requests to "/?spot=8888" to be "/locations/ 888". thanks. --~--~---------~--~----~------------~-------~--~----~ 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-/JYPxA39Uh5TLH3MbocFFw@...
2017 Apr 11
4
Server Side Spot Replacement?
Hi guys, Can anyone share some (deep technical) light on how «Server Side Spot Replacement" on live radio streaming with Icecast can be done? Thanks, BR Rune -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.xiph.org/pipermail/icecast-dev/attachments/20170411/e322cb01/attachment.html>
2009 Mar 06
2
Interaction term not significant when using glm???
Dear all, I have a dataset where the interaction is more than obvious, but I was asked to give a p-value, so I ran a logistic regression using glm. Very funny, in the outcome the interaction term is NOT significant, although that's completely counterintuitive. There are 3 variables : spot (binary response), constr (gene construct) and vernalized (growth conditions). Only for the FLC construct after vernalization, the chance on spots should be lower. So in the model one would suspect the interaction term to be significant. Yet, only the two main terms are significant here. Can it be...
2017 Apr 11
2
Server Side Spot Replacement?
Thank you Phillip, my first time here. What I want to achieve is to replace ads in a live ad break on live streamed radio with personal spots for each listener. I want to recognize the start of the break, split listeners into separate streamed spots and then back again to the live stream when the spots has been played. The main goal is to offer programmatic data driven ads on streamed radio and bring radio into the modern advertising w...
2012 Apr 28
3
Writing a Permutation Function
...haracter vector and from an arbitrary length "n" which is the length of the combinations for the character vector. I know there are R packages for permutation but this is for an assignment. So far this is what I have: alphabet = c("a","b","c","d") spot = c() permute = function(alphabet,n){ for (i in 1:factorial(length(alphabet))){ perm = sample(alphabet, replace=F, size=n) spot = rbind(spot, perm, deparse.level=2) } print(spot) } This function works but it has some flaws for what I need. I would like the print output to have the rownames...
2008 Apr 11
2
Ogg/Spots and Ogg/MNG
Hi, are these two dead, or just progressing slowly ? The only code I've seen about Ogg/MNG was a player in ogg-tools, and I've seen nothing for Ogg/Spots. I'd looked at those before adding bitmaps to Kate, and I went back to that a few days ago (storing subtitles as images from a dvd - works great in vlc, but I store images without compression). If they are dead, I'd be inclined to enhance Kate's image support. Cheers
2017 Apr 18
0
Server Side Spot Replacement?
...done via a specific ID3 tag, does Icecast have some sort of API or other mechanisms for doing this? Appreciate any insights on this, BR Rune From: Lin DasSarma [mailto:__ at umbc.edu] Sent: 11. april 2017 16:00 To: Rune Hafskjær Cc: icecast-dev at xiph.org Subject: Re: [Icecast-dev] Server Side Spot Replacement? It looks like you'd have to patch icecast to allow individual listener moves - do you control the live feed? Whatever triggers the ad could also move listeners to their own mounts. Also, keep in mind that could be suddenly much more taxing on the server than usual. Lin On 11 Apri...
2011 Oct 10
3
Superposing mean line to xyplot
...y 1 must be connected to first replicate of miRNA A on array 2 and so on), so that for each panel there are 4 series of three points connected by a line/segment. I've done this easily with lattice doing this: array = rep(c("A","B","C"),each = 36) # array replicate spot = ?rep(1:4,27) # miRNA replicate on each array miRNA =?rep(rep(paste("miRNA",1:9,sep="."),each=4),3) # miRNA label exprs = rnorm(mean=2.8,n = 108) # intensity data = data.frame(miRNA,array,spot,exprs) xyplot(exprs ~ array|miRNA,data=data,type="b",groups=spot,xlab=&quot...
2008 Mar 13
0
LIMMA: array spot summary options beyond duplicateCorrelation()
Hello Limma users A quick question, I hope: I have dual-channel spotted expression arrays in a simple loop design (no dye swaps), viz: 1 vs reference 2 vs 1 3 vs 2 reference vs 3 There are 4 replicate spots for each probe on each array. It seems as if getting meaningful spot summary results using duplicateCorrelation() is not possible in my case as the spots ar...
2012 Apr 10
5
Creating a loop with an indefinite end term
...this is an elementary question. I cannot seem to figure out how to construct a loop which runs a function until a certain value is computed. For example, say I have the following: num = numeric (10) num [1] = 0 for (i in 2:10) { num [i] = num [i-1] + 5 } This adds 5 to the preceding spot of a vector of length 10 to get the value in the current spot. However, say I don't just want to run this for 10 spots; rather I want to run it until a certain value (say, 100) is computed. How I construct my loop to do this? Thanks! [[alternative HTML version deleted]]
2009 May 06
1
[Fwd: loading SPOT file]
-------------- next part -------------- An embedded message was scrubbed... From: Barbara Cegielska <barceg at ibch.poznan.pl> Subject: loading SPOT file Date: Wed, 06 May 2009 16:48:35 +0200 Size: 1151 URL: <https://stat.ethz.ch/pipermail/r-help/attachments/20090506/e35e3f7e/attachment-0002.eml>
2017 Apr 18
1
Server Side Spot Replacement?
...ughts and detailed help to move further are much appreciated. BR Rune -----Original Message----- From: Icecast-dev [mailto:icecast-dev-bounces at xiph.org] On Behalf Of Philipp Schafft Sent: 11. april 2017 17:54 To: Rune Hafskjær Cc: icecast-dev at xiph.org Subject: Re: [Icecast-dev] Server Side Spot Replacement? Good afternoon, On Tue, 2017-04-11 at 13:03 +0000, Rune Hafskjær wrote: > Thank you Phillip, ^^-^ > my first time here. No problem. > What I want to achieve is to replace ads in a live ad break on live > streamed radio with personal spots for each li...
2017 Mar 26
3
[Euro LLVM] Unofficial beer before the conference
I’m going to travel with another person, so 2 people in total Cheers, Hsu > Tobias Grosser <tobias.grosser at inf.ethz.ch> 於 2017年3月26日 下午4:16 寫道: > > We have a table reserved at Tante Maja, 18:00 for 15 people. I am travel > with 5 other people, so 10 more spots are open. Please let me know > within 30 minutes if you want a spot, such that I can confirm the > reservation. > > Best, > Tobias > > On Sun, Mar 26, 2017, at 04:10 PM, Tobias Grosser via llvm-dev wrote: >> I like Tante Maja. I will call them and see if we can flood t...
2017 Apr 11
0
Server Side Spot Replacement?
Good afternoon, On Tue, 2017-04-11 at 13:03 +0000, Rune Hafskjær wrote: > Thank you Phillip, ^^-^ > my first time here. No problem. > What I want to achieve is to replace ads in a live ad break on live > streamed radio with personal spots for each listener. I want to > recognize the start of the break, split listeners into separate > streamed spots and then back again to the live stream when the spots > has been played. > > The main goal is to offer programmatic data driven ads on streamed > radio and bring radio...
2008 Apr 11
4
Ogg/Spots and Ogg/MNG
> Ogg/Spots has no implementation since we agreed that Ogg/MNG would > fully cover all the functionality of Ogg/Spots. However, Ogg/MNG has > not progressed as much as we would all have liked. > > So, if you would like to get images into Ogg, I'd recommend > improving/implementing Ogg/MNG s...
2009 Mar 03
6
Newbie needs help
To all: I am running FreeBSD v7.03 and using icecast2 which is happily relaying a shoutcast MP3 stream. I want to play (mix)a pre-recorded "Stream ID" file to the existing stream once per hour. I've tried ices0 but no luck. Any help will be much appreciated. Mike