Displaying 20 results from an estimated 4000 matches similar to: "difference in sort order linux/Windows (R.2.11.0)"
2011 Nov 17
3
merging corpora and metadata
Greetings!
I loose all my metadata after concatenating corpora. This is an
example of what happens:
> meta(corpus.1)
MetaID cid fid selfirst selend fname
1 0 1 11 2169 2518 WCPD-2001-01-29-Pg217.scrb
2 0 1 14 9189 9702 WCPD-2003-01-13-Pg39.scrb
3 0 1 14 2109 2577 WCPD-2003-01-13-Pg39.scrb
....
....
17 0
2009 Jun 20
1
string splitting and testing for enrichment
Hi List
I have data in the following form:
Gene TFBS
NUDC PPARA(1) HNF4(20) HNF4(96) AHRARNT(104) CACBINDINGPROTEIN(149) T3R(167) HLF(191)
RPA2 STAT4(57) HEB(251)
TAF12 PAX3(53) YY1(92) BRCA(99) GLI(101)
EIF3I NERF(10) P300(10)
TRAPPC3 HIC1(3) PAX5(17) PAX5(110) NRF1(119) HIC1(122)
TRAPPC3 EGR(26) ZNF219(27) SP3(32) EGR(32) NFKAPPAB65(89) NFKAPPAB(89) RFX(121)
2008 Jun 20
1
Unexpected Behavior (potentially) in t.test
Greetings,
I have stumbled across some unexpected behavior (potential a bug) in, what I
suspect to be R's (2.6.2 on Ubuntu Linux) t.test function; then again the
problem may exist in my code. I have shutdown R and started it back up,
re-run the code and re-experienced the error. I have searched on Google for
the abnormal termination error message "(stderr < 10 * .Machine$double.eps *
2004 Aug 06
2
multiple shout streams
I'm running multiple instances of ices. Also, I found what the problem
was with the constant stream. I was getting a default stream because I
was using my local ip address to run the server, and when I tried to
access the different streams from my outside ip address something got
confused. I'm running it from my outside ip address and everything works
fine. Does anyone know a what to run
2004 Aug 06
1
multiple shout streams
My OS in linux.
my local ip address is 192.168.1.1 I'm currently running icecast from my
comcast ip address 68.50.209.120. But if I try to connect to the stream
via 192.168.1.1 I get
404 Entity Not Found
The requested file or stream was not found on this server.
Thanks,
Aaron
<p>On Fri, 2002-09-13 at 17:14, zeek wrote:
>
> What OS is the system? What is the IPaddr?
>
>
2004 Aug 06
2
multiple shout streams
Hi,
I'm trying to figure out how to have mulitple shout streams running on
my icecast server. I'd like to have it setup like
http://192.168.1.1:8000/classical plays classical
http://192.168.1.1:8000/pop plays pop
etc.
Thanks,
Aaron
--
palott@math.umd.edu
http://www.math.umd.edu/~palott
LCV: IPST 4364A (301)405-4865
Office: IPST 4364D (301)405-4843
Fax: (301)314-0827
P. Aaron
2007 Oct 09
1
misbehaviour of some tk windows, R 2.6.0 on SUSE 10.1?
I don't know whether this is specific to (my installation
of) SUSE 10.1, or is more general.
With R 2.6.0, I am finding that some widgets made through
the tcltk package are having problems which become evident
through scrollbar activity. An example is demo(tkfaq) --
see below. To reproduce the problem, I do the following:
after the tk window appears, hold down the
2011 Apr 04
2
Examples of web-based Sweave use?
I appreciate that this is OT, but I'd be grateful for pointers to examples of
where
Sweave has been used for web-based applications. In particular, examples of
where reports/analyses are produced automatically through submission of data
to a web-sever. I am mostly interested in situations where pdf reports have
been produced rather than, say, a plot/table etc shown on a web page.
2007 May 07
6
Dovecot not handling r/o mailboxes completely, and problem with ACL as a workaround
First of all, I think dovecot is really fantastic and I have thanks for all
the hard work. I think it will be the best fit for my ~5000 users when I
have it setup completely. We normally have approx 500 concurrent IMAP
connections during the day.
I am trying to convert from courier-imap to dovecot, but I have an issue with
public namespace folders that are not writable by certain users.
2008 Aug 22
1
subset grouped data with quantile and NA's
I can't quite seem to solve a problem subsetting a data frame. Here's a
reproducible example.
Given a data frame:
dat <- data.frame(fac = rep(c("a", "b"), each = 100),
value = c(rnorm(130), rep(NA, 70)),
other = rnorm(200))
What I want is a new data frame (with the same columns as dat) excluding the
top 5% of "value"
2004 Jul 31
0
Trunk doesn't work Adit 600/T100P
Hi !
I am connecting to Adit 600 thru a T100P card
I have configured 1-16 FXS channels and 17-24 FXO.
Everything looks fine on Asterisk side I get a tone
on all FXS channels, but when I try to dialout thru
one of the FXO channels 17-24 it doesn't connect to
the POTS line and echoes back my voice.
I use fxsls and fxols for the T1 channels and ls on
Adit side. Whats wrong here ?
here is my Adit
2009 Jan 12
1
help on nested mixed effects ANOVA
Hello,
I am trying to run a mixed effects nested ANOVA but none of my codes
are giving me any meaningful results and I am not sure what I am doing
wrong. I am a new user on R and would appreciate some help.
The experimental design is that I have some frogs that have been
exposed to three acoustic Treatments and I am measuring neural
activity (egr), in 12 brain regions. Some frogs also called
2018 Apr 25
2
Samba 4 - ISO-8859-15 filenames not listed while browsing
Thanks Jeremy,
i'm analyzing this with the application team, we'll see what we can find.
> I was hoping to find a way for the samba4 server to behave like samba3 (as
> in ignoring bad characters and replacing them with an underscore
> character), which in the end resulted in the best compromise.
In the meantime, do you have any idea why there is difference between the
two
2011 Jun 17
1
question about split
Dear R-users
I seem to be stumped on something simple. I want to split a data frame
by factor levels given in one or more columns e.g. given
dat <- data.frame(x = runif(100),
fac1 = rep(c("a", "b", "c", "d"), each = 25),
fac2 = rep(c("A", "B"), 50))
I know I can split it by fac1, fac2 by:
2004 Aug 06
0
multiple shout streams
What OS is the system? What is the IPaddr?
Do:
ifconfig -a
netstat -nr
<p>-zeek
> -----Original Message-----
> From: owner-icecast@xiph.org [mailto:owner-icecast@xiph.org]On Behalf Of
> P. Aaron Lott
> Sent: Friday, September 13, 2002 5:04 PM
> To: Maria Wright
> Cc: icecast@xiph.org
> Subject: Re: [icecast] multiple shout streams
>
>
> I'm running
2008 Sep 09
1
how to split a data framed with sequences
Hi all,
Given a data frame:
my.df <- data.frame(a = c(1:5, 1:10, 1:20), b = runif(35))
I want to split it by "a" such that I end up with a list containing 3
components i.e. the first containing a = 1 to 5, the second a = 1 to 10 etc.
In other words, sets of sequences of a.
I can't seem to find the right form using the split function - can you help?
Much appreciated.
David
2004 Aug 06
2
iTunes 4
Last I checked, iTunes was unable to play my static playlist ogg vorbis
stream. Assuming this is expected behaviour and not an anomaly; Does iTunes 4
resolve this issue?
--thanks
Michael Edwards
http://www.walledcity.ca
<p>--- >8 ----
List archives: http://www.xiph.org/archives/
icecast project homepage: http://www.icecast.org/
To unsubscribe from this list, send a message to
2002 Nov 12
6
tftpd server
Hi
In the pxelinux page, is referred that the tftpd server from
http://tftpd32.jounin.net as working with pxelinux.
However, from the tests I've made, it seems that the 'tsize' option is not
supported.
Anyone has knowledge of a working TFTPD server that runs on Windows NT4?
p.s. it can be shareware, I just want to test it with NT4, I have had
success with the 'builtin'
2013 Feb 08
2
aggregation-type question
I seem to have a Friday afternoon block and can't see the easiest way of
doing this.
Given a data frame like:
dat <- data.frame(x = runif(100), y = runif(100), group = rep(letters[1:10],
each = 10))
> head(dat)
x y group
1 0.876751503 0.6518345 a
2 0.627067150 0.8801790 a
3 0.632465192 0.1768305 a
4 0.060359554 0.8835652 a
5 0.675868776 0.7721177
2008 Jan 24
4
using object.find() in a loop not returning an array
I''m running a loop (illustrated below) that retrieves records from a
table based on an id that might be different with each iteration. The
loop uses the array scrns (composed of IDs) to find the related records
in the Screens table. I''m attempting to store the returned results in
an instance variable so I can use that data in a view. However, this
code simply is overwriting