Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

refactor(tcga): removed unnecessary imports #120 #111 #121

Merged
merged 1 commit into from
Jul 17, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading