Displaying 5 results from an estimated 5 matches for "monoclonal".
2008 Jul 03
2
Relative Mortality Risk second part
...now where can I find the data.mgus dataset and the data.mgus?
Using 1384 records from Minnesota.
This data set are used in the :
Robert A. Kyle, Terry M. Therneau, S. Vincent Rajkumar, Janice R. Offord,
Dirk R. Larson, Matthew F. Plevak, and L. Joseph Melton III. A long-term
study of prognosis in monoclonal gammopathy of undetermined significance.
New England J Medicine, 346:564?569, 2002.
Thank!
O__ ---- Jos? Bustos M.
c/ /'_ --- Master Apllied Stat Program
(*) \(*) -- University of Concepci?n
Chile
2010 Sep 08
1
XML getNodeSet syntax for PUBMED XML export
...an get all the "DescriptorName" tags, but these include
both MajroTopicYN = "Y" and "N" variants. Any suggestions?
Thanks in advance.
Prototype text from PUBMED
<MeshHeadingList>
<MeshHeading>
<DescriptorName MajorTopicYN="Y">Antibodies, Monoclonal</DescriptorName>
</MeshHeading>
<MeshHeading>
<DescriptorName MajorTopicYN="N">Blood Platelets</DescriptorName>
<QualifierName MajorTopicYN="N">immunology</QualifierName>
<QualifierName MajorTopicYN="Y">physiology</Qua...
2008 Jul 03
1
R-help Digest, Vol 65, Issue 4
Hi everyone,
We are looking for some data sets working with relative risk mortality.
so, someone know where can I find the data.mgus dataset and the data.mgus?
Using 1384 records from Minnesota.
Thank!
O__ ---- Jos? Bustos M.
c/ /'_ --- Master Apllied Stat Program
(*) \(*) -- University of Concepci?n
2010 Aug 20
0
Wanted :BioInformatics Scientist - Heavy "R" focus
...types. AVEO's proprietary, integrated
cancer biology platform offers the company a unique advantage in
oncology drug development that both increases the probability of
clinical success and provides a discovery engine for high-value targets.
This approach has resulted in a promising pipeline of monoclonal
antibodies against novel targets including HGF
<http://cts.businesswire.com/ct/CT?id=smartlink&url=http%3A%2F%2Fwww.ave
opharma.com%2Fproduct_candidates%2Fav-299%2F&esheet=6299494&lan=en_US&an
chor=HGF&index=2&md5=9404636e3f438e9027e73b342ee12620> , ErbB3
<http://ct...
2009 Dec 17
2
some help regarding combining columns from different files
Dear all,
Here is my code which am using to combine 5th column from different data
sets.
Here is the function to do my job
genesymbol.append.file <-NULL
gene.column <- NULL
readGeneSymbol <- function(files,genesymbol.column=5){
for(i in fnames){
temp <- read.table(fnames,header=T,sep="\t",stringsAsFactors=F,quote="\"")