setJunctionSeqCompiledSourcePackage {JunctionSeq} | R Documentation |
This function sets the package that contains the compiled C++ binaries needed by JunctionSeq.
This is intended for advanced users, or for users attempting to install testing versions of JunctionSeq without a C++ compiler.
setJunctionSeqCompiledSourcePackage( PACKAGE = c("JunctionSeq","DESeq2") )
PACKAGE |
The name of the package where the compiled binaries are stored. |