search for: mcdb

Displaying 18 results from an estimated 18 matches for "mcdb".

Did you mean: cdb
2012 Jan 21
3
semi-transparency not supported in devel R? "alpha" cannot be specified in qplot()
...plyr_1.7.1 loaded via a namespace (and not attached): [1] digest_0.5.1 I have no idea what happened here, because if I miss some important system dependencies, why it's still working in R 2.14? Any suggestions or possible solution will be really appreciated. Thanks Tengfei -- Tengfei Yin MCDB PhD student 1620 Howe Hall, 2274, Iowa State University Ames, IA,50011-2274 [[alternative HTML version deleted]]
2012 Jan 21
3
semi-transparency not supported in devel R? "alpha" cannot be specified in qplot()
...plyr_1.7.1 loaded via a namespace (and not attached): [1] digest_0.5.1 I have no idea what happened here, because if I miss some important system dependencies, why it's still working in R 2.14? Any suggestions or possible solution will be really appreciated. Thanks Tengfei -- Tengfei Yin MCDB PhD student 1620 Howe Hall, 2274, Iowa State University Ames, IA,50011-2274 [[alternative HTML version deleted]]
2010 Apr 08
1
how to manipulate object in specific environment?
...example, if I have object a,b,c... in my environment, a=1;b='test';c=matrix(0,3,3)..... I want to write a function myfun(), when I run myfun(), this retrieve all the objects in my environment automatically and print their mode or class one by one. Thanks Regards Tengfei -- Tengfei Yin MCDB PhD student 1620 Howe Hall, 2274, Iowa State University Ames, IA,50011-2274 Homepage: www.tengfei.name English Blog: www.tengfei.name/en Chinese Blog: www.tengfei.name/ch [[alternative HTML version deleted]]
2011 Nov 22
1
Bezier curve in R?
Hi dear all, I am wondering if there is a function existing in R that did the quadratic bezier curve interpolation? I hope to generate a bezier curve based on three sets of points: two end of the line and a control point. Thanks in advance. Tengfei -- Tengfei Yin MCDB PhD student 1620 Howe Hall, 2274, Iowa State University Ames, IA,50011-2274 [[alternative HTML version deleted]]
2010 Apr 27
2
R for ubuntu 10.04?
...rectory, I plan to update my laptop to Ubuntu 10.04 after April 30, since I have to use some new features or new version in it, e.g. QT 4.6, I don't know if there is going to be a R release that will support this newly released Ubuntu? Thanks in advance! Best wishes Tengfei -- Tengfei Yin MCDB PhD student 1620 Howe Hall, 2274, Iowa State University Ames, IA,50011-2274 Homepage: www.tengfei.name [[alternative HTML version deleted]]
2010 May 04
1
installing a package in linux
I recently started using ubuntu 9.10 and I am using gedit editor and R plugin for writing R code. To install any package I need to do: $ install.packages() //window pop-up for mirror selection //then another window pop up for package selection. After this as long as I am not exiting, the function of the newly installed packages are available. After I exit (i use to put 'no' in 'save
2010 Apr 27
1
R for Ubuntu 10.04?
...er ubuntu directory, I plan to update my laptop to Ubuntu 10.04 after April 30, since I have to use some new features or new version in it, e.g. QT 4.6, I don't know if there is going to be a R release that will support this newly released Ubuntu? Thanks Best wishes Tengfei -- Tengfei Yin MCDB PhD student 1620 Howe Hall, 2274, Iowa State University Ames, IA,50011-2274 Homepage: www.tengfei.name [[alternative HTML version deleted]]
2010 Apr 29
2
by funtion
Hello, I have a data.frame: name    col1    col2    col3    col4 AA    23    54    0.999    0.78 BB    123    5    1    0.99 AA    203    98    0.79    0.99 I want to get mean value data.frame in terms of name: name    col1    col2    col3    col4 AA    113.0000  76.0000   0.8945   0.8850 BB    123.00   5.00   1.00   0.99 I tried to use by function: >aa<-by(test[,2:5], feature, mean)
2010 Apr 29
1
How to extract data table
I'm a very new user of R, The problem I got is when I have lots of data table, 3 columns and 100 rows assigned to a variable x. how can I transform the table into a external file excel or other files without losing any information. So that make the data look nicer. -- View this message in context: http://r.789695.n4.nabble.com/How-to-extract-data-table-tp2075750p2075750.html Sent from the R
2012 Jan 15
1
ggExtra package installation fails
..., it's not the case that I can make it a simple facet, it's always alignment of multiple tracks. And I don't really want to write my own hack function(and don't know how yet) to do that, if there is already a nice function for the same purpose~ Thanks~ Tengfei -- Tengfei Yin MCDB PhD student 1620 Howe Hall, 2274, Iowa State University Ames, IA,50011-2274 [[alternative HTML version deleted]]
2010 Apr 19
2
Select single column, preserve name?
Hi, list- ?? I've got a large list of multi-column data and I'd like to filter it according to a threshold, such as, "show me the values that are above 0.4 for each line." For instance, if the line of data were: > line v1 v2 v3 v4 v5 v6 v7 v8 v9 1 -0.32 0.66 -0.35 -0.82 0.38 0.66 -0.02 -0.11 -0.64 I can do this > line[,line >= 0.4]
2011 Jun 08
1
Reference Class error message: may be caused by lazy evaluation?
...<- new("testclass", a = 1) obj3$add() ################ end ########################################## I am still learning this new technique, if I made any mistake I didn't notice before, please let me know, I will really appreciate that. Thanks a lot! Tengfei -- Tengfei Yin MCDB PhD student 1620 Howe Hall, 2274, Iowa State University Ames, IA,50011-2274 Homepage: www.tengfei.name [[alternative HTML version deleted]]
2010 Oct 17
0
make error for R 2.13.0
...Error 2 make[1]: Leaving directory `/home/tengfei/R/x86_64-pc-linux-gnu-library/2.13/R-devel/src/library/Recommended' make: *** [stamp-recommended] Error 2 ############# I don't know if I miss sth important or did anything wrong, sorry to bother you guys. Tengfei -- Tengfei Yin MCDB PhD student 1620 Howe Hall, 2274, Iowa State University Ames, IA,50011-2274 [[alternative HTML version deleted]]
2010 Jul 09
3
R crashes with large vectors
Good afternoon, I have been experiencing a lot of crashes working with large vectors in R. Specifically, I am using XTS of length of minimum 120k elements. My problem is that I cannot display the vector (otherwise R crashes), I cannot plot it either (otherwise R crashes). That could be solved by reducing the amount of points. However, I have been performing some statistical opreations on is
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
2010 Apr 12
4
R GUI
I am really new with R Graphical user interfacefunctions. I am developing a software package to calculate pKa (biochemistry) but I want to make it look aesthetically pleasing and make it user friendly. I have heard that R has some GUI (Graphical user interface) and you can do some really cool stuff out there. What are the limitations and what are some resources for help. I have found a couple of
2012 Apr 25
0
FW: [BioC] Overlay Gene Expression on SNP (copy number) data
..._______________________________________________ Bioconductor mailing list Bioconductor@r-project.org<mailto:Bioconductor@r-project.org> https://stat.ethz.ch/mailman/listinfo/bioconductor Search the archives: http://news.gmane.org/gmane.science.biology.informatics.conductor -- Tengfei Yin MCDB PhD student 1620 Howe Hall, 2274, Iowa State University Ames, IA,50011-2274 Homepage: www.tengfei.name<http://www.tengfei.name> 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 pe...
2010 May 05
0
R-help Digest, Vol 87, Issue 5
...________________________ > R-help at r-project.org mailing list > https://stat.ethz.ch/mailman/listinfo/r-help > PLEASE do read the posting guide > http://www.R-project.org/posting-guide.html > and provide commented, minimal, self-contained, reproducible code. > -- Tengfei Yin MCDB PhD student 1620 Howe Hall, 2274, Iowa State University Ames, IA,50011-2274 Homepage: www.tengfei.name [[alternative HTML version deleted]] ------------------------------ Message: 103 Date: Tue, 4 May 2010 20:54:13 -0400 From: John Mesheimer <john.mesheimer at gmail.com> To: r-help at r...