Package: GAPGOM
Type: Package
Title: GAPGOM (novel Gene Annotation Prediction and other GO Metrics)
Version: 1.2.0
Authors@R: c(
    person("Casper", "Peters", email = "cp100u@hotmail.com", role = c("aut", "cre")),
    person("Finn", "Drabløs", email = "finn.drablos@ntnu.no", role = "aut"),
    person("Rezvan", "Ehsani", email = "rezvanehsani74@gmail.com", role = "aut"))
Description: Collection of various measures and tools for lncRNA annotation prediction put inside a redistributable R package. The package contains two main algorithms; lncRNA2GOA and TopoICSim. lncRNA2GOA tries to annotate novel genes (in this specific case lncRNAs) by using various correlation/geometric scoring methods on correlated expression data. After correlating/scoring, the results are annotated and enriched. TopoICSim is a topologically based method, that compares gene similarity based on the topology of the GO DAG by information content (IC) between GO terms.
License: MIT + file LICENSE
Encoding: UTF-8
LazyData: true
Imports: stats, utils, methods, Matrix, fastmatch, plyr, dplyr,
        magrittr, data.table, igraph, graph, RBGL, GO.db, org.Hs.eg.db,
        org.Mm.eg.db, GOSemSim, GEOquery, AnnotationDbi, Biobase,
        BiocFileCache, matrixStats
Suggests: org.Dm.eg.db, org.Rn.eg.db, org.Sc.sgd.db, org.Dr.eg.db,
        org.Ce.eg.db, org.At.tair.db, org.EcK12.eg.db, org.Bt.eg.db,
        org.Cf.eg.db, org.Ag.eg.db, org.EcSakai.eg.db, org.Gg.eg.db,
        org.Pt.eg.db, org.Pf.plasmo.db, org.Mmu.eg.db, org.Ss.eg.db,
        org.Xl.eg.db, testthat, pryr, knitr, rmarkdown, prettydoc,
        ggplot2, kableExtra, profvis, reshape2
Depends: R (>= 3.6.0)
biocViews: GO, GeneExpression, GenePrediction
BugReports: https://github.com/Berghopper/GAPGOM/issues/
URL: https://github.com/Berghopper/GAPGOM/
RoxygenNote: 6.1.1
VignetteBuilder: knitr
git_url: https://git.bioconductor.org/packages/GAPGOM
git_branch: RELEASE_3_10
git_last_commit: 62b9936
git_last_commit_date: 2019-10-29
Date/Publication: 2019-10-29
NeedsCompilation: no
Packaged: 2019-10-30 04:49:33 UTC; biocbuild
Author: Casper Peters [aut, cre],
  Finn Drabløs [aut],
  Rezvan Ehsani [aut]
Maintainer: Casper Peters <cp100u@hotmail.com>
Built: R 3.6.1; ; 2019-10-30 13:16:25 UTC; windows
