Entering edit mode
viritha kaza
▴
580
@viritha-kaza-4318
Last seen 10.4 years ago
Hi group,
I have a data set of 6 control and 6 disease state(normalised). I want
to
perform SAM for this to indentify differencially expressed genes with
a
false discovery rate <15%.
I started with the series matrix file by having only the expression
values.
> source("http://bioconductor.org/biocLite.R")
> biocLite("samr")
> library("samr")
>exprs <-
as.matrix(read.table("GSEXXXX_series_matrix_test1_TL.txt",header =
TRUE,sep = "\t", row.names = 1, as.is = TRUE))
>samrData<-list(x=exprs,y=rep(1:2,each = 6),geneid = 1:26715,logged2 =
TRUE)
>samr.obj=samr(samrData, resp.type = "Two class unpaired",
testStatistic="standard", nperms=100, random.seed=123456789,s0=0.1)
But I am unaware of how to get the list of differencially expressed
genes
with the following criteria(FDR<15%).Please verify the following steps
and help me in writing the code to obtain the final list (passing
criteria).
Thank u in advance,
Viritha
[[alternative HTML version deleted]]