# The object has been generated using the following commands:
##### STEP1: load peak profiles and normalize
data(Cfp1Profiles)
Cfp1Norm <- getNormFactors(Cfp1Profiles)
##### STEP2: compute distances between histograms
Cfp1Dists <- compHistDists(Cfp1Norm,method='MMD', NormMethod='DESeq')
Cfp1Dists <- compHistDists(Cfp1Dists,method='GMD', NormMethod='DESeq' )
Cfp1Dists <- compHistDists(Cfp1Dists,method='Pearson',
NormMethod='DESeq')
Run the code above in your browser using DataLab