Search Archives
Search tips
from:Name
Search by author name, e.g. from:Duncan Murdoch
"exact phrase"
Match an exact phrase
word1 word2
Match messages containing both words
Date range
Use the date pickers to filter results to a time period
Use the list dropdown to narrow results to a specific mailing list. Combine from: with other terms to filter by author and content.
One last comment: add sep="," to the read.csv assignment, to avoid "Error in scan(file ... : scan() expected 'a real', got" -type errors: x<-matrix(scan("/home/victoria/R/5.3.2.2.csv",n=5*12,sep=","),5,12...
Hello: I am a novice R user, but I have been working my way through the manuals / tutorials, ... I have R / Deducer up and running, and know the basics. I want to analyze a microarray (gene expression) dataset. I need...
Solution: I figured this out on my own (below). > gnames<-read.csv("/home/victoria/R/gnames.csv",header=FALSE,sep=",") > gnames V1 V2 V3 V4 V5 V6 V7 1 NM_005588 NM_004407 NM_006136 NM_004817 NM_006012 NM...
Update: 1. Here is a better illustration. I assumed that the gene expression was the same for the three replicates for each gene, in the respective Time and Treatment groups, so that I could follow (verify) what was going on...
I am trying to replicate the script, appended below. My data is in OOCalc files. The script (below) synthesizes a dataset (it serves as a "tutorial"), but I will need to get my data from OOCalc into R for use...
Can't find what you're looking for? Try searching with Google .