Last chance! 50% off unlimited learning
Sale ends in
.txt
files (one for each cluster) is generated.
We consider a gene to be part of a cluster if the (-1500bp, +500bp) around its TSS
intersects with one of the DNA regions of the cluster.
"outputGenesPerClusterToDir"(hdaRes,data,path="ClustersGenes", ...)
ChromMaintainers
object in which the DNA-interaction are already clustered.ChiapetExperimentData
object containing information about the interactions.ClustersGenes
is created
in the current working directory..txt
files that contain the list of genes.
ChromMaintainers
, InferNetworks
, ChiapetExperimentData
,
clusterInteractions
petFile <- file.path(system.file("example",package="R3CPET"),"HepG2_interactions.txt")
tfbsFile <- file.path(system.file("example",package="R3CPET"),"HepG2_TF.txt.gz")
## Not run:
# x <- ChiapetExperimentData(pet = petFile, tfbs= tfbsFile, IsBed = FALSE, ppiType="HPRD", filter= TRUE)
# ## build the different indexes
# x <- createIndexes(x)
#
# ## build networks connecting each interacting regions
# nets<- buildNetworks(x)
#
# ## infer the networks
# hlda<- InferNetworks(nets)
# hlda<- clusterInteractions(hlda)
#
# ## get the list of genes per cluster.
# outputGenesPerClusterToDir(hlda,x)
#
# ## End(Not run)
Run the code above in your browser using DataLab