[R] String based chemical name identification

2013-07-03 Thread Zsurzsa Laszlo
The problem is the following: I have two big databases one look like this: 2-Methyl-4-trimethylsilyloxyoct-5-yne Benzoic acid, methyl ester Benzoic acid, 2-methyl-, methyl ester Acetic acid, phenylmethyl ester 2,7-Dimethyl-4-trimethylsilyloxyoct-7-en-5-yne etc. The second one looks li

Re: [R] Help with installing a .tar.gz package on windows

2013-07-08 Thread Zsurzsa Laszlo
have you checked the bit version !? Which R do you use? 32 or 64 bit? --- - László-András Zsurzsa, - - Msc. Infromatics, Technical University Munich, - ---

[R] readLines() problem-error

2013-07-12 Thread Zsurzsa Laszlo
Hello everyone, I have my program like this: while (length(oneLine <- readLines(con, n = 1, warn = FALSE)) > 0) { # here I process the line I read } The problem is it gives me different output every time. I get a problem/ error like: "Closing unused connection (con)". Sadly I can't provid

[R] PubChem Request Search Script

2013-08-27 Thread Zsurzsa Laszlo
Dear all, The question would be: I would love to get information and match names of different chemistry compounds. A compound looks like this. Link: http://pubchem.ncbi.nlm.nih.gov/summary/summary.cgi?cid=2 The task is the following: 1. You input a name via R to the link, then a database

Re: [R] R Language Newbie

2013-08-28 Thread Zsurzsa Laszlo
Can you specify you're task? I don't understand totally what you need to do? You're already getting odd numbers with : seq(1,100,by=2) - - László-András Zsurzsa,- -

Re: [R] R Language Newbie

2013-08-28 Thread Zsurzsa Laszlo
or[1:100%%2==1],myVector[seq(1,100,by=2)]) > #[1] TRUE > > Hope it helps. > A.K. > ____ > From: Zsurzsa Laszlo > To: arun > Cc: R help > Sent: Wednesday, August 28, 2013 5:21 AM > Subject: Re: [R] R Language Newbie > > > > Can y

Re: [R] R Language Newbie

2013-08-28 Thread Zsurzsa Laszlo
> > identical(odd,oddVector) > #[1] TRUE > identical(odd,myVector[seq(1,100,by=2)]) myVector# > #[1] TRUE > > A.K. > > > From: Zsurzsa Laszlo > To: arun > Cc: R help > Sent: Wednesday, August

Re: [R] Help If

2013-08-29 Thread Zsurzsa Laszlo
ty Munich, Germany - - Scientific Employee, TUM - - On Thu, Aug 29, 2013 at 11:11 AM, Zsurzsa Laszlo wrote: > Hey > > if (( (1==1) && (2==2)

[R] XLSX package + Excel creation question

2013-08-29 Thread Zsurzsa Laszlo
Dear R users, I have a question about the xlsx package. It's possible to create excel files and color cells and etc. My question would be that is it possible to color only some part of the data hold in a cell. Let's assume I've got the following data : 167,153,120,100 and I want to color to red

Re: [R] XLSX package + Excel creation question

2013-08-29 Thread Zsurzsa Laszlo
- - On Thu, Aug 29, 2013 at 2:55 PM, Rainer Hurling wrote: > Am 29.08.2013 12:08 (UTC+1) schrieb Zsurzsa Laszlo: > > Dear R users, > > > > I have a question about the xlsx package. It's possible to create excel >

Re: [R] XLSX package + Excel creation question

2013-08-29 Thread Zsurzsa Laszlo
, TUM - - On Thu, Aug 29, 2013 at 3:36 PM, Rainer Hurling wrote: > Am 29.08.2013 15:03 (UTC+1) schrieb Zsurzsa Laszlo: > > First of all thank you for the quick resposen. > > > > I know I can color and set up every cell

Re: [R] Help R

2013-08-29 Thread Zsurzsa Laszlo
Do you have NA/NAN in your data set? If yes our check with an IF or substitute them with a value that fits your need. I hope I understood correctly your problem. - - László-András Zsurzsa,

Re: [R] XLSX package + Excel creation question

2013-09-04 Thread Zsurzsa Laszlo
48 PM, jim holtman wrote: > You can also look at the XLConnect package. > Jim Holtman > Data Munger Guru > > What is the problem that you are trying to solve? > Tell me what you want to do, not how you want to do it. > > > On Thu, Aug 29, 2013 at 9:40 AM, Zsurzsa Laszl

Re: [R] XLSX package + Excel creation question

2013-09-04 Thread Zsurzsa Laszlo
> > R package xlsx allows such formats (?DataFormat) as does R package > XLConnect (?setDataFormat). > > HTH > > Keith J > > > On 04/09/2013 09:57, Zsurzsa Laszlo wrote: > >> http://stackoverflow.com/**questions/18511249/excel-cell-** >> colo

Re: [R] Shiny - can one create one RUN button?

2013-09-13 Thread Zsurzsa Laszlo
Maybe this link can help you: http://rstudio.github.io/shiny/tutorial/#more-widgets This is an example with submit button. - - László-András Zsurzsa,- - Msc. Infrom

[R] mzR and Rcpp version bug

2014-04-02 Thread Zsurzsa Laszlo
Good morning everyone, I'm having the following error when I try to load the *mzR* libary. Does someone have a clue where to search for a solution. I tried to re-install *mzR *and *Rcpp* also, but with no effect. - > library(mzR) La