Thanks Likun,
I was confused by the q-value. It all makes sense now.
- Nick
I was confused by the q-value. It all makes sense now.
- Nick
You are currently viewing the SEQanswers forums as a guest, which limits your access. Click here to register now, and join the discussion
Control Gene Count RPKM total no. reads gene length ABAT 811 1.57049 87082676 5930 Mutant ABAT 4264 10.3046 69779755 5930
library(DEGseq) sample1 <- "D:/data/sample1.txt" sample2 <- "D:/data/sample2.txt" refFlat <- "D:/data/refFlat.txt" mapResultBatch1 <- c(sample1) mapResultBatch2 <- c(sample2) outputDir <- "D:/data/DEGseqExample" DEGseq(mapResultBatch1, mapResultBatch2, fileFormat = "eland",refFlat = refFlat, outputDir = outputDir, method = "LRT")
hist(LogVal(Sample1),main=label1,xlab="log2(Number of reads mapped to a gene)",col=4,breaks=100,freq=FALSE,ylim=c(0,0.5))
Topics | Statistics | Last Post | ||
---|---|---|---|---|
Started by seqadmin, 03-17-2023, 12:32 PM
|
0 responses
7 views
0 likes
|
Last Post
by seqadmin
03-17-2023, 12:32 PM
|
||
Started by seqadmin, 03-15-2023, 12:42 PM
|
0 responses
17 views
0 likes
|
Last Post
by seqadmin
03-15-2023, 12:42 PM
|
||
Started by seqadmin, 03-09-2023, 10:17 AM
|
0 responses
66 views
1 like
|
Last Post
by seqadmin
03-09-2023, 10:17 AM
|
||
Started by seqadmin, 03-03-2023, 12:03 PM
|
0 responses
64 views
0 likes
|
Last Post
by seqadmin
03-03-2023, 12:03 PM
|
Comment