Skip to content

Commit

Permalink
Merge pull request #121 from jyaacoub/development
Browse files Browse the repository at this point in the history
refactor(tcga): removed unnecessary imports #120 #111
  • Loading branch information
jyaacoub authored Jul 17, 2024
2 parents 3bc02a9 + db959f7 commit b3ba9dd
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions tcga_analysis.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,6 @@
import matplotlib.pyplot as plt
import seaborn as sns

from src.analysis.utils import combine_dataset_pids
from src import config as cfg

# get all prots
def add_gene_name(df, biomart="/cluster/home/t122995uhn/projects/data/tcga/mart_export.tsv"):
bdf = pd.read_csv(biomart, sep='\t')
Expand Down

0 comments on commit b3ba9dd

Please sign in to comment.