DESeq2 parallel argument for lfcShrink
1
0
Entering edit mode
dsull • 0
@dsull-14234
Last seen 6.5 years ago

In the DESeq2 vignette, it is stated that "Parallelizing DESeq, results, and lfcShrink can be easily accomplished by loading the BiocParallel package, and then setting the following arguments: parallel=TRUE". In the manual, lfcShrink is also shown to have a parallel option.

I am using the version DESeq2_1.16.1 and when I try using parallel=TRUE within lfcShrink, I get: "Error in lfcShrink(parallel = TRUE) : unused argument (parallel = TRUE)"

It doesn't seem that the parallel option is support by lfcShrink or am I missing something?

Thanks!

deseq2 lfcshrink • 1.2k views
ADD COMMENT
1
Entering edit mode
@mikelove
Last seen 3 hours ago
United States

You’re reading from the vignette of the development version 1.17.

You can always obtain the correct vignette — for your local version — by typing into R:

vignette(“DESeq2”)

ADD COMMENT

Login before adding your answer.

Traffic: 565 users visited in the last hour
Help About
FAQ
Access RSS
API
Stats

Use of this site constitutes acceptance of our User Agreement and Privacy Policy.

Powered by the version 2.3.6