-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathDESCRIPTION
More file actions
37 lines (37 loc) · 993 Bytes
/
DESCRIPTION
File metadata and controls
37 lines (37 loc) · 993 Bytes
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
36
37
Package: PathwayEmbed
Title: Tools for Pathway-Level Embedding and Visualization in Single-Cell Data
Version: 0.0.0.9000
Authors@R:
person("Yaqing", "Huang", email = "yaqing.huang@yale.edu", role = c("aut", "cre"))
Description: Provides tools for analyzing and visualizing pathway-level activity
in single-cell RNA-seq data. Includes functions for computing cell-wise pathway scores,
visualizing transduction states, calculating activation percentages,
and integrating pathway data with Seurat objects.
License: MIT + file LICENSE
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.3
Depends:
R (>= 3.5)
Imports:
readxl,
RColorBrewer,
ggplot2,
cowplot,
dplyr,
matrixStats,
viridis,
stats,
effsize,
tidyverse,
purrr
Suggests:
Seurat,
scales,
rmarkdown,
knitr,
testthat (>= 3.0.0)
Config/testthat/edition: 3
LazyData: true
VignetteBuilder: knitr
URL: https://raredonlab.github.io/PathwayEmbed