Displaying 20 results from an estimated 1101 matches for "hutchinson".
2011 Nov 21
0
Programmer position in the Gottardo lab at the Fred Hutchinson Cancer Research Center
The Gottardo lab at the Fred Hutchinson Cancer Research Center in Seattle has an opening for a programmer.
To apply:
https://erecruit.fhcrc.org/psp/RECRUIT/EMPLOYEE/HRMS/c/HRS_HRAM.HRS_CE.GBL?Page=HRS_CE_JOB_DTL&Action=A&JobOpeningId=24122&SiteId=2&PostingSeq=1
The position description is below:
About Us
Fred Hutchi...
2009 Sep 08
0
Fred Hutchinson Cancer Research Center - Systems Analyst/Programmer III/IV (AD-22564)
Systems Analyst /Programmer III/IV (AD-22564)
About Us
Fred Hutchinson Cancer Research Center, home of three Nobel laureates,
is an independent, nonprofit research institution dedicated to the
development and advancement of biomedical research to eliminate cancer
and other potentially fatal diseases. Recognized internationally for its
pioneering work in bone-marrow tr...
2019 Mar 22
2
selectMethod() can fail to find methods in situations of multiple dispatch
...(x, y)
cat("I'm the foo#numeric#ANY method\n")
Signatures:
x y
target "numeric" "logical"
defined "numeric" "ANY"
Thanks,
H.
--
Herv? Pag?s
Program in Computational Biology
Division of Public Health Sciences
Fred Hutchinson Cancer Research Center
1100 Fairview Ave. N, M1-B514
P.O. Box 19024
Seattle, WA 98109-1024
E-mail: hpages at fredhutch.org<mailto:hpages at fredhutch.org><mailto:hpages at fredhutch.org<mailto:hpages at fredhutch.org>>
Phone: (206) 667-5791
Fax: (206) 667-1319
[[alt...
2007 Apr 16
2
Vorbis on a TI C6713
...a TI C6713? I know I should use
the floating point code, but am unsure what files I should compile in Code
Composer Studio. Specificially, I am using the TMS320C6713 to receive Vorbis
through a manufactured UART Daughter Card and output raw audio through its
audio jack.
Thanks for your help,
Matt Hutchinson
--
Matt Hutchinson
Rice University - Martel College
99 Sunset Blvd.
Houston, TX 77005
cell: 480.577.9048
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.xiph.org/pipermail/vorbis/attachments/20070416/82f31ccc/attachment.htm
2018 Aug 31
2
Argument 'dim' misspelled in error message
...:
'dims' cannot be of length 0
The name of the argument is 'dim' not 'dims':
> args(array)
function (data = NA, dim = length(data), dimnames = NULL)
NULL
Cheers,
H.
--
Herv? Pag?s
Program in Computational Biology
Division of Public Health Sciences
Fred Hutchinson Cancer Research Center
1100 Fairview Ave. N, M1-B514
P.O. Box 19024
Seattle, WA 98109-1024
E-mail: hpages at fredhutch.org
Phone: (206) 667-5791
Fax: (206) 667-1319
2019 Mar 22
2
selectMethod() can fail to find methods in situations of multiple dispatch
...(x, y)
cat("I'm the foo#numeric#ANY method\n")
Signatures:
x y
target "numeric" "logical"
defined "numeric" "ANY"
Thanks,
H.
--
Herv? Pag?s
Program in Computational Biology
Division of Public Health Sciences
Fred Hutchinson Cancer Research Center
1100 Fairview Ave. N, M1-B514
P.O. Box 19024
Seattle, WA 98109-1024
E-mail: hpages at fredhutch.org<mailto:hpages at fredhutch.org><mailto:hpages at fredhutch.org<mailto:hpages at fredhutch.org>>
Phone: (206) 667-5791
Fax: (206) 667-1319
[[alt...
2008 Sep 16
4
Unexpected returned value from a function
Hi R-Users,
I wrote a simple function to change values of a matrix or vector to NA
based on the element value being -9999 or -999999. I don't understand
why the function returns a unit vector (NA) instead of setting all
values in the vector which have -9999 or -999999 to NA. When I apply the
function in line, it appears to work correctly?
Can someone enlighten me what I am doing wrong?
2017 Nov 29
2
binary form of is() contradicts its unary form
...is(object, class2)' be equivalent
to 'class2 %in% is(object)'? Furthermore, is there
any reason why 'is(object, class2)' is not implemented
as 'class2 %in% is(object)'?
Thanks,
H.
--
Herv? Pag?s
Program in Computational Biology
Division of Public Health Sciences
Fred Hutchinson Cancer Research Center
1100 Fairview Ave. N, M1-B514
P.O. Box 19024
Seattle, WA 98109-1024
E-mail: hpages at fredhutch.org
Phone: (206) 667-5791
Fax: (206) 667-1319
2017 May 03
2
stopifnot() does not stop at first non-TRUE argument
...;>
>> { if(any(is.na(A)) || !all(A)) stop(...);
>> if(any(is.na(B)) || !all(B)) stop(...) }
>>
>> Best,
>> H.
>>
>> --
>> Herv? Pag?s
>>
>> Program in Computational Biology
>> Division of Public Health Sciences
>> Fred Hutchinson Cancer Research Center
>> 1100 Fairview Ave. N, M1-B514
>> P.O. Box 19024
>> Seattle, WA 98109-1024
>>
>> E-mail: hpages at fredhutch.org
>> Phone: (206) 667-5791
>> Fax: (206) 667-1319
>>
>> ______________________________________________
&g...
2017 Nov 29
2
binary form of is() contradicts its unary form
...here
> any reason why 'is(object, class2)' is not implemented
> as 'class2 %in% is(object)'?
>
> Thanks,
> H.
>
> --
> Herv? Pag?s
>
> Program in Computational Biology
> Division of Public Health Sciences
> Fred Hutchinson Canc
> <https://urldefense.proofpoint.com/v2/url?u=https-3A__maps.google.com_-3Fq-3DFred-2BHutchinson-2BCanc-26entry-3Dgmail-26source-3Dg&d=DwMFaQ&c=eRAMFD45gAfqt84VtBcfhQ&r=BK7q3XeAvimeWdGbWY_wJYbW0WYiZvSXAJJKaaPhzWA&m=AptypGUf1qnpkFcOc1eU_vdGSHsush3RGVUyjk7yDu8&s=sTr...
2015 Sep 29
3
making object.size() more meaningful on environments?
...retty useless on reference class instances and other
objects that use environments internally for caching or other purposes.
What about changing this and make it return something more meaningful?
Cheers,
H.
--
Herv? Pag?s
Program in Computational Biology
Division of Public Health Sciences
Fred Hutchinson Cancer Research Center
1100 Fairview Ave. N, M1-B514
P.O. Box 19024
Seattle, WA 98109-1024
E-mail: hpages at fredhutch.org
Phone: (206) 667-5791
Fax: (206) 667-1319
2017 Nov 26
3
dplyr - add/expand rows
...shortened the name of your data set to 'd'.
i <- rep(seq_len(nrow(d)), d$YEAR_TO-d$YEAR_FROM+1)
j <- sequence(d$YEAR_TO-d$YEAR_FROM+1)
transform(d[i,], YEAR=YEAR_FROM+j-1, YEAR_FROM=NULL, YEAR_TO=NULL)
Bill Dunlap
TIBCO Software
wdunlap tibco.com
On Sat, Nov 25, 2017 at 11:18 AM, Hutchinson, David (EC) <
david.hutchinson at canada.ca> wrote:
> I have a returned tibble of station operational record similar to the
> following:
>
> > data.collection
> # A tibble: 5 x 4
> STATION_NUMBER YEAR_FROM YEAR_TO RECORD
> <chr> <int> &l...
2017 May 03
2
stopifnot() does not stop at first non-TRUE argument
...that it should
stop at the first non-TRUE argument:
?stopifnot(A, B)? is conceptually equivalent to
{ if(any(is.na(A)) || !all(A)) stop(...);
if(any(is.na(B)) || !all(B)) stop(...) }
Best,
H.
--
Herv? Pag?s
Program in Computational Biology
Division of Public Health Sciences
Fred Hutchinson Cancer Research Center
1100 Fairview Ave. N, M1-B514
P.O. Box 19024
Seattle, WA 98109-1024
E-mail: hpages at fredhutch.org
Phone: (206) 667-5791
Fax: (206) 667-1319
2015 Sep 29
1
making object.size() more meaningful on environments?
...rnally for caching or other purposes.
>
> What about changing this and make it return something more meaningful?
>
> Cheers,
> H.
>
> --
> Herv? Pag?s
>
> Program in Computational Biology
> Division of Public Health Sciences
> Fred Hutchinson Cancer Research Center
> 1100 Fairview Ave. N, M1-B514
> P.O. Box 19024
> Seattle, WA 98109-1024
>
> E-mail: hpages at fredhutch.org <mailto:hpages at fredhutch.org>
> Phone: (206) 667-5791 <tel:%28206%29%20667-5791>
> Fax: (206) 667-1319 <...
2019 Mar 14
2
selectMethod() can fail to find methods in situations of multiple dispatch
...(x, y)
cat("I'm the foo#numeric#ANY method\n")
Signatures:
x y
target "numeric" "logical"
defined "numeric" "ANY"
Thanks,
H.
--
Herv? Pag?s
Program in Computational Biology
Division of Public Health Sciences
Fred Hutchinson Cancer Research Center
1100 Fairview Ave. N, M1-B514
P.O. Box 19024
Seattle, WA 98109-1024
E-mail: hpages at fredhutch.org<mailto:hpages at fredhutch.org>
Phone: (206) 667-5791
Fax: (206) 667-1319
[[alternative HTML version deleted]]
2015 Jan 06
4
setequal: better readability, reduced memory footprint, and minor speedup
...n (x, y)
{
x <- as.vector(x)
y <- as.vector(y)
all(x %in% y) && all(y %in% x)
}
It also seems to speed up things a little bit (not in a significant
way though).
Cheers,
H.
--
Herv? Pag?s
Program in Computational Biology
Division of Public Health Sciences
Fred Hutchinson Cancer Research Center
1100 Fairview Ave. N, M1-B514
P.O. Box 19024
Seattle, WA 98109-1024
E-mail: hpages at fredhutch.org
Phone: (206) 667-5791
Fax: (206) 667-1319
2008 Sep 23
2
Counting character occurrences in data frame
Hi R-Users,
I have a data frame containing year, month, day, and code columns. The
code column is a unique character of set ('E','A','B') - I am trying to
determine an efficient way of summarizing the count of each of these
codes by month and year without having to use for...loops and subsets.
Does anyone have any suggestions?
Thanks in advance,
Dave
Here is a snapshot
2018 May 16
2
Dispatch mechanism seems to alter object before calling method on it
...# [3,] 3 7 11
# [4,] 4 8 12
So, luckily, I have a workaround.
But shouldn't the dispatch mechanism stay away from the business of
altering objects before passed to it?
Thanks,
H.
--
Herv? Pag?s
Program in Computational Biology
Division of Public Health Sciences
Fred Hutchinson Cancer Research Center
1100 Fairview Ave. N, M1-B514
P.O. Box 19024
Seattle, WA 98109-1024
E-mail: hpages at fredhutch.org
Phone: (206) 667-5791
Fax: (206) 667-1319
2018 May 16
2
Dispatch mechanism seems to alter object before calling method on it
...ldn't the dispatch mechanism stay away from the business of
>> altering objects before passed to it?
>>
>> Thanks,
>> H.
>>
>> --
>> Herv? Pag?s
>>
>> Program in Computational Biology
>> Division of Public Health Sciences
>> Fred Hutchinson Cancer Research Center
>> 1100 Fairview Ave. N, M1-B514
>> P.O. Box 19024
>> Seattle, WA 98109-1024
>>
>> E-mail: hpages at fredhutch.org
>> Phone: (206) 667-5791
>> Fax: (206) 667-1319
>>
>> ______________________________________________
&g...
2004 Jun 14
3
How to 'stamp' a plot with meta-data?
...it are appreciated.
Even partial solution in which the plot is set up to accomodate
metadata in the margins, but the data needs to be added manually
after plot()ting will be great.
Thanks in advance,
Itay
--------------------------------------------------------------
itayf at fhcrc.org Fred Hutchinson Cancer Research Center