Package: scifer Type: Package Title: Scifer: Single-Cell Immunoglobulin Filtering of Sanger Sequences Version: 1.15.1 Authors@R: c(person(given = "Rodrigo", family = "Arcoverde Cerveira", role = c("aut", "cre", "cph"), email = "rodrigo.arcoverdi@gmail.com", comment = c(ORCID = "0000-0002-1145-2534")), person(given = "Marcel", family = "Martin", role = c("ctb")), person(given = "Matthew James", family = "Hinchcliff", role = c("ctb")), person(given = "Sebastian", family = "Ols", role = c("aut", "dtc"), comment = c(ORCID = "0000-0001-9784-7176")), person(given = "Karin", family = "Loré", role = c("dtc", "ths", "fnd"), comment = c(ORCID = "0000-0001-7679-9494"))) URL: https://github.com/rodrigarc/scifer BugReports: https://github.com/rodrigarc/scifer/issues Description: Have you ever index sorted cells in a 96 or 384-well plate and then sequenced using Sanger sequencing? If so, you probably had some struggles to either check the electropherogram of each cell sequenced manually, or when you tried to identify which cell was sorted where after sequencing the plate. Scifer was developed to solve this issue by performing basic quality control of Sanger sequences and merging flow cytometry data from probed single-cell sorted B cells with sequencing data. scifer can export summary tables, 'fasta' files, electropherograms for visual inspection, and generate reports. License: MIT + file LICENSE Encoding: UTF-8 biocViews: Preprocessing, QualityControl, SangerSeq, Sequencing, Software, FlowCytometry, SingleCell Imports: dplyr, rmarkdown, data.table, Biostrings, stats, plyr, knitr, ggplot2, gridExtra, DECIPHER, stringr, sangerseqR, kableExtra, tibble, scales, rlang, flowCore, methods, basilisk, basilisk.utils, reticulate, here, pwalign, utils RoxygenNote: 7.3.2 VignetteBuilder: knitr Suggests: BiocBaseUtils, fs, BiocStyle, testthat (>= 3.0.0) Enhances: parallel Config/testthat/edition: 3 StagedInstall: no Config/pak/sysreqs: cmake libfontconfig1-dev libfreetype6-dev libfribidi-dev make libharfbuzz-dev libicu-dev libpng-dev libuv1-dev libxml2-dev libssl-dev python3 zlib1g-dev Repository: https://bioc.r-universe.dev Date/Publication: 2026-06-18 11:45:20 UTC RemoteUrl: https://github.com/bioc/scifer RemoteRef: HEAD RemoteSha: 0f46ed0586ad97170de03b7271f48fd52135587b NeedsCompilation: no Packaged: 2026-07-18 08:49:09 UTC; root Author: Rodrigo Arcoverde Cerveira [aut, cre, cph] (ORCID: ), Marcel Martin [ctb], Matthew James Hinchcliff [ctb], Sebastian Ols [aut, dtc] (ORCID: ), Karin Loré [dtc, ths, fnd] (ORCID: ) Maintainer: Rodrigo Arcoverde Cerveira