-
Notifications
You must be signed in to change notification settings - Fork 66
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #70 from immunomind/dev
0.6.5 CRAN release
- Loading branch information
Showing
65 changed files
with
1,206 additions
and
846 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,18 +1,18 @@ | ||
Package: immunarch | ||
Type: Package | ||
Title: Bioinformatics Analysis of T-Cell and B-Cell Immune Repertoires | ||
Version: 0.6.4 | ||
Version: 0.6.5 | ||
Authors@R: c( | ||
person("Vadim I.", "Nazarov", , "[email protected]", c("aut", "cre")), | ||
person("Vasily O.", "Tsvetkov", , role = "aut"), | ||
person("Eugene", "Rumynskiy", , role = "aut"), | ||
person("Anna", "Lorenc", , role = "aut"), | ||
person("Daniel J.", "Moore", , role = "aut"), | ||
person("Victor", "Greiff", , role = "aut"), | ||
person("Anna", "Lorenc", , role = "ctb"), | ||
person("Daniel J.", "Moore", , role = "ctb"), | ||
person("Victor", "Greiff", , role = "ctb"), | ||
person("ImmunoMind", role = c("cph", "fnd")) | ||
) | ||
Contact: [email protected] | ||
Description: A comprehensive framework for bioinformatics analysis of bulk and single-cell | ||
Description: A comprehensive framework for bioinformatics exploratory analysis of bulk and single-cell | ||
T-cell receptor and antibody repertoires. It provides seamless data loading, analysis and | ||
visualisation for AIRR (Adaptive Immune Receptor Repertoire) data, both bulk immunosequencing (RepSeq) | ||
and single-cell sequencing (scRNAseq). It implements most of the widely used AIRR analysis methods, | ||
|
@@ -24,22 +24,21 @@ License: AGPL-3 | |
URL: https://immunarch.com/, https://github.com/immunomind/immunarch | ||
BugReports: https://github.com/immunomind/immunarch/issues | ||
Imports: | ||
factoextra (>= 1.0.4), | ||
fpc, | ||
UpSetR (>= 1.4.0), | ||
pheatmap (>= 1.0.12), | ||
ggrepel (>= 0.8.0), | ||
reshape2 (>= 1.4.2), | ||
factoextra (>= 1.0.4), | ||
fpc, | ||
circlize, | ||
MASS (>= 7.3), | ||
Rtsne (>= 0.15), | ||
readr (>= 1.3.1), | ||
readxl (>= 1.3.1), | ||
shiny (>= 1.4.0), | ||
shinythemes, | ||
treemap, | ||
airr, | ||
ggseqlogo, | ||
UpSetR (>= 1.4.0), | ||
stringr (>= 1.4.0), | ||
ggalluvial (>= 0.10.0), | ||
Rcpp (>= 1.0), | ||
|
@@ -57,7 +56,7 @@ Depends: | |
dplyr (>= 0.8.0), | ||
dtplyr (>= 1.0.0), | ||
data.table (>= 1.12.6), | ||
gridExtra (>= 2.2.1) | ||
patchwork | ||
LinkingTo: Rcpp | ||
Suggests: | ||
knitr (>= 1.8), | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -73,4 +73,9 @@ IMMCOL$type <- c( | |
"integer", "integer", "integer", "character" | ||
) | ||
|
||
# Additional information | ||
IMMCOL_ADD <- new.env() | ||
# separator for paired chain data | ||
IMMCOL_ADD$scsep <- ";" | ||
|
||
IMMUNR_ERROR_NOT_IMPL <- "ERROR: not implemented yet. Please contact us via [email protected] if you need it in your research." |
Oops, something went wrong.