export interaction regions to the tab separated format
互动区域导出到制表符分隔的格式
译者:生物统计家园网 机器人LoveR
描述----------Description----------
export interaction regions from RagedData to the tab separated format
导出相互作用区域从RagedData以制表符分隔的格式
用法----------Usage----------
exportInteractions2text(object)
参数----------Arguments----------
参数:object
r3Cseq object, The object might contain the interaction regions generated by function getInteractions
r3Cseq对象,该对象可能包含互动功能getInteractions产生的区域
值----------Value----------
The text file in the tab separated format
在制表符分隔格式的文本文件
作者(S)----------Author(s)----------
S. Thongjuea
参见----------See Also----------
getInteractions
getInteractions
举例----------Examples----------
####Create the r3Cseq object#############[###创建r3Cseq对象#############]
library(BSgenome.Mmusculus.UCSC.mm9)
load(system.file("data","example.data.rda",package="r3Cseq"))
calculateRPM(my.data)
getInteractions(my.data)
exportInteractions2text(my.data)