Displaying 2 results from an estimated 2 matches for "rn4".
Did you mean:
r4
2009 Dec 15
2
Reconstruct a dataset
...1 1 ?
2 1 2 ?
3 2 1 ?
4 2 2 ?
? ? ? ?
I will random sample 2 individuals from this dataset based on a set of
random numbers, e.g.,
rn1 <- c(0, 0, 1, 1), rn2 <- c(0, 0, 2, 0), rn3 <- c(1, 0, 0, 1), rn4 <-
c(0, 1, 1, 0),?
After reconstructed the samples, I have a dataset that looks like this:
id var1.1 var1.2 var2.1 var2.2 ?
1 2 2 1 2 ?
2 2 2 1 1 ?
3 1 2 1 2 ?
4 1 2 2 1 ?
? ?...
2009 Jan 27
1
Problem with RMA using limma, oligo and pdInfoBuilder packages
...oading required package: preprocessCore
Loading required package: AnnotationDbi
Loading required package: oligoClasses
oligo Package - Series 1.5.x
> setwd("D:/Anne-Marie/Doctorat/puces ADN macrophages/puces rat/Annie
Dube/Analyse")
> transFile <-
"RaGene-1_0-st-v1.na27.rn4.transcript.csv1/RaGene-1_0-st-v1.na27.rn4.transcr
ipt.csv"
> probeFile <- "RaGene-1_0-st-v1.probe.tab/RaGene-1_0-st-v1.probe.tab"
> clfFile <- "RaGene-1_0-st-v1.r4.clf/RaGene-1_0-st-v1.r4.clf"
> pgfFile <- "RaGene-1_0-st-v1.r4.pgf/RaGene-1_0-st-v1....