Description Usage Arguments Value Author(s) See Also Examples
pseudocount of cobindR configuration object. Set to 10 as default
1 2 3 4 | ## S4 method for signature 'configuration'
pseudocount(x)
## S4 replacement method for signature 'configuration,character'
pseudocount(x) <- value
|
x |
a cobindR configuration object |
value |
pseudocount for detrending analysis, i.e. the default number in each distance bin. |
pseudocount (numeric)
Rob Lehmann <r.lehmann@biologie.hu-berlin.de>
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
,pseudocount
,pValue
1 2 | cfg <- cobindRConfiguration()
pseudocount(cfg)
|
Warning: namespace 'rtracklayer' is not available and has been replaced
by .GlobalEnv when processing object ''
Warning: namespace 'rtracklayer' is not available and has been replaced
by .GlobalEnv when processing object ''
Attaching package: 'cobindR'
The following object is masked from 'package:base':
sequence
Warning messages:
1: multiple methods tables found for 'organism'
2: multiple methods tables found for 'species'
3: multiple methods tables found for 'seqinfo'
4: multiple methods tables found for 'seqinfo<-'
5: multiple methods tables found for 'seqnames'
6: replacing previous import 'BiocGenerics::organism' by 'BSgenome::organism' when loading 'cobindR'
7: replacing previous import 'BiocGenerics::species' by 'BSgenome::species' when loading 'cobindR'
8: multiple methods tables found for 'species'
9: multiple methods tables found for 'path'
10: multiple methods tables found for 'path<-'
Warning message:
In .local(.Object, ...) :
no config-file defined, generating configuration-object with default values
[1] 1
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.