getRegionsIncluster-methods: list of interactions per cluster

Description Usage Arguments Value Author(s) See Also Examples

Description

This method can be used to retrieve the genomic coordinated of the DNA-interactions in each cluster.

Usage

1
2
## S4 method for signature 'ChromMaintainers,ChiapetExperimentData,numeric'
getRegionsIncluster(hdaRes,data, cluster=1, ...)

Arguments

hdaRes

a ChromMaintainers object in which the clusters are already calculated

data

a ChiapetExperimentData object that contains the genomic location of all the interactions.

cluster

The ID of the cluster for which we want to get the list of the involved regions.

...

additional parameters not used for the moment.

Value

a GRanges object is returned

Author(s)

Mohamed Nadhir Djekidel (nde12@mails.tsinghua.edu.cn)

See Also

clusterInteractions, InferNetworks, ChiapetExperimentData, ChromMaintainers

Examples

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
    ## get the different datasets path
    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: 
    data(RPKMS)
    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 and do the clustering
    hlda<- InferNetworks(nets)
    hlda<- clusterInteractions(hlda)

    ## return the DNA-interactions in cluster 3
    getRegionsIncluster(hlda,x,cluster=3)


## End(Not run)

sirusb/R3CPET documentation built on Oct. 12, 2020, 6 p.m.