Description Usage Arguments Details Value Examples
View source: R/resultsDEWSeq.R
This is a modified version of the
results
function from DESeq2 package.
This function uses chromosomal positions given in the rowRanges(dds)
to identify overlapping windows in dds
object. For each window,
the number of overlapping windows are counted, and the p-value is
adjusted for FWER using bonferroni correction.
For further details, please refer documentation for
results
function in DESeq2 package
1 2 3 |
object |
|
contrast |
|
name |
|
listValues |
|
cooksCutoff |
|
test |
|
addMLE |
|
tidy |
|
parallel |
|
BPPARAM |
|
minmu |
|
start0based |
|
For a detailed description of the column use mcols(output)$description
DESeqResults object
1 2 3 4 5 6 7 8 9 10 11 | data("slbpDds")
slbpDds <- estimateSizeFactors(slbpDds)
slbpDds <- estimateDispersions(slbpDds)
slbpDds <- nbinomWaldTest(slbpDds)
slbpWindows <- resultsDEWSeq(slbpDds)
## Not run:
# for a description of the columns in slbpWindows use
mcols(slbpWindows)$description
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.