Tools for single-cell feature barcoding analysis
Project description
工欲善其事,必先利其器。—— 论语·卫灵公
fba
Tools for single-cell feature barcoding analysis
Jialei Duan, Gary C Hon, FBA: feature barcoding analysis for single cell RNA-Seq, Bioinformatics, Volume 37, Issue 22, 15 November 2021, Pages 4266–4268. DOI: https://doi.org/10.1093/bioinformatics/btab375. PMID: 33999185.
What is fba
?
fba
is a flexible and streamlined toolbox for quality control, quantification, demultiplexing of various feature barcoding assays. It can be applied to customized feature barcoding specifications, including different CRISPR constructs or targeted enriched transcripts. fba
allows users to customize a wide range of parameters for the quantification and demultiplexing process. fba
also has a user-friendly quality control module, which is helpful in troubleshooting feature barcoding experiments.
Installation
fba
can be installed with pip
:
pip install fba
Alternatively, you can install this package with conda
:
conda install -c bioconda fba
Workflow Example
- CRISPR screening
- Cell surface protein labeling
- ECCITE-seq
- PHAGE-ATAC
- CellPlex
- Cell hashing
- MULTI-seq
- Targeted transcript enrichment
- Pseudo-bulk
Usage
$ fba
usage: fba [-h] ...
Tools for single-cell feature barcoding analysis
optional arguments:
-h, --help show this help message and exit
functions:
extract extract cell and feature barcodes
map map enriched transcripts
filter filter extracted barcodes
count count feature barcodes per cell
demultiplex demultiplex cells based on feature abundance
qc quality control of feature barcoding assay
kallisto_wrapper
deploy kallisto/bustools for feature barcoding
quantification
extract
: extract cell and feature barcodes from paired fastq files. For single cell assays, read 1 usually contains cell partitioning and UMI information, and read 2 contains feature information.map
: quantify enriched transcripts (through hybridization or PCR amplification) from parent single cell libraries. Read 1 contains cell partitioning and UMI information, and read 2 contains transcribed regions of enriched/targeted transcripts of interest. BWA (Li, H. 2013) or Bowtie2 (Langmead, B., et al. 2012) is used for read 2 alignment. The quantification (UMI deduplication) of enriched/targeted transcripts is powered by UMI-tools (Smith, T., et al. 2017).filter
: filter extracted cell and feature barcodes (output ofextract
orqc
). Additional fragment filter/selection can be applied through-cb_seq
and/or-fb_seq
.count
: count UMIs per feature per cell (UMI deduplication), powered by UMI-tools (Smith, T., et al. 2017). Take the output ofextract
orfilter
as input.demultiplex
: demultiplex cells based on the abundance of features (matrix generated bycount
as input).qc
: generate diagnostic information. If-1
is omitted, bulk mode is enabled and only read 2 will be analyzed.kallisto_wrapper
: deploy kallisto/bustools for feature barcoding quantification (just a wrapper) (Bray, N.L., et al. 2016).
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file fba-0.0.13.tar.gz
.
File metadata
- Download URL: fba-0.0.13.tar.gz
- Upload date:
- Size: 44.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.9.13
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 5009ba60bc879e4b9bb46ad8d597b9077daf1e9d73379487ca9941ba155c5edf |
|
MD5 | 05c7cf31df86713c227bf7595fc35561 |
|
BLAKE2b-256 | acbe6e78ff8c9628f45527c8fcd25faaafe00937a42d67a7b5da765ecec381ba |
File details
Details for the file fba-0.0.13-py3-none-any.whl
.
File metadata
- Download URL: fba-0.0.13-py3-none-any.whl
- Upload date:
- Size: 43.2 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.9.13
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 7416805bc49e5e6e132c5b2fd9261f21282b212c1cb5aaef41ea0fbdb8c62194 |
|
MD5 | 9c9f645299c5de2565001e102be8bdf5 |
|
BLAKE2b-256 | f7daa639ff75d1839741002c4bf9fb42fcdab9060bc641e80887bb7ef2c46bc1 |