Displaying 5 results from an estimated 5 matches for "mugdha".
Did you mean:
mucha
2005 Jun 03
1
reading tables into R. .
...R yet. Instead, I have been making repeated function calls using a loop in Perl, to access other R and Bioconductor functions that I need such as t.test and ANOVA. This is very time-consuming, however. I am working in a Linux environment, and using
R 2.1.0
Thanks for any help and suggestions!
Mugdha Wagle
________________________________
From: Sean Davis [mailto:sdavis2 at mail.nih.gov]
Sent: Fri 6/3/2005 8:03 AM
To: Wagle, Mugdha
Cc: r-help at stat.math.ethz.ch
Subject: Re: [R] reading tables into R. .
On Jun 3, 2005, at 8:40 AM, Wagle, Mugdha wrote:
> I have been using R and Perl....
2005 Jun 03
2
reading tables into R
...akes too much time(basically, I then need to read in values individually into R instead of as a 2D array, so the number of function calls from Perl to R is very large). Could you suggest another method whereby I could read an entire matrix or a file using an R function call?
Thanks!
Sincerely,
Mugdha Wagle,
Hartwell center for Bioinformatics and Biotechnology,
St.Jude Children's Research Hospital
2005 Jul 21
1
principal component analysis in affy
...ase tell me what the function is called, and how I can get hold of the code(since I believe affy only works on CEL files) ? I have downloaded the affy R code from Terry Speed's website already, but I don't know where (if at all) the code to perform PCA is.
Thank you everyone!
Sincerely,
Mugdha Wagle
Hartwell Center for Bioinformatics and Biotechnology,
St.Jude Children's Research Hospital, Memphis TN 38105
2005 Jun 14
1
t.test using RSPerl
...hich is what I had expected, after seeing the outputs in the case of simpler functions like sum. Could anyone please tell me how I can obtain the output I expect(i.e. the same as the command line output....giving values of t, p-value and the means)?
Thank you very much for the help!!
Sincerely,
Mugdha Wagle
Hartwell Center for Bioinformatics and Biotechnology,
St.Jude Children's Research Hospital, Memphis TN 38105
2013 Jun 18
1
How to Pass Jquery selected dropdown values and radio button values to controller
Hi,
I have an advance search page and its code is as follows -
I have written my code like this
<div class="container">
<%= form_tag search_index_path, method: :get do %>
<%= radio_button_tag ''user_type'', ''customer'' %><p>Customer</p>
<%= radio_button_tag ''user_type'',