Displaying 20 results from an estimated 154 matches for "oncological".
2012 Dec 13
2
Position available University of Oxford UK
*Postdoctoral Researcher - Bioinformatics/Statistics
University of Oxford, UK
*An exciting opportunity has arisen for a Postdoctoral Researcher in
Bioinformatics/Statistics to join the Department of Oncology at the
University of Oxford. The postholder will work under the supervision of
Dr Francesca Buffa and Prof Adrian Harris, and will work closely with
staff in the Molecular Oncology
2014 Apr 04
0
Postdoctoral position Oxford NGS Bioinformatics
Postdoctoral Research Scientist : NGS Bioinformatics
Postdoctoral Bioinformatics Research Scientist
Department of Oncology, Old Road Campus Research Building, Roosevelt
Drive, Headington, Oxford
The Department of Oncology is seeking an enthusiastic and motivated
postdoctoral Bioinformatics researcher with experience in NGS to work in
research and development projects in the Applied
2014 Apr 04
0
Senior Bioinformatics/Software Engineering Position Oxford
Senior Bioinformatics/Software Engineering Research Scientist :
Oxford, United Kingdom
Department of Oncology, Old Road Campus Research Building, Roosevelt
Drive, Headington, Oxford
The Department of Oncology is seeking a Senior Bioinformatics/Software
Engineering Researcher with experience in NGS to work in research and
development projects in the Applied Computational Genomics Group.
The
2014 May 16
0
Senior Bioinformatics/Software Engineering Position Oxford
*Software Engineer*
Department of Oncology, Old Road Campus Research Building, Roosevelt
Drive, Headington, Oxford
The Department of Oncology is seeking a Software Engineer to work in
development projects in the Applied Computational Genomics Group.
The Medical Sciences Division is an internationally recognised centre of
excellence for biomedical and clinical research and teaching. The
2014 May 16
0
Software Engineering Position Oxford
*Software Engineer*
Department of Oncology, Old Road Campus Research Building, Roosevelt
Drive, Headington, Oxford
The Department of Oncology is seeking a Software Engineer to work in
development projects in the Applied Computational Genomics Group.
The Medical Sciences Division is an internationally recognised centre of
excellence for biomedical and clinical research and teaching. The
2010 Feb 12
5
logical operations with lists
Sorry, maybe it's easy but I haven't found anything useful:
how can I obtain a list C that contains all the members in the list B that are not in list A? This are lists of nanes, not numbers!
Thank you
Gabriele Zoppoli, MD
Ph.D. Fellow, Experimental and Clinical Oncology and Hematology, University of Genova, Genova, Italy
Guest Researcher, LMP, NCI, NIH, Bethesda MD
Work: 301-451-8575
2010 Apr 22
6
simple question
Hi
how can I find, in a vector of characters, which is the most frequent one?
Thanks
Gabriele Zoppoli, MD
Ph.D. Fellow, Experimental and Clinical Oncology and Hematology, University of Genova, Genova, Italy
Guest Researcher, LMP, NCI, NIH, Bethesda MD
Work: 301-451-8575
Mobile: 301-204-5642
Email: zoppolig at mail.nih.gov
2009 Nov 15
3
Error running lda example from Help File (MASS library )
Hello all,
I'm trying to run lda() from the MASS library but the Help example generates
the
following error:
#Code from example in lda Help file
# Resulting Error
>Error in if (targetlist[i] == stringname) { : argument is of length zero
My Current R Installation:
MacOSX: 10.5.8
R: 2.10.0
--
Gregory Riddick, PhD.
CRTA Research Fellow
National Institutes of Health
National
2006 Nov 29
4
rm() deletes 'c' if c('a','b') is the argument (PR#9399)
Full_Name: Lixin Han
Version: 2.4.0
OS: Windows 2000
Submission from: (NULL) (155.94.110.222)
A character vector c('a','b') is supplied to rm(). As a result, 'c' is deleted
unintentionally.
> a <- 1:5
> b <- 'abc'
> c <- letters
> ls()
[1] "a" "b" "c"
> rm(c('a','b'))
> ls()
character(0)
2009 Apr 29
1
Corrupt data frame construction - bug?
Hi useRs,
A recent coding infelicity along these lines
yielded a corrupt data frame.
foo <- matrix(1:12, nrow = 3)
bar <- data.frame(foo)
bar$NewCol <- foo[foo[, 1] == 4, 4]
bar
lapply(bar, length)
> foo <- matrix(1:12, nrow = 3)
> bar <- data.frame(foo)
> bar$NewCol <- foo[foo[, 1] == 4, 4]
> bar
X1 X2 X3 X4 NewCol
1 1 4 7 10 <NA>
2 2 5 8 11
2008 Nov 24
2
64bit R for Mac
Dear R gurus,
On the CRAN website, it says that a 64bit version for Mac OS Tiger would be release shortly. Do we know what are the expected dates? Will the packages be also compiled for 64bit?
We are running large microarray analysis and we keep hitting the 3Gb memory limit.
I saw that there is a version available on the development mirrors, but I am not too excited to replace our very stable
2010 Aug 20
0
Wanted :BioInformatics Scientist - Heavy "R" focus
BioInformatics Scientist
Job Code: 10-TR25
Location: Cambridge, MA
Description
We are seeking a highly motivated, independent bioinformatics scientist
to join a group of scientists, analysts and programmers to develop tools
and methodologies for large-scale gene expression data analysis. The
group supports a variety of research projects in target and drug
discovery as well as biomarker
2013 Mar 11
0
Position available University of Oxford
*Biostatistician
Department of Oncology, University of Oxford
*
Grade 7: ?29,541 - ?36,298 p.a.
An opportunity is available for a Biostatistician to join the
Bioinformatics Core within the Department of Oncology. You will provide
biostatistical expertise to the Core and contribute to the design of
studies, the analysis of data and the development of new analytical methods.
This position will
2007 Nov 23
4
help pleaseeeeeeeee
Dears Sirs
During my computational work I encountered unexpected behavior when calling
"ar" function, namely
# time series
x<-ts(c(-0.2052083,-0.3764986,-0.3762448,0.3740089,0.2737568,2.8235722,-
1.7783313,0.2728676,-0.3273164),start=c(1978,3),frequency=4,end=c(1980,3))
# ar function
res.ar<-ar(x,aic=TRUE,demean=F)
# call "ar" again and ............
2006 Jul 20
3
How do I modify an exported function in a locked environment?
Running R.app on Mac OS X 10.4
> version
_
platform powerpc-apple-darwin8.6.0
arch powerpc
os darwin8.6.0
system powerpc, darwin8.6.0
status
major 2
minor 3.1
year 2006
2006 Jul 20
3
How do I modify an exported function in a locked environment?
Running R.app on Mac OS X 10.4
> version
_
platform powerpc-apple-darwin8.6.0
arch powerpc
os darwin8.6.0
system powerpc, darwin8.6.0
status
major 2
minor 3.1
year 2006
2017 Aug 01
2
Use case for HDF5 dataspace interface
This question is a clone of my stackoverflow question which never got
answered (o_O). Therefore I am posting it here. I would really like some
inputs if possible.
I am currently building some applications which make use of HDF5 files.
I have already taken a look at the hdfgroup website with regards to
dataspace <https://support.hdfgroup.org/HDF5/doc/H5.user/Dataspaces.html>
and I think I
2012 Jan 18
1
png cairo device problems on Mac 10.6.8
Hi all,
I have been having problems generating png files on a Mac running OS X 10.6.8.
Here's a simple example
> png("foo.png", type = "cairo"); plot(1:10); dev.off();
null device
1
libpng warning: Application built with libpng-1.2.26 but running with 1.5.2
The resultant file is of size 0 Kb.
Is this the proper place to report this issue? Or should
2006 Jul 19
1
[BioC] Errors using biocLite on Apple OS X
The warnings from
make.packages.html()
on the Apple Mac OS X platform can be dealt
with as follows:
------------------------------------------------
(1)
make.packages.html() uses the function tempdir()
and attempts to create a temporary
directory in the default location /tmp/
which fails due to the /tmp directory
architecture on the Mac.
I set up a .Renviron file in my user account
2009 Jan 20
5
Problem with subset() function?
Hi all,
Can anyone explain why the following use of
the subset() function produces a different
outcome than the use of the "[" extractor?
The subset() function as used in
density(subset(mydf, ht >= 150.0 & wt <= 150.0, select = c(age)))
appears to me from documentation to be equivalent to
density(mydf[mydf$ht >= 150.0 & mydf$wt <= 150.0, "age"])