Displaying 4 results from an estimated 4 matches for "tiandao".
Did you mean:
tandac
2007 Oct 02
2
plot question
...(n) in the order of 0.5p, 2.5p,5p,and 25p.
y-axis is Intensity
Inside of plot is the points of intensity over 4 concentrations, points
from different genes have different color or shape. A regression line of
each genes crosss different concetrations, and at the end of line is gene
IDs.
Thanks,
Tiandao
2008 Dec 01
2
[BioC] BioC 2.3 standard installation
...library/XML'
The downloaded packages are in
/tmp/RtmpqCLrkQ/downloaded_packages
Warning message:
In install.packages("XML") :
installation of package 'XML' had non-zero exit status
>
On Mon, Dec 1, 2008 at 1:42 PM, Hervé Pagès <hpages@fhcrc.org> wrote:
> Hi Tiandao,
>
> What OS do you have? How did you install R? It looks like you cannot
> install an R package with native code at all. Please try
>
> > install.packages("XML")
>
> and show us the complete output.
> You could also try the R-help mailing list (r-help@r-projec...
2007 Aug 07
1
input data file
Hello,
I am new to R. I used scan() to read data from tab-delimited files. I want
to save all my data files (multiple scan()) in another file, and use it
like infile statement in SAS or \input{tex.file} in latex.
Thanks!
2007 Aug 07
2
array
Hello,
I have some files generated from microarray experiments. I used scan() to
read the files, and assigned each file to a unique name with many rows and
columns. Now I want to create a array (ArrayA) with unique names, and I can
use ArrayA[1,2][[6]] to refer the data in each file. Is there any packages
available for array of array?
Thanks!
[[alternative HTML version deleted]]