-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathDESCRIPTION
More file actions
25 lines (25 loc) · 1.32 KB
/
DESCRIPTION
File metadata and controls
25 lines (25 loc) · 1.32 KB
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
Package: NAIR
Type: Package
Title: Network Analysis of Immune Repertoire
Version: 1.0.4.9001
Authors@R: c(
person("Brian", "Neal", email = "Brian.Neal@ucsf.edu", role = c("aut", "cre")),
person("Hai", "Yang", email = "Hai.Yang@ucsf.edu", role = "aut"),
person("Daniil", "Matveev", email = "dmatveev@sfsu.edu", role = "aut"),
person("Phi Long", "Le", email = "PhiLong.Le@ucsf.edu", role = "aut"),
person("Li", "Zhang", email = "Li.Zhang@ucsf.edu", role = c("cph", "aut")))
Description: Pipelines for studying the adaptive immune repertoire of T cells
and B cells via network analysis based on receptor sequence similarity.
Relate clinical outcomes to immune repertoires based on their network
properties, or to particular clusters and clones within a repertoire.
Yang et al. (2023) <doi:10.3389/fimmu.2023.1181825>.
License: GPL (>= 3)
Encoding: UTF-8
LazyData: true
Depends: R (>= 3.1.0)
Imports: Rcpp (>= 1.0.8), lifecycle, igraph, ggraph, ggplot2, grDevices, utils, Matrix, stats, dplyr, rlang, RPatternJoin
Suggests: knitr, rmarkdown, testthat (>= 3.0.0)
LinkingTo: Rcpp, RcppArmadillo (>= 0.10.8.0.0)
VignetteBuilder: knitr
Config/testthat/edition: 3
URL: https://mlizhangx.github.io/Network-Analysis-for-Repertoire-Sequencing-/, https://github.com/mlizhangx/Network-Analysis-for-Repertoire-Sequencing-