Another check:
My hg18.fa constructed from hg18 UCSC from TopHat website has the size of 3131776827 bytes, same as yours?
My hg18.fa constructed from hg18 UCSC from TopHat website has the size of 3131776827 bytes, same as yours?
You are currently viewing the SEQanswers forums as a guest, which limits your access. Click here to register now, and join the discussion

mapResultBatch1 <- c("group1_file1", "group1_file2")
mapResultBatch2 <- c("group2_file2", "group2_file2")
outputDir <- "DEGseq_out_dir"
refFlat <- "gene annotation in refFlat format"
DEGseq(mapResultBatch1, mapResultBatch2, fileFormat="bed", refFlat=refFlat,
outputDir=outputDir, method="MARS")
# get gene express
mapResultBatch <- c("group1_file1", "group1_file2", "group2_file2", "group2_file2")
output <- "gene.exp"
refFlat <- "gene annotation in refFlat format"
exp <- getGeneExp(mapResultBatch, refFlat = refFlat, output = output)
# apply samWrapper
geneExpFile <- "gene.exp"
set.seed(100)
geneExpFile1 <- geneExpFile
geneExpFile2 <- geneExpFile
output <- "samWrapperOut.txt"
expCol1 = c(2, 4)
expCol2 = c(6, 8)
measure1 = c(-1, -2)
measure2 = c(1, 2)
samWrapper(geneExpFile1 = geneExpFile1, geneCol1 = 1, expCol1 = expCol1, measure1 = measure1,
geneExpFile2 = geneExpFile2, geneCol2 = 1, expCol2 = expCol2, measure2 = measure2,
nperms = 100, min.foldchange = 2, max.qValue = 1e-04, output = output, paired = TRUE)
| Topics | Statistics | Last Post | ||
|---|---|---|---|---|
|
Started by SEQadmin2, 08-24-2026, 10:32 AM
|
0 responses
42 views
0 reactions
|
Last Post
by SEQadmin2
08-24-2026, 10:32 AM
|
||
|
Started by SEQadmin2, 08-20-2026, 11:17 AM
|
0 responses
48 views
0 reactions
|
Last Post
by SEQadmin2
08-20-2026, 11:17 AM
|
||
|
Started by SEQadmin2, 08-18-2026, 10:05 AM
|
0 responses
54 views
0 reactions
|
Last Post
by SEQadmin2
08-18-2026, 10:05 AM
|
||
|
Started by SEQadmin2, 08-13-2026, 12:22 PM
|
0 responses
50 views
0 reactions
|
Last Post
by SEQadmin2
08-13-2026, 12:22 PM
|
Comment