Learn R Programming

methVisual (version 1.24.0)

coversionGenom: Sequence conversion

Description

Bisulfite conversion of genomic Sequence

Usage

coversionGenom(genomicSeq)

Arguments

genomicSeq
String; genomic sequence

Value

Returns String with C converted into T

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.

Examples

Run this code
genomicSeq <- "ACCGTTTGGCC"
coversionGenom(genomicSeq)

Run the code above in your browser using DataLab