Description Objects from the Class Slots Methods Author(s) Examples
COUPLINGset class is used in the MEDIPS library to store and extract information generated during the creation of a coupling vector.
Objects of the classes contain information about sequence pattern information, included chromosomes, and further parameter settings. A COUPLING SET object is created by the MEDIPS.couplingVector() function. According slots will be filled during the workflow.
genome_name
:Object of class "character"
: the refernce genome
window_size
:Object of class "numeric"
: the window size for the genome vector
chr_names
:Object of class "character"
: the names of the chromosomes included within the MEDIPS/COUPLING SET
chr_lengths
:Object of class "numeric"
: the lengths of the chromosomes included within the MEDIPS/COUPLING SET
seq_pattern
:Object of class "character"
: the sequence pattern (e.g. CG)
genome_CF
:Object of class "numeric"
: the coupling factor at the genomic bins
number_pattern
:Object of class "numeric"
: the total number of sequence pattern
signature(object = "COUPLINGset")
: extracts the reference genome of the COUPLING SET
signature(object = "COUPLINGset")
: extracts the window size from the window_size slot COUPLING SET
signature(object = "COUPLINGset")
: extracts the names of the chromosomes included within the COUPLING SET
signature(object = "COUPLINGset")
: extracts the length of the chromosomes included within the COUPLING SET
signature(object = "COUPLINGset")
: extracts the sequence pattern (e.g. CpG)
signature(object = "COUPLINGset")
: extracts the coupling factor at the genomic bins
signature(object = "COUPLINGset")
: extracts the total number of sequence pattern
signature(object = "COUPLINGset")
: prints a summary of the COUPLING SET object content
Lukas Chavez, Matthias Lienhard, Joern Dietrich
1 | showClass("COUPLINGset")
|
Loading required package: BSgenome
Loading required package: BiocGenerics
Loading required package: parallel
Attaching package: 'BiocGenerics'
The following objects are masked from 'package:parallel':
clusterApply, clusterApplyLB, clusterCall, clusterEvalQ,
clusterExport, clusterMap, parApply, parCapply, parLapply,
parLapplyLB, parRapply, parSapply, parSapplyLB
The following objects are masked from 'package:stats':
IQR, mad, sd, var, xtabs
The following objects are masked from 'package:base':
Filter, Find, Map, Position, Reduce, anyDuplicated, append,
as.data.frame, basename, cbind, colMeans, colSums, colnames,
dirname, do.call, duplicated, eval, evalq, get, grep, grepl,
intersect, is.unsorted, lapply, lengths, mapply, match, mget,
order, paste, pmax, pmax.int, pmin, pmin.int, rank, rbind,
rowMeans, rowSums, rownames, sapply, setdiff, sort, table, tapply,
union, unique, unsplit, which, which.max, which.min
Loading required package: IRanges
Loading required package: S4Vectors
Loading required package: stats4
Attaching package: 'S4Vectors'
The following object is masked from 'package:base':
expand.grid
Loading required package: GenomicRanges
Loading required package: GenomeInfoDb
Loading required package: Biostrings
Loading required package: XVector
Attaching package: 'Biostrings'
The following object is masked from 'package:base':
strsplit
Attaching package: 'BSgenome'
The following objects are masked from 'package:GenomeInfoDb':
GenomeDescription, bsgenomeName, organism, provider,
providerVersion, releaseDate, releaseName, species
The following objects are masked from 'package:BiocGenerics':
organism, species
Loading required package: Rsamtools
Attaching package: 'Rsamtools'
The following object is masked from 'package:BiocGenerics':
path
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 ''
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: no function found corresponding to methods exports from 'DelayedArray' for: 'acbind', 'arbind'
7: no function found corresponding to methods exports from 'SummarizedExperiment' for: 'acbind', 'arbind'
8: replacing previous import 'BiocGenerics::path' by 'Rsamtools::path' when loading 'GenomicAlignments'
9: multiple methods tables found for 'rglist'
Class "COUPLINGset" [package "MEDIPS"]
Slots:
Name: seq_pattern genome_name genome_CF number_pattern
Class: character character numeric numeric
Name: window_size chr_names chr_lengths
Class: numeric character numeric
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.