-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathDESCRIPTION
35 lines (35 loc) · 1.2 KB
/
DESCRIPTION
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
Package: Signac
Title: An analytics package for Single-cell data
Version: 0.0.11
Author: BioTuring INC.
Maintainer: BioTuring <[email protected]>
Description: We introduce Signac, a versatile R package to facilitate the analysis workflow for single-cell data. It helps to find marker genes faster and more accurate, search for cells with similar expression profiles, integrate multiple datasets in the BioTuring Browser database (know more about BioTuring Browser), etc. For users with a limited computational resource, we provide the helper functions to exercise all analyses for the large-scale datasets from disk. Because of its speed and flexibility, it can be adapted to any existing R analysis pipeline to help explore single-cell data more efficient.
Encoding: UTF-8
LazyData: true
License: BioTuring INC. holds the copyright
Imports:
MASS,
BH,
Rhdf5lib,
Rcpp (>= 0.11.0)
LinkingTo:
Rcpp (>= 0.11.0),
RcppArmadillo,
RcppParallel,
Rhdf5lib,
RcppProgress,
BH
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.1.0
Suggests:
testthat
Depends:
RcppParallel,
Matrix,
readr,
httpuv,
jsonlite,
methods
SystemRequirements:
C++11
Remotes: bioc::3.8/Rhdf5lib