diff --git a/DESCRIPTION b/DESCRIPTION index 233040d..8db19a6 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -1,6 +1,6 @@ Package: Ibex Title: Methods for BCR single-cell embedding -Version: 1.0.0 +Version: 0.99.33 Authors@R: c( person(given = "Nick", family = "Borcherding", role = c("aut", "cre"), email = "ncborch@gmail.com")) Description: Implementation of the Ibex algorithm for single-cell embedding based on BCR sequences. The package includes a standalone function to encode BCR sequence information by amino acid properties or sequence order using tensorflow-based autoencoder. In addition, the package interacts with SingleCellExperiment or Seurat data objects. @@ -44,8 +44,6 @@ Suggests: utils, viridis SystemRequirements: Python (via basilisk) -Remotes: - BorchLab/immApex VignetteBuilder: knitr Language: en-US URL: https://github.com/BorchLab/Ibex/ diff --git a/data/ibex_example.rda b/data/ibex_example.rda index 30c74f8..0590060 100644 Binary files a/data/ibex_example.rda and b/data/ibex_example.rda differ diff --git a/data/ibex_vdj.rda b/data/ibex_vdj.rda index 7c05d7d..521de08 100644 Binary files a/data/ibex_vdj.rda and b/data/ibex_vdj.rda differ