Package: MEB
Type: Package
Title: A Minimum Enclosing Ball (MEB) method to detect differential
        expression genes for RNA-seq data
Version: 1.0.0
Author: Yan Zhou, Jiadi Zhu
Maintainer: Jiadi Zhu <2160090406@email.szu.edu.cn>,
 Yan Zhou <zhouy1016@szu.edu.cn>
Description: Identifying differential expression genes between the
    same or different species is an urgent demand for biological research.
    In most of cases, normalization is the first step to solve this problem,
    then by employing the hypothesis testing, we could detect statistically
    significant genes. With the development of machine learning, it gives
    us a new perspective on discrimination between differential expression
    (DE) and non-differential expression (non-DE) genes. Provided
    a set of training data, the procedure of distinguishing genes could be
    simplified as a classification problem. However, in reality, it is hard for
    us to get the information from both DE and non-DE genes. To solve
    this problem, we try to identify differential cases only in the domain of
    non-DE genes, and transform the problem to an outlier detection in
    machine learning.
    Given that non-DE genes have some similarities in features,
    we build a Minimum Enclosing Ball (MEB) to cover those non-DE
    genes in feature space, then those DE genes, which are enormously
    different from non-DE genes, being regarded as outliers and rejected
    outside the ball. Compared with existing methods, it is no need for
    the MEB method to normalize data in advance. Besides, the MEB
    method could be easily applied to the same or different species data
    and without changing too much.
License: GPL-2
Encoding: UTF-8
LazyData: true
Depends: R (>= 3.6.0)
Suggests: knitr,rmarkdown
VignetteBuilder: knitr
RoxygenNote: 6.1.1
Imports: e1071, SummarizedExperiment
biocViews: DifferentialExpression, GeneExpression, Normalization,
        Classification
git_url: https://git.bioconductor.org/packages/MEB
git_branch: RELEASE_3_10
git_last_commit: 8d8a47b
git_last_commit_date: 2019-10-29
Date/Publication: 2019-10-29
NeedsCompilation: no
Packaged: 2019-10-30 05:06:32 UTC; biocbuild
Built: R 3.6.1; ; 2019-10-30 13:38:24 UTC; windows
