Name Mode Size
..
AssemblyStats.Rd 100644 1 kb
Axt-class.Rd 100644 4 kb
Axt-util.Rd 100644 1 kb
CNE-class.Rd 100644 5 kb
CNEDanRer10Hg38.Rd 100644 0 kb
CNEDensity.Rd 100644 2 kb
GRangePairs-class.Rd 100644 6 kb
addAncestorGO.Rd 100644 1 kb
axisTrack.Rd 100644 0 kb
axtChain.Rd 100644 2 kb
axtInfo.Rd 100644 1 kb
binner.Rd 100644 2 kb
blatCNE.Rd 100644 2 kb
ceScan-methods.Rd 100644 4 kb
chainMergeSort.Rd 100644 3 kb
chainNetSyntenic.Rd 100644 3 kb
chainPreNet.Rd 100644 3 kb
cneFinalListDanRer10Hg38.Rd 100644 0 kb
cneMerge.Rd 100644 2 kb
fetchChromSizes.Rd 100644 1 kb
fixCoordinates.Rd 100644 2 kb
grangesPairsForDotplot.Rd 100644 0 kb
last.Rd 100644 2 kb
lastz.Rd 100644 2 kb
lavToPsl.Rd 100644 1 kb
makeAncoraFiles.Rd 100644 1 kb
makeAxtTracks.Rd 100644 1 kb
makeCNEDensity.Rd 100644 2 kb
makeGRBs.Rd 100644 3 kb
matchDistribution.Rd 100644 1 kb
netToAxt.Rd 100644 3 kb
orgKEGGIds2EntrezIDs.Rd 100644 1 kb
plotCNEDistribution.Rd 100644 2 kb
plotCNEWidth.Rd 100644 1 kb
psubAxt.Rd 100644 2 kb
queryCNEData.Rd 100644 1 kb
read.rmMask.GRanges.Rd 100644 1 kb
read.rmskFasta.Rd 100644 1 kb
readAncora.Rd 100644 1 kb
readAncoraIntoSQLite.Rd 100644 1 kb
readAxt.Rd 100644 2 kb
readBed.Rd 100644 2 kb
readCNERangesFromSQLite.Rd 100644 3 kb
reverseCigar.Rd 100644 1 kb
saveCNEToSQLite.Rd 100644 1 kb
scoringMatrix.Rd 100644 1 kb
subAxt-methods.Rd 100644 4 kb
syntenicDotplot.Rd 100644 3 kb
writeAxt.Rd 100644 1 kb
README.md
# CNEr Conserved Noncoding Elements (CNEs) Identification and Visualisation ## Installation of the stable version of `CNEr` from Bioconductor ```R if (!requireNamespace("BiocManager", quietly=TRUE)) install.packages("BiocManager") BiocManager::install("CNEr") ``` ## Installation of the development version of `CNEr` from github **Prerequsite**: * Mac: Install "Command Line Tools" via `gcc` on terminal * Linux: Install a compiler and various development libraries (details vary across different flavors of Linux). * Windows: Install [Rtools](https://cran.r-project.org/bin/windows/Rtools/). ```R devtools::install_github("ge11232002/CNEr") ``` ## Vignette Latest vignette is available at http://rpubs.com/yang2/CNEr3