Displaying 10 results from an estimated 10 matches for "jubilant".
2008 May 05
1
Count data in random Forest
Hello R-user!
I am running R 2.7.0 on a Power Book (Tiger). (I am still R and
statistics beginner)
I try to find the most important variables to divide my dataset as
given in a categorical variable using randomForest.
Is randomForest() able to deal with count data?
Or is there no difference because only the ranks are used in the trees?
Thanks in advance
Birgit
Birgit Lemcke
Institut f?r
2008 May 05
1
Problems using rfImpute
Hello R-user!
I am running R 2.7.0 on a Power Book (Tiger). (I am still R and
statistics beginner)
I tried rfImpute (randomForest) and as far as I understood should it
replace NA`s using a proximity matrix:
> set.seed(100000)
> Subset5Imputed<-rfImpute(Sex~., data=Subset5)
ntree OOB 1 2
300: 11.78% 12.36% 11.21%
ntree OOB 1 2
300: 12.07% 12.64%
2008 Apr 21
1
ANCOVA
R version 2.6.2 PowerBook G4
Hello R User,
I try to perform an ANCOVA using the glm function.
I have a dataset with continuous and categorical data (explanatory
variables) and my response variable is also binary categorical.
Fehler: NA/NaN/Inf in externem Funktionsaufruf (arg 4)
Zus?tzlich: Warning messages:
1: In Ops.factor(y, mu) : - nicht sinnvoll f?r Faktoren (makes no
sense for
2008 Apr 29
1
randomForest and ordered factors
Hello R-user!
I am running R 2.7.0 on a Power Book (Tiger). (I am still R and
statistics beginner)
I try to find the most important variables to divide my dataset as
given in a categorical variable.
code:
Test.rf4<-randomForest(Sex~.,na.action=na.roughfix, data=Subset4,
importance=TRUE, proximity=TRUE, ntree=10000, do.trace=1000,
keep.forest=FALSE)
My dataset contains also ordered
2008 May 15
1
metaMDS using Dissimilarity matrix
Hello R-user community!
I am running R 2.7.0 on a Power Book (Tiger). (I am still R and
statistics beginner)
Presently I try to run the function metaMDS (vegan) using an existing
dissimilarity-matrix.
As I would like to start with this matrix I thought I could just give
the matrix using the x= -argument
Test<-metaMDS(x=Dist.Gower)
Fehler in inherits(comm, "dist") :
2012 Apr 23
2
Overlay Gene Expression on SNP (copy number) data
Hello,
Can anyone please suggest any packages in R that can be used to overlay gene expression data on SNP (affymetrix) copy number ?
Thanks,
Ekta
Senior Research Associate
Bioinformatics Department
Jubilant Biosys Pvt Ltd,
#96, Industrial Suburb, 2nd Stage
Yeshwantpur, Bangalore 560 022
Ph No : +91-80-66628346
The information contained in this electronic message and in any attachments to this message is confidential, legally privileged and intended only for use by the person or entity to which this e...
2008 Feb 06
1
Discriminant function analysis
Hello R-Cracks,
I am using R 2.6.1 on a PowerBook G4.
I would like to perform a discriminant function analysis. I found lda
in MASS but as far as I understood, is it only working with
explanatory variables of the class factor. My dataset contains
variables of the classes factor and numeric.
Is there another function that is able to handle this?
Thank you all in advance.
Greetings
Birgit
2012 May 04
0
LIMMA decideTests result zero from contrast matrix
...B", number=numGenes)
> results <- decideTests(fit2)
> vennDiagram(results,include=c("up","down"),counts.col=c("red","green"))
## ### I get zero genes for upregulation and downregulation #####
Senior Research Associate
Bioinformatics Department
Jubilant Biosys Pvt Ltd,
#96, Industrial Suburb, 2nd Stage
Yeshwantpur, Bangalore 560 022
Ph No : +91-80-66628346
The information contained in this electronic message and in any attachments to this message is confidential, legally privileged and intended only for use by the person or entity to which this e...
2005 Feb 22
5
Am I attempting the impossible?
Hi all,
After Googling around a while, I've found bits and pieces of my
puzzle, but never someone who's got the whole thing. Here's what I'm
trying:
- Run MS Access 97 and MYOB
- Under FreeBSD 5.3
- With multiple simultaneous users (X Terminals)
Access 97 and MYOB are the only Windows programs we'll need to run,
everything else will be done with "native"
2012 Apr 25
0
FW: [BioC] Overlay Gene Expression on SNP (copy number) data
...reciated.
Thanks a ton !
-E
From: Tengfei Yin [mailto:yintengfei@gmail.com]
Sent: 23 April 2012 21:30
To: Ekta Jain
Cc: bioconductor@r-project.org; r-help@r-project.org
Subject: Re: [BioC] Overlay Gene Expression on SNP (copy number) data
On Mon, Apr 23, 2012 at 6:33 AM, Ekta Jain <Ekta_Jain@jubilantbiosys.com<mailto:Ekta_Jain@jubilantbiosys.com>> wrote:
Hello,
Can anyone please suggest any packages in R that can be used to overlay gene expression data on SNP (affymetrix) copy number ?
Hi Ekta,
If you mean visually, as Steve suggested, you could try packages like ggbio, Gviz, Rcytosca...