| makeAncoraFiles | R Documentation | 
Make ancora format files from GRangePairs of CNE
  makeAncoraFiles(cne, outputDir = ".", 
                  genomeFirst = "first", genomeSecond = "second",
                  threshold = "50_50")
| cne | 
 | 
| outputDir | 
 | 
| genomeFirst,genomeSecond | 
 | 
| threshold | 
 | 
The filenames of output.
This function is mainly for internal use in Lenhard group.
Ge Tan
readAncora
  data(cneFinalListDanRer10Hg38)
  cne <- CNEFinal(cneFinalListDanRer10Hg38[["45_50"]])
  makeAncoraFiles(cne, genomeFirst = "danRer10", genomeSecond = "hg38",
                  threshold = "45_50")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.