-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathDESCRIPTION
15 lines (15 loc) · 870 Bytes
/
DESCRIPTION
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
Package: testSctpa
Type: Package
Title: A portable toolkit for pathway activity score calculation
Version: 1.0
Date: 2021-08-19
Author: Your Name
Maintainer: Your Name <[email protected]>
Description: Single-cell RNA sequencing (scRNA-seq) analysis enables researchers to uncover more refined and novel cell clusters, which have greatly advanced our understanding of cellular states. Pathway activity score (PAS) analysis has been applied to transform the gene-level data into explainable gene sets representing biological processes or pathways to uncover the potential mechanism of cell heterogeneity. This package provide six portable interfaces for PAS calculation tools.
License: GPL-3
Imports: Rcpp (>= 1.0.7), Matrix, data.table, matrixStats, methods, AUCell
LinkingTo: Rcpp, RcppEigen
RoxygenNote: 7.1.2
Suggests:
testthat (>= 3.0.0)
Config/testthat/edition: 3