Displaying 20 results from an estimated 1360 matches for "tal".
Did you mean:
tab
2009 Nov 18
2
Importing tRNA data into R ?
Hello dear R help group,
I would like to download the tRNA data on:
http://gtrnadb.ucsc.edu/download.html
And then import it into R.
Can anyone direct me as to how to do so?
Thanks,
Tal
----------------------------------------------
My contact information:
Tal Galili
E-mail: Tal.Galili@gmail.com
Phone number: 972-52-7275845
FaceBook: Tal Galili
My Blogs:
http://www.talgalili.com (Web and general, Hebrew)
http://www.biostatistics.co.il (Statistics, Hebrew)
http://www.r-statis...
2009 Nov 20
6
How to: highlight R syntax on webpages ?
My question if in the Subject, but if to extend: I am specifically curious
about WordPress blogs. But any solution will give me a lead.
Thanks,
Tal
----------------------------------------------
Contact me: Tal.Galili@gmail.com | 972-52-7275845
Read me: www.talgalili.com (Hebrew) | www.biostatistics.co.il (Hebrew) |
www.r-statistics.com/ (English)
[[alternative HTML version deleted]]
2010 May 22
2
Capturing R console output into a file (sink+savehistory ??)
...would combine the results of using:
?sink # And
?savehistory
My motivation for this is that doing it will allow someone who is a blind
user of R to be able to easily export his results to word so he could have
word read him the text.
I also imagine it might be useful for session login.
Thanks,
Tal
----------------Contact
Details:-------------------------------------------------------
Contact me: Tal.Galili@gmail.com | 972-52-7275845
Read me: www.talgalili.com (Hebrew) | www.biostatistics.co.il (Hebrew) |
www.r-statistics.com (English)
----------------------------------------------------...
2009 Oct 14
2
Scatter plot using icons (from a gif) instaed of points - is it possible ?
Hello dear R-help group.
I wish to plot a scatter plot using icons (or images) instead of points.
Is it possible? and how so?
Thanks,
Tal
----------------------------------------------
My contact information:
Tal Galili
E-mail: Tal.Galili@gmail.com
Phone number: 972-52-7275845
FaceBook: Tal Galili
My Blogs:
http://www.talgalili.com (Web and general, Hebrew)
http://www.biostatistics.co.il (Statistics, Hebrew)
http://www.r-stat...
2016 May 21
2
Syslinux fwrite support
> -----Original Message-----
> From: Gene Cumm [mailto:gene.cumm at gmail.com]
> Sent: Tuesday, May 17, 2016 1:07 PM
> To: Tal Lubko
> Cc: syslinux at zytor.com
> Subject: Re: [syslinux] Syslinux fwrite support
>
> On Tue, May 17, 2016 at 2:39 AM, Tal Lubko via Syslinux
> <syslinux at zytor.com> wrote:
> > Hi
> > Does Syslinux support fwrite for fat filesystem?Is it supported for
> othe...
2010 Jan 01
4
How to use read.table with Hebrew column names ?
Hello dear R help group,
I am trying to read a .txt file, with Hebrew column names, while keeping the
column names looking well in R - but without success.
I uploaded an example file to:
http://www.talgalili.com/files/aa.txt
And am trying the command:
read.table("http://www.talgalili.com/files/aa.txt", header = T, sep = "\t")
This returns me with:
X.....ª X...ª...... X...œ....
1 12 97 6
2 123 354 44
3 6 1 3...
2009 Jul 25
2
labelling points plotted in a 2D plan
I created a 2 D plan:
> plot(range(-2.5,0.95),range(0.00,1.00),type="n",axes=TRUE)
I made a projection of points with their coordonates (X,Y) in that plan
> fullpoints=read.csv2("fullpoints.csv",h=T)
> plot(fullpoints)
The points are listed in that .csv file it is organized this way:
0,48875 0,142857143
0,409 0,142857143
0,45611 0,25
0,49833 0,222222222
0,61158
2016 May 23
3
Syslinux fwrite support
> -----Original Message-----
> From: Gene Cumm [mailto:gene.cumm at gmail.com]
> Sent: Saturday, May 21, 2016 4:44 PM
> To: Tal Lubko
> Cc: For discussion of Syslinux and tftp-hpa
> Subject: Re: [syslinux] Syslinux fwrite support
>
> On Fri, May 20, 2016 at 11:14 PM, Tal Lubko <tallubko at yahoo.com> wrote:
> >
> >
> >> -----Original Message-----
> >> From: Gene Cumm [mailto:...
2010 Nov 25
3
Is there an implementation for "URL Encoding" (/format) in R?
Hello all,
I would like some R function that can translate a string to a "URL encoding"
(see here: http://www.w3schools.com/tags/ref_urlencode.asp)
Is it implemented? (I wasn't able to find any reference to it)
Thanks,
Tal
----------------Contact
Details:-------------------------------------------------------
Contact me: Tal.Galili@gmail.com | 972-52-7275845
Read me: www.talgalili.com (Hebrew) | www.biostatistics.co.il (Hebrew) |
www.r-statistics.com (English)
---------------------------------------------------...
2011 Apr 18
2
Windows 7, update.packages problem: "unable to move temporary installation"?
Hello all,
I am using R 2.13.0 with windows 7, after giving my user full privileges to
the R folder (as described
here<http://www.r-statistics.com/2011/04/how-to-upgrade-r-on-windows-7/>
).
This allows me to install new packages just fine.
However, when using update.packages(), to update existing packages, I keep
getting the following error (for example, when updating the MASS package):
package 'MASS' successfully unpacked and MD5 sums checked
Warning: unable to move temporary installation 'C:\P...
2016 Jan 20
2
Embedding com32 modules and ldlinux.sys into one file
On Wed, Jan 20, 2016 at 2:05 AM, H. Peter Anvin via Syslinux
<syslinux at zytor.com> wrote:
> On January 19, 2016 12:24:50 PM PST, Tal Lubko <tallubko at yahoo.com> wrote:
>>
>>
>>> -----Original Message-----
>>> From: H. Peter Anvin [mailto:hpa at zytor.com]
>>> Sent: Tuesday, January 19, 2016 9:17 PM
>>> To: Tal Lubko; 'Celelibi'
>>> Cc: 'For discussion o...
2010 Jul 02
3
Combining several plots besides a dendrogram?
Hello all,
I would like to recreate the plot shown here (from a useR 2009
presentation):
http://www.agrocampus-ouest.fr/math/useR-2009/abstracts/pdf/Hocking.pdf
I downloaded the code for that image, and discovered that it relies on
external web services, and also having PERL installed on the computer.
I believe this could be done "locally" using the "seqLogo" function/package
(see http://www.bioconductor.org/packages/2.2/bioc/html/seqLogo.html),
combined with the subplot function (from the "TeachingDemos" package).
So my questions are:
1) Might...
2015 Jun 06
2
Request: making cutree S3 in R?
...ree, k = NULL, h = NULL,...)
{
UseMethod("cutree")
}
cutree.hclust <- stats::cutree
# This will obviously need the actual content of stats::cutree
This would be nicer for people like me to add new methods to cutree. For
example the cutree.dendrogram function
<https://github.com/talgalili/dendextend/blob/master/R/cutree.dendrogram.R> I
implemented in dendextend,
With regards,
Tal
[[alternative HTML version deleted]]
2010 Dec 10
1
New Installs, Same Trouble Loading doBy and coin Packages
I tried Tal's suggestion of deleting the doBy and coin packages and then
reinstalling them from a different mirror. The first install was from the
Harvard mirror and the second was from the Case Western Univ. mirror. The new
packages generate the same errors when I call them using the library() command....
2009 Jul 26
1
Is there an R implementation for the "Barnard's exact test" (a substitute for fisher.test) ?
Hello R help members. I came across today with an article on Barnard's exact
test (http://www.cytel.com/Papers/twobinomials.pdf), that is supposed to
give a more powerful fisher.test - Because it doesn't assume that we know
the row and column totals are in advance. Any pointers to such a function ?
Thanks, Tal
--
----------------------------------------------
My contact information:
Tal Galili
Phone number: 972-50-3373767
FaceBook: Tal Galili
My Blogs:
http://www.r-statistics.com/
http://www.talgalili.com
http://www.biostatistics.co.il...
2016 Jan 19
7
Embedding com32 modules and ldlinux.sys into one file
> -----Original Message-----
> From: H. Peter Anvin [mailto:hpa at zytor.com]
> Sent: Friday, January 15, 2016 8:41 PM
> To: Tal Lubko; 'Celelibi'
> Cc: 'For discussion of Syslinux and tftp-hpa'
> Subject: Re: [syslinux] Embedding com32 modules and ldlinux.sys into
> one file
>
> On 01/14/2016 02:50 PM, H. Peter Anvin via Syslinux wrote:
> > On 01/13/16 00:13, Tal Lubko via Syslinux wrot...
2010 Nov 09
3
Is there a way to have 'comment' keep a list?
...ion of each variable and so on)
The closest solution I can think of is using 'names' on the vector, like
this:
x <- 1
comment(x) <- letters
names(comment(x)) <- LETTERS
x
comment(x)
Any other suggestions?
(or general best practices for the "comment" command ?)
Thanks,
Tal
----------------Contact
Details:-------------------------------------------------------
Contact me: Tal.Galili@gmail.com | 972-52-7275845
Read me: www.talgalili.com (Hebrew) | www.biostatistics.co.il (Hebrew) |
www.r-statistics.com (English)
-------------------------------------------------------...
2011 Dec 29
3
Is it possible to "right align" text in R graphics?
...yet the
R graphics engine displays it from left to right. One problem this causes
is when there are parenthesis in the test, here is a basic example?
plot(1:10, main = "שלום (טקסט)")
Is there a way to make sure the text is displayed from right to left?
Many thanks for any suggestions,
Tal
----------------Contact
Details:-------------------------------------------------------
Contact me: Tal.Galili@gmail.com | 972-52-7275845
Read me: www.talgalili.com (Hebrew) | www.biostatistics.co.il (Hebrew) |
www.r-statistics.com (English)
------------------------------------------------------...
2016 Jan 19
3
Embedding com32 modules and ldlinux.sys into one file
> -----Original Message-----
> From: H. Peter Anvin [mailto:hpa at zytor.com]
> Sent: Tuesday, January 19, 2016 9:17 PM
> To: Tal Lubko; 'Celelibi'
> Cc: 'For discussion of Syslinux and tftp-hpa'
> Subject: Re: [syslinux] Embedding com32 modules and ldlinux.sys into
> one file
>
> On 01/19/16 00:07, Tal Lubko via Syslinux wrote:
> >
> > To summarize the answers, the option I see now...
2009 Aug 20
4
simple randomization question: How to perform "sample" in chunks
...on(xx)
{
new.a.order <- sample(unique(xx$a))
new.xx <- NULL
for(i in new.a.order)
{
xx.subset <- xx[ xx$a %in% i ,]
new.xx <- rbind(new.xx , xx.subset)
}
return(new.xx)
}
randomize.by.column.a(xx)
# END of - R example
I would love for a better, faster, way of doing it.
Thanks,
Tal
--
----------------------------------------------
My contact information:
Tal Galili
Phone number: 972-50-3373767
FaceBook: Tal Galili
My Blogs:
http://www.r-statistics.com/
http://www.talgalili.com
http://www.biostatistics.co.il
[[alternative HTML version deleted]]