search for: aworking

Displaying 7 results from an estimated 7 matches for "aworking".

Did you mean: working
2018 Apr 16
5
how to write a loop to repetitive jobs
Hi All.., I need to do the following repetitive jobs: seg71 <- read.csv("C:/Awork/geneAssociation/removed8samples/neuhausen71/seg.pr3.csv", head=T) seg71$id <-"sn71" seg72 <- read.csv("C:/Awork/geneAssociation/removed8samples/neuhausen72/seg.pr3.csv", head=T) seg72$id <-"sn72" seg73 <-
2018 Apr 16
0
how to write a loop to repetitive jobs
Hello, The following might do it. Without data it's untested. wd <- function(i){ paste0("C:/Awork/geneAssociation/removed8samples/neuhausen7", i, "/seg.pr3.csv") } seg <- lapply(1:5, function(i) { DF <-read.csv(wd(i)) DF$id <- paste0("sn7", i) DF }) seg <- do.call(rbind, seg) row.names(seg) <- NULL Hope this helps,
2018 Apr 17
0
how to write a loop to repetitive jobs
Hello Ding, try this: seg <- list() for ( d in 71:75) { s <- paste0("seg",d) sn <- paste0("sn",d) Dir<-paste("C:/Awork/geneAssociation/removed8samples/neuhausen", i, sep="") setwd(Dir) seg[[s]] <- read.csv("seg.pr3.csv", head=T) seg[[s]]$id <- sn } Greetings, Albrecht -- Albrecht Kauffmann alkauffm at
2008 Oct 01
2
an unsophisticated question about recoding in a data frame with control structure if {}
Hello all, I apologize for a terribly simple question. I'm used to using Stata and am trying to `switch' over to R. I would like to recode a vector in a data frame when the value of it meets the following condition: if (dataframe$factor=='3'){dataframe$thevector<-(an arithmetic mean). What I would like to result is the creation of a new variable within the data frame for
2004 Aug 06
0
I am new - how to set client
...o learn. I have never done anything with streaming, but we must start somewhere. I do work with the web as a programmer. As I mentioned before, I do have winamp 5 and I have the server running I still do not know how to tie up winamp on my client machine to the server machine. Does some one have aworking copy of a icecast.xml. I am using the default because so far I am only using in my internal network. I have read the config instructions 3 tiems and I am missing something, perhaps to obvious hopefully, I will get over that hurdle soon. ServerSide - I have icecast Beta version 3 SourceSide - I d...
2004 Aug 06
0
I am new - how to set client
...ing with streaming, but we must start somewhere. >I do work with the web as a programmer. > >As I mentioned before, I do have winamp 5 and I have the server running > >I still do not know how to tie up winamp on my client machine to the >server machine. > >Does some one have aworking copy of a icecast.xml. I am using the default >because so far >I am only using in my internal network. > >I have read the config instructions 3 tiems and I am missing something, >perhaps to obvious >hopefully, I will get over that hurdle soon. > >ServerSide - I have icecast...
2006 Jul 05
10
Google/Netflix Like Tooltips
I need to have a toolip-like object which has dynamic content in it. I plan on using scriptaculous with an ajax call to retrieve the content, but I would like to make the popup/tooltip/balloon text look as nice as possible. Does anyone have any examples or anything useful to create a popup like the ones that Google and Netflix have? I''d like to have one which must be