## 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)
Run the code above in your browser using DataLab