Description Usage Arguments Value Author(s) References See Also Examples
Instead of loading the data one at a time and then creating the index using the methods loadPETs
,loadTFBS
and createIndexes
. The user can directly use the method PrepareData
to do that.
1 2 | ## S4 method for signature 'character,character,logical'
PrepareData(petFile,tfbsFile, petIsBed=TRUE)
|
petFile |
a |
tfbsFile |
a |
petIsBed |
a logical value specifying if the interaction file is in a "bed" format or not. |
A ChiapetExperimentData
object in which the pet
,tfbs
and .dt
slots populated .
Mohamed Nadhir Djekidel (nde12@mails.tsinghua.edu.cn)
Mohamed Nadhir D, Yang C et al 3CPET: Finding Co-factor Complexes in Chia-PET experiment using a Hierarchical Dirichlet Process, ....
ChiapetExperimentData
, loadTFBS
, loadPETs
, loadPPI
, createIndexes
.
1 2 3 4 5 6 7 8 9 10 11 12 | ## get interactions file location
petFile <- file.path(system.file("example",package="R3CPET"),"HepG2_interactions.txt")
## get the TFBS file location
tfFile <- file.path(system.file("example",package="R3CPET"),"HepG2_TF.txt.gz")
## Not run:
## load the data
x<- PrepareData(petFile, tfFile, FALSE)
x
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.