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