-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
33 lines (33 loc) · 1.75 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
Package: reTCR
Title: TCR Repertoire Analysis in R
Version: 0.0.0.90
Authors@R:
c(
person("Ella Maria", "Schwab", email = "[email protected]", role = c("aut")),
person("Karishma", "Chhugani", email = "[email protected]", role = c("aut")),
person("Abdullah", "Al Nahid", email= "[email protected]", role = c("aut", "cre"), comment = c(ORCID = "0000-0002-4390-0768")),
person("Serghei", "Mangul", email = "[email protected]", role = c("aut", "rev"))
)
Description: The reTCR R package offers a streamlined framework for processing and analyzing TCR repertoire data from high-throughput sequencing experiments. It leverages the MiXCR software with custom presets tailored to different library preparation methods, ensuring standardized data processing for comparative studies. The package integrates seamlessly with R, enabling researchers to query and filter TCR repertoire data based on various metadata characteristics such as disease phenotype, age, gender, and library preparation methods. Additionally, it incorporates the pyTCR tool, which calculates a comprehensive set of diversity metrics, including the Shannon-Wiener index, Gini coefficient, weighted usage of V, D, and J genes, and the mean length of CDR3 nucleotide sequences, providing a robust platform for in-depth immune repertoire analysis.
License: MIT + file LICENSE
Encoding: UTF-8
URL: https://github.com/Mangul-Lab-USC/reTCR, https://mangul-lab-usc.github.io/reTCR
BugReports: https://github.com/Mangul-Lab-USC/reTCR/issues
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.1
Suggests:
testthat (>= 3.0.0),
knitr
Config/testthat/edition: 3
VignetteBuilder: knitr
Imports:
stats,
rlang,
ggplot2,
dplyr,
purrr,
stringr,
methods,
utils,
RColorBrewer,
magrittr