setJunctionSeqCompiledSourcePackage {JunctionSeq}R Documentation

Set the source of the internal compiled C++ binaries.

Description

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.

Usage

setJunctionSeqCompiledSourcePackage( PACKAGE = c("JunctionSeq","DESeq2") )

Arguments

PACKAGE

The name of the package where the compiled binaries are stored.


[Package JunctionSeq version 1.10.0 Index]