Displaying 20 results from an estimated 300 matches similar to: "cluster gene list"
2008 Mar 18
3
Partition data into clusters
Greetings R-users,
I have been using the fpc package in R to cluster my data. Speficically I am
using kmeansruns clustering.
I would like to know how I use R to partition data into clusters. What I am
doing is as follows.
# Use csv file as input
#####################
wholeset = read.csv("Spellman800genesImputed.csv")
# exclude first col (gene names)
##########################
2004 Sep 22
4
Softphone for PocketPC or iPaq
Is there a soft phone for PocketPC or iPaq? If not, is someone working
on it? I will be more than willing to contribute my mite if needed.
Thanks,
-- sudhir
2011 Feb 03
2
R-help
Hi,
I have data like this....
print(x)
ID VAL1 VAL2
1 B A
2 P Q
3 T S
What I would like is data like this...
ID VAL1 VAL2
1 A B
2 P Q
3 S T
So that VAL1 and VAL2 are alphabetically ordered.
Any advice is welcome!
San.
[[alternative HTML version deleted]]
2009 Apr 13
5
HP Laserjet Printer Installation
Hi all,
I have a very good query related to printer sharing using samba. Following
is the scenario...
I had installed HP laserjet 9040Dn printer on redhat Enterprise linux 5.
Shared it using samba. Used winbind protocol to integrate linux with
windows AD 2003. Now i am able to see printer in Active directory as well
as linux computer account in AD. But unable to set option
lpadmin -p printer
2010 Jan 22
1
Sata and R users GLM methods translation
Hello,
I am learning R and I am fluent in Stata and I try to translate part of my
Stata code to R to check the reliability of the data under R. I have a
proportion variable as a dependent variable pQSfteHT . Independent variables
are dummies for two categorical variables called dQSvacrateHTQuali3 and
cluster_3. I am fitting a model with the Stata command below:
glm pQSfteHT dQSvacrateHTQuali3_2
2004 Aug 03
3
Re: problems with'#' transfer after hold
On Tuesday 03 August 2004 12:07, Chris Shaw wrote:
>Are you using the double ## transfer patch or just the regular
>single # that comes with CVS?
Hi Chris,
Where to get the 'double ##' transfer patch? We are having the same
problem and I was thinking of a similar patch.
Thanks,
-- sudhir
2004 Oct 06
2
Issue with the channel drivers
Hi, No one seems to have any issue with the following
posting. Can any one suggest how to install/configure
channel drivers to work.
Basically I am trying to send the SIP calls
to GNUGK but Asterisk reports the error "No channel
driver found".
>>>
I was trying to compile the oh323 channel driver but
unable to compile the openh323_1_13_5 (which is the
only required version as
2011 Feb 04
2
Avoiding two loops
Hello,
I have a R code for doing convolution of two functions:
convolveSlow <- function(x, y) {
nx <- length(x); ny <- length(y)
xy <- numeric(nx + ny - 1)
for(i in seq(length = nx)) {
xi <- x[[i]]
for(j in seq(length = ny)) {
ij <- i+j-1
xy[[ij]] <- xy[[ij]] + xi * y[[j]]
}
}
xy
}
How do I reduce the 2
2004 Jul 13
1
Re: Applications of TDMoE "critch"
Juan,
I dont see people here with "attitude" or any need to shut down this
list as you suggested. Contrary to your experience, I find people to be
quite helpful here.
Steven's comment "Start here and then ask a real question" is definitely
not arrogant IMHO. He is just trying to knock some etiquette on Luan.
Besides, he did give him all the answer Luan was looking for.
2004 Apr 24
3
Re: Hardware for handling large call volume
[moved to asterisk-users, as this is not a development question]
At 1:40 PM -0400 on 4/24/04, Sudhir Kumar wrote:
>I would like to hear from any of you who has done any kind of
>benchmarking on a robust hardware that can handle large call volume,
>preferably with G.729 codec involved.
>
>We are in the process of putting together a system that should have a
>quad E1 card, G.729
2009 May 08
3
Fw: HP Laserjet Printer Installation
Dear all,
Can any body help m on this to resolve my issue permanently. I m almost
done, but one bug is creating problem & unable to resolve it as per mail
reply from one of our colgn niranjan.ashok.
Following command is not working on my system ie $ svn co
http://svn.easysw.com/public/cups/branches/branch-1.3/. Its showing error
as " could not resolve hostname, host not found".
2004 Sep 04
1
"bit already cleared" messages
There's been a lot of discussion in the past on
these somewhat-mysterious "bit already cleared"
messages appearing in the logs when using Ext3
file systems. Unfortunately, I didn't see a
conclusion to any of these threads.
We're still seeing these messages pop up occasionally
and fsck's of the file system reveal lot of orphaned
inodes and such.
Anybody else see these
2004 Aug 07
1
WARNING[1264581056]
I have configured my GS HT-486 for "send dtmf" in audio, and on the
asterisk box, sip.conf has dtmfmode set to inband. Everything seems to
be working fine, however, I see my console get flooded with the
following warning:
"dsp.c:1467 ast_dsp_process: Unable to process inband DTMF on 256
frames"
Should I be cautious about them or just ignore? Better still, what
should I do
2004 Aug 25
3
Blocking a channel on T1
One of our clients has Asterisk with single T1 card (T100P). T100P gets
only incoming calls. Is there a way to block specific channels (say
channel 9 and 24) so that the Telco does not send calls on those
channels?
Thanks,
-- sudhir
2004 Dec 29
2
Problem with Digium TDM04B
I have installed Digium TDM04B with the latest CVS. However I have
encountered following problems:
1. When it dials out, many times the digits are not properly recognized
by telco as I hear the announcement "please check the number and dial
again" although I see on the screen that the dialed number is correct.
2. When the call is forwarded outside, with something like
exten =>
2010 Apr 26
2
Cluster analysis: dissimilar results between R and SPSS
Hello everyone!
My data is composed of 277 individuals measured on 8 binary variables
(1=yes, 2=no).
I did two similar cluster analyses, one on SPSS 18.0 and one on R 2.9.2. The
objective is to have the means for each variable per retained cluster.
1) the R analysis ran as followed:
> call data
> dist=dist(data,method="euclidean")
>
2004 Jul 06
1
rh9, asterisk HEAD, & asterisk-oh323-0.6.3a working
I have no new information, just a note of encouragement to those
traversing the bowels of h323:
I've been trying to get h323 working with asterisk for several months
now, trying with chan_h323 & chan_oh323 with all kinds of different
combinations.
As with several folk on the list, I've had no luck. Either I had no
audio, or I could only receive calls, or I could dial but no had
2004 Sep 03
3
Help setting 2 Offices in US and India
I am new to Asterisk and VoIP. I have been given the task of setting up a telephone network in US and India. When customers call the US location, the calls should route to India (using VoIP) and handle there. The Indian location should be able to call Us numbers using the Voip to save money. The solution should be flexible enough to support initial of 5 simultaneous calls with the option to
2017 Oct 30
1
[locking/paravirt] static_key_disable_cpuslocked(): static key 'virt_spin_lock_key+0x0/0x20' used before call to jump_label_init()
On Mon, Oct 30, 2017 at 08:47:08AM +0100, Juergen Gross wrote:
>On 30/10/17 08:35, Fengguang Wu wrote:
>> On Sun, Oct 29, 2017 at 11:51:55PM +0100, Fengguang Wu wrote:
>>> Hi Linus,
>>>
>>> Up to now we see the below boot error/warnings when testing v4.14-rc6.
>>>
>>> They hit the RC release mainly due to various imperfections in 0day's
2017 Oct 30
1
[locking/paravirt] static_key_disable_cpuslocked(): static key 'virt_spin_lock_key+0x0/0x20' used before call to jump_label_init()
On Mon, Oct 30, 2017 at 08:47:08AM +0100, Juergen Gross wrote:
>On 30/10/17 08:35, Fengguang Wu wrote:
>> On Sun, Oct 29, 2017 at 11:51:55PM +0100, Fengguang Wu wrote:
>>> Hi Linus,
>>>
>>> Up to now we see the below boot error/warnings when testing v4.14-rc6.
>>>
>>> They hit the RC release mainly due to various imperfections in 0day's