Skip to content

Commit

Permalink
pseudo code
Browse files Browse the repository at this point in the history
  • Loading branch information
sophie22 committed May 7, 2022
1 parent 8aa983c commit 14960e3
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions genes_coverage.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
# Python 3.8

# Import libraries/packages for use in the code
import sys
import pandas as pd # v1.3.4

### Read inputs from the command line
# sambamba output file (tsv)

# coverage threshold (default to 30)


### Load sambamba output file contents into a DataFrame

### Identify exons with less than 100% coverage at 30x

### Identify unique genes with at least one exon with suboptimal coverage

### Write gene symbols with suboptimal coverage to file

0 comments on commit 14960e3

Please sign in to comment.