Skip to content

fraterenz/binuma

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Binuma

Summary statistics from single-cell BINary mUation MAtrices in Python.

A binary muation matrix $A$ (also known as a genotype matrix) is a NxD array where the rows are unique mutations and columns unique cells found in the sequencing sample. The entry $a_{ij}$ is 1 if the mutation $i$ is present in the cell $j$, otherwise $a_{ij}$ is 0.

Statistics

The following statistics are implemented for now:

  1. site frequency spectrum (SFS): the frequency of the number mutations found in each cell
  2. single-cell mutational burden: the number of mutations found in each cell

Datasets

This package provides allows to compute the statistics for the following datasets:

About

Summary statistics from single-cell binary genotype matrices

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages