Skip to content

molecular-biology-lab/electrophoresis

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

electrophoresis

Count and create histogram of the DNA fragments.

Usage

CLI demo

$ cat /dev/urandom | base64 | tr -dc 'ATGC' | npx restriction-endonuclease AAGCTT | npx electrophoresis --resolution=10000
┌────────┬───────┬────────────┐
│ length │ count │ percentage │
├────────┼───────┼────────────┤
│ 0      │ 440   │ 44.85%     │
├────────┼───────┼────────────┤
│ 10000  │ 427   │ 43.52%     │
├────────┼───────┼────────────┤
│ 20000  │ 100   │ 10.19%     │
├────────┼───────┼────────────┤
│ 30000  │ 12    │ 1.22%      │
├────────┼───────┼────────────┤
│ 50000  │ 1     │ 0.1%       │
├────────┼───────┼────────────┤
│ 60000  │ 1     │ 0.1%       │
└────────┴───────┴────────────┘

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published