Displaying 20 results from an estimated 21 matches for "akkineni".
2006 Feb 22
4
heatmap.2 in gplots package
Hello all,
I am using the heatmap.2 function in the gplots package. I want to supress the reordering of the columns of the data matrix i pass to the function. I used the statement,
heatmap.2(z,Colv=FALSE,dendrogram="row",col=redgreen(75))
where z, is the matrix of data. The output i want should have the rows reordered along with the dendrogram and the columns should be in the original
2004 Aug 06
2
sppex player
hi,
i want to use ogg speex streaming .can u suggest a player.
thanks,
sailaja
Yahoo! India Matrimony: Find your partner online.Post your profile.
--- >8 ----
List archives: http://www.xiph.org/archives/
Ogg project homepage: http://www.xiph.org/ogg/
To unsubscribe from this list, send a message to 'speex-dev-request@xiph.org'
containing only the word 'unsubscribe' in the
2004 Aug 06
1
sppex player
...e the Java jlGui Music player
(http://www.javazoom.net/jlgui/jlgui.html) with the java implementation
of Speex (http://jspeex.sourceforge.net). This will play Speex streams
and files on any platforms, including Linux, Mac and Windows, or even
inside a web page.
Tyler Knott wrote:
> sailaja akkineni wrote:
>
>> hi,
>> i want to use ogg speex streaming .can u suggest a player.
>> thanks,
>> sailaja
>
>
> The only two players that support Speex webcasts(streams) are XMMS for
> Linux and Foobar2000 for Windows. There are many players for
> non-strea...
2005 Nov 17
2
[Rd] Scan data from a .txt file
...> dat
Weight Height Gender
Anne 150 65 F
Rob 160 68 M
George 180 65 M
Greg 205 69 M
Don't see how it "doesn't work". Please give more detail on what "doesn't
work" means.
Andy
> From: Vasundhara Akkineni
>
> Hi all,
> Am trying to read data from a .txt file in such a way that i
> can access the
> column names too. For example, the data in the table.txt file
> is as below:
> Name Weight Height Gender
> Anne 150 65 F
> Rob 160 68 M
> George 180 65 M
> Greg 205 69...
2017 May 31
0
[ANNOUNCE] xkeyboard-config 2.21
...mending typo
English (Canada) input source is missing the left backslash key
UK is not an exception any more
Missing closing bracket on keyboard layout: Slovak (extended
backslash), Slovak (querty, extended backslash)
Pre-release translation sync
Release 2.21
Venkat R Akkineni (1):
Adding Sarala Telugu Keyboard layout.
kalyke by jove (1):
steelseries apex300 geometry
git tag: xkeyboard-config-2.21
https://xorg.freedesktop.org/archive/individual/data/xkeyboard-config/xkeyboard-config-2.21.tar.bz2
MD5: af9498e8954907d0a47f0f7b3d21e1ef xkeyboard-config-2.21...
2004 Aug 06
2
Is there any speex plugin for windows media player?
Hi ,
Is there any speex plugin for windows media player?
Thanks,
Sailaja
Yahoo! India Matrimony: Find your partner online.Post your profile.
--- >8 ----
List archives: http://www.xiph.org/archives/
Ogg project homepage: http://www.xiph.org/ogg/
To unsubscribe from this list, send a message to 'speex-dev-request@xiph.org'
containing only the word 'unsubscribe' in the body.
2004 Aug 06
1
plugin for windows media player?
Hi,
Is there any plugin for windows media player or can i find source code for foobar.I want to use play some speex files from the web and looking for a simple player that can play speex files.
Thanks,
Sailaja
Yahoo! India Matrimony: Find your partner online.Post your profile.
--- >8 ----
List archives: http://www.xiph.org/archives/
Ogg project homepage: http://www.xiph.org/ogg/
To
2005 Dec 01
1
Row wise function call.
I have another issue.i have a function which calculates the log2(col i
/col2) value, where i stands for columns 3,4,...etc.
data<-read.table("table.txt", header=TRUE)
iratio<-function(x){
for(n in 3:ncol(data)){
z<-log2(data[x,n]/data[x,2])
}
}
Where x- the row number of the data frame(data).
i want to store the ratios for each row in a object z, which can be
accessed
2005 Oct 05
2
R and Java
I am a grad student and am working on a project where i need to integrate
java and R. I have a front end in java and i need to call R functions and be
able to dispaly the plots and graphs produced by R on my java front end. I
came across some tools like SJava and rserve...but am not sure which best
suits my application. Your suggestion will be really helpful.
Thanks,
vasu.
[[alternative HTML
2005 Oct 17
1
Display a plot in an applet.
Hello,
I am trying to display a plot produced in R as part of an Applet. Stating
more clearly, i want to display a scatter plot(X axis data:1,2,4,5 and
Y-axis data:4,6,5, 7)produced in R as an Applet. How can this be done?
Please let me know.
Thanks,
Vasu.
[[alternative HTML version deleted]]
2005 Nov 17
1
Scan data from a .txt file
Hi all,
Am trying to read data from a .txt file in such a way that i can access the
column names too. For example, the data in the table.txt file is as below:
Name Weight Height Gender
Anne 150 65 F
Rob 160 68 M
George 180 65 M
Greg 205 69 M
i used the following commands:
data<-scan("table.txt",list("",0,0,0),sep="")
a<-data[[1]]
b<-data[[2]]
2005 Dec 01
1
Transfer String Array from R to java
I have a data frame which has the following data.
data<-read.table("table.txt",header=TRUE)
data
X14A_U133A_StatPairs X14A_U133A_Detection X14B_U133A_Signal
1 AFFX-BioB-5_at 403.0 409.3
2 AFFX-BioB-M_at 757.3 574.4
3 AFFX-BioB-3_at 284.4 327.3
4 AFFX-BioC-5_at
2005 Nov 18
2
Image display in R
Hi all,
I am trying to display a matrix of plots(images), for example a 3*3 matrix
of 9 image plots, such that when a user clicks on a image i can show the
enlarged plot. I tried the multiple graphic device(using mfcol=c(3,3) and
mfg), but it creates multiple plots in a single image file. So, i won't be
able to highlight a particular plot when the user clicks on it.
To be more clear, can i
2005 Nov 18
2
Image display in R
Hi all,
I am trying to display a matrix of plots(images), for example a 3*3 matrix
of 9 image plots, such that when a user clicks on a image i can show the
enlarged plot. I tried the multiple graphic device(using mfcol=c(3,3) and
mfg), but it creates multiple plots in a single image file. So, i won't be
able to highlight a particular plot when the user clicks on it.
To be more clear, can i
2005 Nov 25
1
read.table without sep
Hello all,
I have a data file table.txt which i have attached. I am trying to pass the
columns as arguments to a function "totnorm" where i am displaying a total
normalization plot. The function is given below:
totnorm<-function(x,y){scale<-sum(x)/sum(y);xlab<-colnames(x);ylab<-colnames(y);x1<-x[[1]];y1<-scale*y[[1]];plot(x1,y1,xlab=xlab,ylab=ylab,col=6,
col.lab=4);}
2005 Nov 25
1
read.table without sep
Hello all,
I have a data file table.txt which i have attached. I am trying to pass the
columns as arguments to a function "totnorm" where i am displaying a total
normalization plot. The function is given below:
totnorm<-function(x,y){scale<-sum(x)/sum(y);xlab<-colnames(x);ylab<-colnames(y);x1<-x[[1]];y1<-scale*y[[1]];plot(x1,y1,xlab=xlab,ylab=ylab,col=6,
col.lab=4);}
2005 Dec 09
0
Multiple Figure environment through Java
I am trying to create a .jpg file with multiple graphs on it. I am creating
this file through a java servlet which connects to R using RServe. In the
code below, col is an int array which has a list of the col numbers of the
data file whose data i have to use for plotting.
c=new Rconnection();
2006 Feb 09
0
Color key in Heat map
Hi all,
I am trying to produce a heatmap to display clustering of similar rows in
the data given below. For each given row, different colors are used to
represent the corresponding column value. I want to display the values of
the colors in the form of a color key added to the heatmap. Is there anyway
of doing this?
> z[1:10,1:6]
[,1] [,2] [,3] [,4] [,5] [,6]
[1,]
2006 Feb 10
0
Heat Map
Hello all,
I am trying to cluster similar rows of a data matrix together using
hierarchical clustering and display the results in the form of a heat map.
In a Heat map, is it possible to get the order in which the rows will be
clustered , starting with the first rows joined into a group and then
followed by other groups added. I thought i could extract the order by using
$rowInd, but looks like
2006 Feb 14
0
Legend in a HeatMap
List,
Is it possible to add a color legend to a heatmap , similar to the one in levelplot and filled.contour plot. The legend will represent the colors used in the heatmap along with values for each color range. Can this be done? Please help.
Thanks,
Svakki.