• Stars
    star
    63
  • Rank 484,938 (Top 10 %)
  • Language
    Rust
  • License
    MIT License
  • Created over 7 years ago
  • Updated 4 months ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

De Bruijn graphs in Rust

rust-debruijn

De Bruijn graph construction & path compression libraries.

Docs

Key features

  • 2-bit packed fixed-length (Kmer) and variable-length (DnaString) sequence containers
  • Statically compiled code paths for different K values
  • Ability to track arbitrary auxiliary data through the DeBruijn graph
  • Customizable kmer counting & filtering schemes supporting a variety of use cases
  • DeBruijn graph compression
  • Minimum-substring partitioning to shard kmers for memory efficient counting and DeBruijn graph compression
  • Configurable for stranded and non-stranded input sequence
  • Extensive unit test suite
  • In production use in Supernova, Long Ranger, Cell Ranger, and Cell Ranger VDJ pipelines from 10x Genomics.

More Repositories

1

cellranger

10x Genomics Single Cell Analysis
Rust
357
star
2

vartrix

Single-Cell Genotyping Tool
Rust
199
star
3

rust-boomphf

Fast and scalable minimal perfect hashing for massive key sets
Rust
129
star
4

loupeR

Convert Seurat objects to 10x Genomics Loupe files.
R
95
star
5

single-cell-3prime-paper

R
83
star
6

subset-bam

Rust
66
star
7

supernova

10x Genomics Linked-Read Diploid De Novo Assembler
C++
64
star
8

bamtofastq

Convert 10x BAM files to the original FASTQs compatible with 10x pipelines
Rust
59
star
9

scHLAcount

Count HLA alleles in single-cell RNA-seq data
TeX
58
star
10

rust-pseudoaligner

Single-Cell RNA-seq pseudo-aligner
Rust
50
star
11

rust-shardio

Out-of-memory sorting of large datasets map / reduce style processing
Rust
47
star
12

enclone

VDJ Clonotyping & Analysis Tools
Rust
46
star
13

rust-toolbox

Rust utility code
Rust
32
star
14

HumanColonCancer_VisiumHD

Associated code to the manuscript "Characterization of immune cell populations in the tumor microenvironment of colorectal cancer using high definition spatial profiling"
R
32
star
15

longranger

10x Genomics Linked-Read Alignment, Variant Calling, Phasing, and Structural Variant Calling
Python
30
star
16

lariat

Linked-Read Alignment Tool
Go
28
star
17

single-cell-3prime-snp-clustering

Python
22
star
18

rust-bwa

Rust wrapper of the BWA C API
Rust
18
star
19

cellranger-atac

Python
16
star
20

scan-rs

Single-cell analysis methods in Rust
Rust
15
star
21

fastq_set

Tools for working FASTQ files from sequencers (R1/R2/I1/I2)
Rust
14
star
22

orbit

Rust wrapper for STAR aligner
C
14
star
23

janesick_nature_comms_2023_companion

Code companion to the publication "High resolution mapping of the breast cancer tumor microenvironment using integrated single cell, spatial and in situ analysis of FFPE tissue"
Jupyter Notebook
14
star
24

thermite

Spliced short read aligner implemented in Rust
Rust
8
star
25

websummary

Generate an HTML report in Rust
Rust
5
star
26

analysis_guides

10x Genomics analysis guides files
Jupyter Notebook
5
star
27

enclone_ranger

Core components for enclone
Rust
4
star
28

supernova-chili-pepper

C++
2
star
29

rules_conda

Bazel rules for creating conda environments
Go
1
star
30

louvain

Louvain graph clustering
C++
1
star
31

cellranger-dna

Single Cell DNA Copy Number Profiling
Go
1
star