search for: roswellpark

Displaying 20 results from an estimated 34 matches for "roswellpark".

2007 Oct 03
0
help with mclust
...********************************* Ken Lo, PhD Post-Doctorate Research Affliliate Department of Cancer Genetics Buffalo Life Science Complex, L2-104 Roswell Park Cancer Institute Elm and Carlton Streets Buffalo, New York 14263 Telephone: 716-845-3941 Fax: 716-845-3940 E-mail: Ken.Lo@RoswellPark.org <mailto:Ken.Lo@RoswellPark.org> Web: www.RoswellPark.org <http://www.RoswellPark.org> Located in the Buffalo Life Science Complex on the Buffalo Niagara Medical Campus ********************************************** This email message may contain legally privileg...
2007 Oct 03
1
FW: help with mclust
...********************************* Ken Lo, PhD Post-Doctorate Research Affliliate Department of Cancer Genetics Buffalo Life Science Complex, L2-104 Roswell Park Cancer Institute Elm and Carlton Streets Buffalo, New York 14263 Telephone:? 716-845-3941 Fax:???????? 716-845-3940 E-mail:????? Ken.Lo at RoswellPark.org Web:??????? www.RoswellPark.org ? Located in the Buffalo Life Science Complex on the Buffalo Niagara Medical Campus ********************************************** This email message may contain legally privileged and/or confidential information. If you are not the intended recipient(s),...
2018 Mar 13
0
Possible Improvement to sapply
...a way such that sapply could avoid the overhead of having to call the identical function to determine the conditional path. From: William Dunlap [mailto:wdunlap at tibco.com] Sent: Tuesday, March 13, 2018 12:14 PM To: Doran, Harold <HDoran at air.org> Cc: Martin Morgan <martin.morgan at roswellpark.org>; r-help at r-project.org Subject: Re: [R] Possible Improvement to sapply Could your code use vapply instead of sapply? vapply forces you to declare the type and dimensions of FUN's output and stops if any call to FUN does not match the declaration. It can use much less memory and tim...
2018 Mar 13
2
Possible Improvement to sapply
...The toy example used length just to illustrate, our actual code doesn't do that. But your point is well taken, there may be a very good counterexample why my proposal doesn't achieve the goal is a generalizable way. -----Original Message----- From: Martin Morgan [mailto:martin.morgan at roswellpark.org] Sent: Tuesday, March 13, 2018 9:43 AM To: Doran, Harold <HDoran at air.org>; 'r-help at r-project.org' <r-help at r-project.org> Subject: Re: [R] Possible Improvement to sapply On 03/13/2018 09:23 AM, Doran, Harold wrote: > While working with sapply, the documentatio...
2018 Mar 13
2
Possible Improvement to sapply
...id the overhead of having to call the identical function to determine the conditional path. > > > > From: William Dunlap [mailto:wdunlap at tibco.com] > Sent: Tuesday, March 13, 2018 12:14 PM > To: Doran, Harold <HDoran at air.org> > Cc: Martin Morgan <martin.morgan at roswellpark.org>; r-help at r-project.org > Subject: Re: [R] Possible Improvement to sapply > > Could your code use vapply instead of sapply? vapply forces you to declare the type and dimensions > of FUN's output and stops if any call to FUN does not match the declaration. It can use much...
2018 Mar 13
1
Possible Improvement to sapply
...t to illustrate, our actual code doesn't do > that. But your point is well taken, there may be a very good counterexample > why my proposal doesn't achieve the goal is a generalizable way. > > > > -----Original Message----- > From: Martin Morgan [mailto:martin.morgan at roswellpark.org] > Sent: Tuesday, March 13, 2018 9:43 AM > To: Doran, Harold <HDoran at air.org>; 'r-help at r-project.org' < > r-help at r-project.org> > Subject: Re: [R] Possible Improvement to sapply > > > > On 03/13/2018 09:23 AM, Doran, Harold wrote: > > W...
2016 Jun 22
1
dowload.file(method="libcurl") and GET vs. HEAD requests
Thanks for looking into it. Is there a way to avoid the HEAD request in R 3.3.0? I'm asking because if there isn't, then I'll add a workaround in a package I'm working on. -Winston On Tue, Jun 21, 2016 at 9:45 PM, Martin Morgan <martin.morgan at roswellpark.org> wrote: > On 06/21/2016 09:35 PM, Winston Chang wrote: >> >> In R 3.2.4, if you ran download.file(method="libcurl"), it issues a >> HTTP GET request for the file. However, in R 3.3.0, it issues a HTTP >> HEAD request first, and then a GET requet. This can...
2016 Mar 04
2
as.vector in R-devel loaded 3/3/2016
I see as below, where getGeneric and getMethod imply a different signature; the signature is mode="any" for both cases in R version 3.2.3 Patched (2016-01-28 r70038)I don't know how to reproduce Jeff's error, though. > library(Matrix) > as.vector function (x, mode = "any") .Internal(as.vector(x, mode)) <bytecode: 0xe79f88> <environment:
2018 Mar 14
0
Possible Improvement to sapply
...he identical function to determine the conditional path. > > > > > > > > From: William Dunlap [mailto:wdunlap at tibco.com] > > Sent: Tuesday, March 13, 2018 12:14 PM > > To: Doran, Harold <HDoran at air.org> > > Cc: Martin Morgan <martin.morgan at roswellpark.org>; r-help at r-project.org > > Subject: Re: [R] Possible Improvement to sapply > > > > Could your code use vapply instead of sapply? vapply forces you to declare the type and dimensions > > of FUN's output and stops if any call to FUN does not match the declaratio...
2008 Mar 31
1
operators %/% bug?
Dear all, I have come across a strange behavior of the %/% operator, and I wasn't sure if this was intended. i.e. a <- 1.2 b <- 1.0 (a-b) %/% 0.1 results in 1? Whereas 0.2 %/% 0.1 results in 2. Am I missing something obvious here? It seems to be consistent up to R 2.6.0 running in WinXP (haven't upgraded yet). Best, Ken This email message may contain
2016 Apr 23
0
S4 non-virtual class with no slots? [SOLVED]
...setUnion, and so this was an easy switch. I had assumed that since inheriting from a class without slots would produce a class without slots the result would still be virtual. Fortunately that's not the case. Ross ________________________________________ From: Martin Morgan [martin.morgan at roswellpark.org] Sent: Friday, April 22, 2016 2:36 PM To: Boylan, Ross; r-help at r-project.org Subject: Re: [R] S4 non-virtual class with no slots? On 04/22/2016 04:38 PM, Boylan, Ross wrote: > It seems that if an S4 class has no slots it can't be instantiated because it is assumed to be virtual. Is...
2016 May 06
2
Is it possible to increase MAX_NUM_DLLS in future R releases?
...about this because this seems to be OS dependent and previous versions of my app are running on both windows and macs. Any suggestions would be appreciated, and I?d appreciate if the MAX_NUM_DLLS can be increased. Thanks, Qin > On May 4, 2016, at 9:17 AM, Martin Morgan <martin.morgan at roswellpark.org> wrote: > > > > On 05/04/2016 05:15 AM, Prof Brian Ripley wrote: >> On 04/05/2016 08:44, Martin Maechler wrote: >>>>>>>> Qin Zhu <qinzhu at outlook.com> >>>>>>>> on Mon, 2 May 2016 16:19:44 -0400 writes: >>&...
2018 May 03
0
download.file does not process gz files correctly (truncates them?)
Using the correct mode absolutely solves it. Apologies for not trying the obvious. Cheers Joris On Thu, May 3, 2018 at 2:10 PM, Martin Morgan <martin.morgan at roswellpark.org > wrote: > > > On 05/02/2018 03:21 PM, Joris Meys wrote: > >> Dear all, >> >> I've noticed by trying to download gz files from here : >> https://www.ncbi.nlm.nih.gov/geo/query/acc.cgi?acc=GSM907811 >> >> At the bottom one can download GSM9...
2017 Nov 28
2
dplyr - add/expand rows
...EA001 1980 QRC 22 07EA001 1981 QRC 23 07EA001 1982 QRC 24 07EA001 1983 QRC If you tell the computer more about your data, it can do more things for you. Michael On Tue, Nov 28, 2017 at 7:34 AM, Martin Morgan < martin.morgan at roswellpark.org> wrote: > On 11/26/2017 08:42 PM, jim holtman wrote: > >> try this: >> >> ########################################## >> >> library(dplyr) >> >> input <- tribble( >> ~station, ~from, ~to, ~record, >> "07EA001" ,...
2016 May 10
0
Is it possible to increase MAX_NUM_DLLS in future R releases?
...future version of R yet, and so you should try to "fight" the problem now. > Any suggestions would be appreciated, and I?d appreciate if the MAX_NUM_DLLS can be increased. > Thanks, > Qin >> On May 4, 2016, at 9:17 AM, Martin Morgan <martin.morgan at roswellpark.org> wrote: >> >> >> >> On 05/04/2016 05:15 AM, Prof Brian Ripley wrote: >>> On 04/05/2016 08:44, Martin Maechler wrote: >>>>>>>>> Qin Zhu <qinzhu at outlook.com> >>>>>>>>>...
2016 Jun 22
2
dowload.file(method="libcurl") and GET vs. HEAD requests
In R 3.2.4, if you ran download.file(method="libcurl"), it issues a HTTP GET request for the file. However, in R 3.3.0, it issues a HTTP HEAD request first, and then a GET requet. This can result in problems when the web server gives an error for a HEAD request, even if the file is available with a GET request. Is it possible to tell download.file to simply send a GET request, without
2018 Mar 13
0
Possible Improvement to sapply
On 03/13/2018 09:23 AM, Doran, Harold wrote: > While working with sapply, the documentation states that the simplify argument will yield a vector, matrix etc "when possible". I was curious how the code actually defined "as possible" and see this within the function > > if (!identical(simplify, FALSE) && length(answer)) > > This seems superfluous to me,
2017 Nov 29
0
dplyr - add/expand rows
...981 QRC > 23 07EA001 1982 QRC > 24 07EA001 1983 QRC > > If you tell the computer more about your data, it can do more things for > you. > > Michael > > On Tue, Nov 28, 2017 at 7:34 AM, Martin Morgan < > martin.morgan at roswellpark.org> wrote: > >> On 11/26/2017 08:42 PM, jim holtman wrote: >> >>> try this: >>> >>> ########################################## >>> >>> library(dplyr) >>> >>> input <- tribble( >>> ~station, ~from, ~to...
2019 Jun 21
0
Suggested Patch: Library returns matching installed packages when typo present
...tance, being able to resignal an error 'e' with a *generic* signalCondition(e) instead of having to know that you should call stop(e) for 'error' conditions and maybe another function if the error is of another class. On Fri, Jun 21, 2019 at 8:55 AM Marcel Ramos <Marcel.Ramos at roswellpark.org> wrote: > > Hi Luke, > > Thank you for your response. > > On 6/21/19 10:56 AM, Tierney, Luke wrote: > > Thanks for the suggestion. However I don't think it is the right way > to go. I also don't care for what install.packages() does. Signaling a > warnin...
2019 Jun 21
2
Suggested Patch: Library returns matching installed packages when typo present
Hi Luke, Thank you for your response. On 6/21/19 10:56 AM, Tierney, Luke wrote: Thanks for the suggestion. However I don't think it is the right way to go. I also don't care for what install.packages() does. Signaling a warning and then an error means someone has to catch both the error and the warning, or suppress the warning, in order to handle the error programmatically. I do care