Bisulfite conversion of genomic Sequence
亚硫酸氢盐转化的基因组序列
用法----------Usage----------
coversionGenom(genomicSeq)
参数----------Arguments----------
参数:genomicSeq
String; genomic sequence
字符串;基因组序列
Details
详情----------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.
这种方法模拟转换到TS CpG位点外的所有CS的亚硫酸氢钠反应。这样做,正在研究的基因组序列和序列之间的身份可确定%。输入的是的的功能selectRefSeq()参考序列。该方法返回的字符串转换成TS对象作为一个CS的参考序列。
值----------Value----------
Returns String with C converted into T
返回与C字符串转换成T