sequence_type {cobindR}R Documentation

sequence type of cobindR configuration object

Description

sequence type of cobindR configuration object

Usage

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

Arguments

x

a cobindR configuration object

value

the type of the sequence used in this experiment (e.g. promotor)

Value

sequence_type (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()
sequence_type(cfg)

[Package cobindR version 1.24.0 Index]