colocalized_sequential {colocalized} | R Documentation |
Search one chromosome for clusters using default non-parallel processing.
colocalized_sequential(choose, chr, n)
choose |
List of .bed tables |
chr |
Chromosome to be searched given as e.g. "chr19" |
n |
Cut-off distance between colocalized sequences |
Table containing the addresses (as one dimensional intervals) of the members of every cluster, with some annotation data.
complex<-list(nfkb1,nfkb2,relb)
colocalized_sequential(complex,"chrY",150)