search for: spots

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

Did you mean: slots
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
I would like to load ApoAI.RData. During the operation of reading this data an error occurs. There is also a problem with STF file. > library (limma) > load("ApoAI.RData") Warning message: 'RG' looks like a pre-2.4.0 S4 object: please recreate it > objects() [1] "RG" > names(RG) [1] "R" "G" "Rb"
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 &gt...
2015 Sep 07
2
Build rpm package for R-MKL
I want to create a clean .rpm package for R built with MKL and ICC. I follow Fedora instrcutions[0] to create the package. 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
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
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???
...n 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 my data is too sparse to use these models? Am I using the wrong method? # data generation testdata <- matrix(c(rep(0:1,times=4),rep(c("FL...
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 wo...
2012 Apr 28
3
Writing a Permutation Function
Hi everyone, I am somewhat new to R and I am trying to write a permutation function such that it inputs a character 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 =
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?
...h more taxing on the server than usual. Lin On 11 April 2017 at 09:03, Rune Hafskjær <Rune.Hafskjaer at p4.no<mailto:Rune.Hafskjaer at p4.no>> wrote: 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 wo...
2011 Oct 10
3
Superposing mean line to xyplot
Dear R-users, I'm using lattice package and function xyplot for the first time so you will excuse me for my inexperience. I'm facing quite a simple problem but I'm having troubles on how to solve it, I've read tons of old mails in the archives and looked at some slides from?Deepayan Sarkar but still can not get the point. This is the context. I've got data on 9 microRNAs, each
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 are not regularly spaced, and I don't *really* have enough arrays, no? So then what are my other options in Limma to summarise replicated...
2012 Apr 10
5
Creating a loop with an indefinite end term
...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?
...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 ra...
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 th...
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 su...
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