Displaying 20 results from an estimated 200 matches similar to: "s-plus to R"
2008 Dec 09
2
motif search
Hi,
I am very new to R and wanted to know if there is a package that, given
very long nucleotide sequences, searches and identifies short (7-10nt)
motifs.. I would like to look for enrichment of certain motifs in
genomic sequences.
I tried using MEME (not an R package, I know), but the online version
only allows sequences up to MAX 60000 nucleotides, and that's too short
for my needs..
2019 May 25
2
Artwork localization
Hi Timothy,
On Thu, 2019-05-23 at 14:03 +1000, Timothy Lee wrote:
> I can provide zh-CN, zh-HK and zh-TW translations of the content.
Your changes were pushed. See:
https://git.centos.org/centos/Artwork/c/9efa093b155293bf171d6b7f9ceeb73b41170cf9?branch=c8
To render Chinese rolling notes images I had to change the final
images' typography from "Overpass" to "Google
2019 May 23
3
Artwork localization
Hello everyone,
What do you think about having localized the following CentOS
components:
- Rolling notes in CentOS installer.
These images are shown during the installation process, once the
configuration is done and you are waiting for packages to be installed.
Rolling notes are a great place to promote CentOS. If they are not
localized, they are shown in English language by default.
2004 Jun 28
1
Survey: "Motivation of Free/Open Source Software (F/OSS) Developers"
Survey: "Motivation of Free/Open Source Software (F/OSS) Developers"
We (Marc R?ttig and Carl-Daniel Hailfinger) are currently working
on a survey on the motivation of open source developers as part of
a "Computer Science and Society" project at the CS department of the
University of T?bingen. We invite every developer in the Free / Open
Source Software community to help us
2011 Dec 26
1
Finding all triangles in a graph
I have the adjacency matrix of a graph. I'm trying to find all
triangles (embeddings of C_3). This doesn't work:
index = function(l) seq(l)[l]
pairs = do.call(rbind, lapply(seq(nrow(adj)), function(x) cbind(x,
index(adj[x,]))))
triangles = do.call(rbind, apply(pairs, 1, function(x) cbind(x,
index(adj[x[1],] & adj[x[2],]))))
I'm absolutely certain I've gone down the wrong path
2019 Apr 13
3
SUGGESTION: Settings to disable forked processing in R, e.g. parallel::mclapply()
Hi Inaki,
> "Performant"... in terms of what. If the cost of copying the data
> predominates over the computation time, maybe you didn't need
> parallelization in the first place.
Performant in terms of speed. There's no copying in that example
using `mclapply` and so it is significantly faster than other
alternatives.
It is a very simple and contrived example, but
2019 May 26
0
Artwork localization
Hi Alain,
The Chinese artwork looks good to me. I have no corrections to make.? If
you do add/remove strings from the PO files, can you give me an e-mail,
so that I can keep the translation in sync?? Thanks!
Regards,
Timothy
On 26/5/19 2:15 am, Alain Reguera Delgado wrote:
> Hi Timothy,
>
> On Thu, 2019-05-23 at 14:03 +1000, Timothy Lee wrote:
>> I can provide zh-CN, zh-HK and
2012 Jul 24
1
igraph build problems
Hello:
I've been trying for days now to get igraph working on a debian sarge
install. There does not appear to be any pre-built packages, and when
I try and install within R, it blows up on the final linking, claiming
its unable to find libgfortran (which IS installed, and IS working for
all other users of the compiler).
I started up R and ran: install.packages("igraph"). It
2019 May 23
0
Artwork localization
Hi Alain,
I can provide zh-CN, zh-HK and zh-TW translations of the content.
Regards,
Timothy
On 23/5/19 1:45 pm, Alain Reguera Delgado wrote:
> Hello everyone,
>
> What do you think about having localized the following CentOS
> components:
>
> - Rolling notes in CentOS installer.
>
> These images are shown during the installation process, once the
> configuration is
2013 May 16
2
11.4: motif can only handle one channel at a time?
I have a call on gv over motif. I try to bridge it to another call over
motif, but a different gv account, and I get congestion.
motif only handles one 1 channel at a time??
sean
2014 Dec 17
2
11.5.0: blindxfer problems
I've got a confbridge set up which works if dialed locally:
-- Executing [266 at internal:1] Answer("DAHDI/1-1", "") in new stack
-- Executing [266 at internal:2] SendDTMF("DAHDI/1-1", "1") in new stack
-- Executing [266 at internal:3] ConfBridge("DAHDI/1-1", "1") in new stack
-- <DAHDI/1-1> Playing
2014 Dec 20
2
11.5.0: blindxfer problems
On 12/19/2014 09:42 AM, Rusty Newton wrote:
> On Wed, Dec 17, 2014 at 1:09 PM, sean darcy <seandarcy2 at gmail.com> wrote:
>> I've got a confbridge set up which works if dialed locally:
>>
>> -- Executing [266 at internal:1] Answer("DAHDI/1-1", "") in new stack
>> -- Executing [266 at internal:2] SendDTMF("DAHDI/1-1",
2014 Dec 21
2
11.5.0: blindxfer problems [Spam score:10%]
Have you enabled DTMF logging and seen the DTMF codes being recognised by
Asterisk? I had a bunch of soft phones that I had to change to using ?sip
info? for the DTMF signalling as the RFC signalling was not always being
recognised. This would cause transfers to appear as if the user had not
dialled any digits.
On 20/12/2014 20:52, "sean darcy" <seandarcy2 at gmail.com> wrote:
2015 Nov 01
5
no ringing tone with Dial option r
I'm not getting any ringing when I use option r with Dial:
Dial("DAHDI/1-1", "motif/8447/+1<called-num>@voice.google.com,,rTt") in
new stack
Otherwise all works. The call goes through, good audio.
sean
2013 Jun 10
3
no silk translation ?
Using 11.4.0, trying to use SILK on the cell phone to ulaw over gv, but
no success:
[Jun 10 16:18:22] WARNING[4090][C-0000000a]: channel.c:6164
ast_channel_make_compatible_helper: No path to translate from
SIP/ng-00000000 to Motif/+12025551212 at voice.google.com-da3c
[Jun 10 16:18:22] WARNING[4090][C-0000000a]: app_dial.c:3032
dial_exec_full: Had to drop call because I couldn't make
2010 Feb 25
2
How to fill in a region with different patterns?
Hi to all,
Here is a question which I cannot solve. Appreciate so much for any suggestions!
I have a squared region which is irregularly divided into many rectangular patches.
Each patch is associated with a value, and two patches possibly share a common value.
I hope to fill in each patch a pattern according to its value. For
instance, if a patch has value 1, then I fill in that patch
2013 Jan 07
7
Outoing Calls Motif Google Voice Calls Ring After Pick-up
Outoing calls I make using Motif Google Voice Calls continue ringing
even after the other end picks up.
I have to restart Asterisk to resolve the issue.
I don't see any errors.
It's not recognizing that the other party picked up the phone and
restarting Asterisk fixes it only for a day.
--
Co-op Vacation Rentals
www.coopvr.com
15218 Summit Ave
Suite #300-354
Fontana, CA 92336
2019 Apr 12
2
SUGGESTION: Settings to disable forked processing in R, e.g. parallel::mclapply()
Just throwing my two cents in:
I think removing/deprecating fork would be a bad idea for two reasons:
1) There are no performant alternatives
2) Removing fork would break existing workflows
Even if replaced with something using the same interface (e.g., a
function that automatically detects variables to export as in the
amazing `future` package), the lack of copy-on-write functionality
would
2013 Mar 07
2
11.3: how to hang up on google voice
Some calls I get from google voice, I just send myself an email about
the call and want to hangup. But I can't seem to make gv know I've hung up.
extensions.conf:
same => n,GoToIf($["${CALLERID(num)}"="office"]?email)
.................
same => n(email),System(/usr/local/bin/emailme........)
same => n,Answer() ; also tried without this
same =>
2008 Feb 13
2
Perils of R_LIBRARY_PATH
The R front end sets (via etc/ldpath) R_LIBRARY_PATH, including
R_JAVA_LD_LIBRARY_PATH. Perhaps the later is too obliging, as I've just
be caught by it in a way that took me a while to track down.
One of my machines has a Sun jdk1.6.0* JDK installed, and as a result
we have
${R_JAVA_LD_LIBRARY_PATH=${JAVA_HOME}/lib/amd64/server:${JAVA_HOME}/lib/amd64:
${JAVA_HOME}/../lib/amd64}
What I