findNonAligned {methVisual}R Documentation

Aligned CpG positions

Description

Determination of non-aligned CpG positions

Usage

findNonAligned(methData)

Arguments

methData

List; contains information on the pairwise alignments, and methylated CpG motifs

Details

Determination of aligned and not-aligned positions of CpGs of examined sequences in relation to genomic sequence.

Value

Integer matrix, where columns=CpG positions, row=clone sequences. 0 = not methylated, 1 = methylated, 2 = not aligned

Author(s)

Arie Zackay <arie.zackay@mail.huji.ac.il>, Christine Steinhoff <steinhof@molgen.mpg.de>

Examples

data(methData)
findNonAligned(methData)

[Package methVisual version 1.36.0 Index]