pfm_path {cobindR}R Documentation

path to pfms to be used

Description

path to pfms to be used

Usage

## S4 method for signature 'configuration'
pfm_path(x)
## S4 replacement method for signature 'configuration,character'
pfm_path(x) <- value

Arguments

x

a cobindR configuration object

value

the path to the folder containing the motif matrices to be used

Value

pfm_path (character)

Author(s)

Rob Lehmann <r.lehmann@biologie.hu-berlin.de>

See Also

id,experiment_description,sequence_source,sequence_origin,sequence_type,bg_sequence_source,bg_sequence_origin,bg_sequence_type,species,downstream,upstream,max_distance,pairs,pfm_path,threshold,fdrThreshold,path,mart,pValue

Examples

cfg <- cobindRConfiguration()
pfm_path(cfg)

[Package cobindR version 1.22.0 Index]