Displaying 15 results from an estimated 15 matches for "novozym".
Did you mean:
novozymes
2004 Apr 02
3
Doing SQL GROUP BY in R
I want a list of the number of times some factor levels appear together,
similar to the following SQL statement:
SELECT A, B, COUNT(C) FROM TBL GROUP BY A, B
How do I do that with a data.frame in R?
Thanks,
Jesper Frickmann
Statistician, Quality Control
Novozymes North America Inc.
77 Perry Chapel Church Road
Franklinton, NC 27525
USA
Tel. +1 919 494 3266
[[alternative HTML version deleted]]
2004 May 11
2
Fitting data from a spectrophotometer.
...esponse in a certain interval and then go into saturation. I wonder if there is an R-function that models this; for instance by estimating the breakpoint and fitting a line below the breakpoint and a constant above.
Best regards
Thomas Poulsen
--
Thomas Poulsen Research Scientist. PhD, MSc
Novozymes A/S Protein Design / Bioinformatics
Brudelysvej 26, 1US.24 Phone: +45 44 42 27 23
DK-2880 Bagsv??rd.
2003 Nov 21
1
output files in a different directory
...quot;S:\\Stat\\C03202\\R-output\\"
...
sink(file=paste(workdir, assayname, "-1.txt", sep=""))
...
win.metafile(filename = paste(workdir, assayname, "-2%02d.wmf", sep=""))
You get the idea!
Kind regards,
Jesper Frickmann
Statistician, Quality Control
Novozymes North America Inc.
Tel. +1 919 494 3266
Fax +1 919 494 3460
-----Original Message-----
From: Fatima Sanchez Cabo [mailto:f.sanchezcabo at tugraz.at]
Sent: Friday, November 21, 2003 11:25 AM
To: r-help at stat.math.ethz.ch
Subject: [R] output files in a different directory
Hi!
Is it possibl...
2011 Sep 12
2
1 not equal to 1, and rep command
...ome binary maths errors here somewhere. Very strange to
me. Anyway, I need to be able to use the result d1 in a rep() command. Any
way to force rep not to be *too* specific in how it reads its "times"
argument?
Thanks in advance,
Benjamin Hoyer
DTU MSc Mathematical Modelling (2012) / Novozymes student helper
[[alternative HTML version deleted]]
2018 May 02
0
Usage monitoring per user
Hi Alex, John
Thanks for confirming my suspicion that there is no getting away from POSIX
tree traversal . I was aware of age-du but not robinhood.
Cheers
Kashif
On Wed, May 2, 2018 at 8:57 AM, JOHE (John Hearns) <JOHE at novozymes.com>
wrote:
> I rather like agedu It probably does what you want.
>
> But as Mohammad says you do have to traverse your filesystem.
>
>
> https://www.chiark.greenend.org.uk/~sgtatham/agedu/
> agedu: track down wasted disk space - chiark home page
> <https://www.c...
2003 Nov 10
8
Memory issues..
Hi dear R-listers, I'm trying to fit a 3-level model using lme in R. My
sample size is about 2965 and 3 factors:
year (5 levels), ssize (4 levels), condition (2 levels).
When I issue the following command:
>
lme(var~year*ssize*condition,random=~ssize+condition|subject,data=smp,method
="ML")
I got the following error:
Error in logLik.lmeStructInt(lmeSt, lmePars) :
2018 May 02
1
Usage monitoring per user
...r than querying the filesystem. But of course the results will be a little bit outdated.
One such project is robinhood. https://github.com/cea-hpc/robinhood/wiki<https://emea01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fgithub.com%2Fcea-hpc%2Frobinhood%2Fwiki&data=01%7C01%7Cjohe%40novozymes.com%7Cb280d3cf0fde4c28124c08d5af82fa19%7C43d5f49ee03a4d22a2285684196bb001%7C0&sdata=m5s1l7DvoKiXlAhSP8eGlu9lYjtlkIM5k3CTGt6zoH0%3D&reserved=0>
A simpler way might be to just have daily/weekly cron jobs that output text reports, without maintaining a separate database.
But there is no...
2003 Dec 22
2
Memory allocation
Hello:
I am trying to work with a couple of microarray data sets, using
platform i386-pc-mingw32
arch i386
os mingw32
system i386, mingw32
status
major 1
minor 8.1
year 2003
month 11
day 21
language R
In the shortcut for invoking R I have set
2018 May 01
0
Usage monitoring per user
Hi,
There are several programs that will basically take the outputs of your
scans and store the results in a database. If you size the database
appropriately, then querying that database will be much quicker than
querying the filesystem. But of course the results will be a little bit
outdated.
One such project is robinhood. https://github.com/cea-hpc/robinhood/wiki
A simpler way might be to
2003 Dec 06
7
Windows Memory Issues
Hi all,
I am currently building an application based on R 1.7.1 (+ compiled
C/C++ code + MySql + VB). I am building this application to work on 2
different platforms (Windows XP Professional (500mb memory) and Windows
NT 4.0 with service pack 6 (1gb memory)). This is a very memory
intensive application performing sophisticated operations on "large"
matrices (typically 5000x1500
2011 Jun 06
1
RCurl and kerberos
Dear list,
I would like to call a Kerberos-authenticated web-service from within R.
Curl can do it:
$ curl --negotiate -u : "http://my.web.service/"
so I would expect that RCurl also has the capability, but I have not been able to find the correct options to set.
listCurlOptions() does not return anything with negotiate, and searching the source of RCurl, the only thing I found was
2013 Oct 04
0
R-help Digest, Vol 128, Issue 5
Hi Peter,
The ssconvert tool (part of gnumeric) is very good at converting spreadsheets to csv-files.
There is a wrapper in the "gnumeric" package on cran.
Cheers,
Thomas
> Date: Fri, 4 Oct 2013 09:08:50 +0100
> From: Barry Rowlingson <b.rowlingson at lancaster.ac.uk>
> To: Peter Maclean <pmaclean2011 at yahoo.com>
> Cc: "r-help at r-project.org"
2018 Apr 30
0
New style replication in version 4?
Good morning all. I am landing here again following a spell on the list when I worked at XMA in the UK. Hello again.
I have a use case of having a remote office, which should be able to have a common storage area with a main office.
I recently worked on GPFS with AFM to achieve this at another company (not really relevant to this list).
I at first though Geo Replication would be ideal fo
2004 May 28
3
Converting data frame to array?
Dear List,
Please bear with a poor newbee, who might be doing everything
backwards (I was brought up in pure math).
I want to make a simple multi-linear regression on a set of
data. I did some expreiments, and if X is a 4 by 2 array and Y is a 4 by
1 array, I can do a linear regression by lm(y~x).
Now I have a tab-delimited text file with 10 rows of 300
measurements and an other file with
2003 Jan 14
3
PLS regression?
Hi all,
I would like to do some QSAR analysis (quantitative structure activity
relationship). I need to use some Partial Least Squares (PLS) regression,
but I have not seen this option on the R-project. Is it possible to do this
kind of regression on R?
thank you in advance
best regards,
olivier
[[alternate HTML version deleted]]