Description Usage Arguments Value Note Author(s) See Also Examples
Make ancora format files from GRangePairs
of CNE
1 2 3 | 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
1 2 3 4 | 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.