Package: DELocal
Title: Identifies differentially expressed genes with respect to other local genes
Version: 1.7.0
Authors@R: 
    person(given = "Rishi",
           family = "Das Roy",
           role = c("aut", "cre"),
           email = "rishi.dasroy@gmail.com",
           comment = c(ORCID = "0000-0002-3276-7279"))
Description: The goal of DELocal is to identify DE genes compared to their 
    neighboring genes from the same chromosomal location. It has been shown
    that genes of related functions are generally very far from each other 
    in the chromosome. DELocal utilzes this information to identify DE genes
    comparing with their neighbouring genes.
License: MIT + file LICENSE
URL: https://github.com/dasroy/DELocal
BugReports: https://github.com/dasroy/DELocal/issues
Encoding: UTF-8
LazyData: false
RoxygenNote: 7.2.3
biocViews: GeneExpression, DifferentialExpression, RNASeq, 
        Transcriptomics
Imports: 
    DESeq2,
    dplyr,
    reshape2,
    limma,
    SummarizedExperiment,
    ggplot2,
    matrixStats,
    stats
Suggests: 
    biomaRt,
    knitr,
    rmarkdown,
    stringr,
    BiocStyle
VignetteBuilder: knitr