Package: FEAST
Type: Package
Title: FEAture SelcTion (FEAST) for Single-cell clustering
Version: 1.2.0
Authors@R: c(person("Kenong","Su", email ="kenong.su@emory.edu", role = c("aut","cre")),person("Hao","Wu", email ="hao.wu@emory.edu", role ="aut"))
Description: Cell clustering is one of the most important and commonly performed tasks in single-cell RNA sequencing (scRNA-seq) data analysis. 
            An important step in cell clustering is to select a subset of genes (referred to as “features”), whose expression patterns will then 
            be used for downstream clustering. A good set of features should include the ones that distinguish different cell types, 
            and the quality of such set could have significant impact on the clustering accuracy. 
            FEAST is an R library for selecting most representative features before performing the core of scRNA-seq clustering. It can be used 
            as a plug-in for the etablished clustering algorithms such as SC3, TSCAN, SHARP, SIMLR, and Seurat. 
            The core of FEAST algorithm includes three steps:
            1. consensus clustering;
            2. gene-level significance inference;
            3. validation of an optimized feature set.
License: GPL-2
Encoding: UTF-8
LazyData: true
Depends: R (>= 4.1), mclust, BiocParallel, SummarizedExperiment
biocViews: Sequencing, SingleCell, Clustering, FeatureExtraction
BugReports: https://github.com/suke18/FEAST/issues
Imports: SingleCellExperiment, methods, stats, utils, irlba, TSCAN,
        SC3, matrixStats
Suggests: rmarkdown, Seurat, ggpubr, knitr, testthat (>= 3.0.0),
        BiocStyle
VignetteBuilder: knitr
RoxygenNote: 7.1.1
NeedsCompilation: yes
Packaged: 2021-10-27 01:25:02 UTC; biocbuild
Author: Kenong Su [aut, cre],
  Hao Wu [aut]
Maintainer: Kenong Su <kenong.su@emory.edu>
git_url: https://git.bioconductor.org/packages/FEAST
git_branch: RELEASE_3_14
git_last_commit: cf2e5e8
git_last_commit_date: 2021-10-26
Date/Publication: 2021-10-26
Built: R 4.1.1; i386-w64-mingw32; 2021-10-27 10:56:01 UTC; windows
Archs: i386, x64
