coversionGenom: Sequence conversion

Description Usage Arguments Details Value Author(s) Examples

View source: R/MethylQC.R

Description

Bisulfite conversion of genomic Sequence

Usage

1
coversionGenom(genomicSeq)

Arguments

genomicSeq

String; genomic sequence

Details

This method simulates the bisulfite reaction by converting all Cs outside from CpG sites into Ts. In doing so, the percent of identity between genomic sequence and sequence under study can be determined. The input is the reference sequence that was selected by the function selectRefSeq(). The method returns the reference sequence as a string object with Cs converted into Ts.

Value

Returns String with C converted into T

Author(s)

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

Examples

1
2
genomicSeq <- "ACCGTTTGGCC"
coversionGenom(genomicSeq)

methVisual documentation built on April 28, 2020, 7:08 p.m.