motifOccurences: Motifs Occurences and Co-occurences

Description Usage Arguments Value Author(s) Examples

Description

Get the number of motifs occurences and co-occurences from a rGADEM object.

Usage

1
2

Arguments

gadem

An object of type rGADEM.

x

A contingency table.

Value

occurences returns the contingency table of the number of motifs per sequences.

This object can be put in cooccurences to return the number of sequences where two motifs appear together.

Author(s)

Eloi Mercier <emercier@chibi.ubc.ca>

Examples

1
2
3
4
data("FOXA1_rGADEM")
oc <- occurences (gadem)
coc <- cooccurences (oc)
coc

alyst/MotIV documentation built on May 12, 2019, 2:33 a.m.