Description Usage Arguments Details Value Author(s) Examples
Bisulfite conversion of genomic Sequence
1 | coversionGenom(genomicSeq)
|
genomicSeq |
String; genomic sequence |
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.
Returns String with C converted into T
Arie Zackay <arie.zackay@mail.huji.ac.il>, Christine Steinhoff <steinhof@molgen.mpg.de>
1 2 | genomicSeq <- "ACCGTTTGGCC"
coversionGenom(genomicSeq)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.