Skip to content

dataset: DepMap#70

Open
tristan-f-r wants to merge 112 commits into
mainfrom
dataset-depmap
Open

dataset: DepMap#70
tristan-f-r wants to merge 112 commits into
mainfrom
dataset-depmap

Conversation

@tristan-f-r
Copy link
Copy Markdown
Contributor

@tristan-f-r tristan-f-r commented Mar 18, 2026

TODOs:

  • Add preprocessing tfa scripts
  • Update preprocessing readme
  • Update depmap readme

@tristan-f-r tristan-f-r added dataset Mutating datasets in any way. blocked-by-other-pr For PRs that depend on other PRs. labels Mar 18, 2026
tristan-f-r and others added 2 commits March 18, 2026 16:54
Co-authored-by: Neha Talluri <78840540+ntalluri@users.noreply.github.com>
Comment thread datasets/depmap/README.md
Comment thread datasets/depmap/Snakefile Outdated
Comment thread datasets/depmap/Snakefile Outdated
Comment thread datasets/depmap/Snakefile Outdated
Comment thread datasets/depmap/Snakefile
@ntalluri ntalluri marked this pull request as ready for review May 26, 2026 22:25
interactome_df = pandas.read_csv(depmap_directory / "raw" / "9606.protein.physical.links.full.txt", sep=" ")

interactome_df = interactome_df.rename(columns={"protein1": "Interactor1", "protein2": "Interactor2", "combined_score": "Weight"})
interactome_df = interactome_df[interactome_df["Weight"] > 1]
Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
interactome_df = interactome_df[interactome_df["Weight"] > 1]
interactome_df = interactome_df[interactome_df["Weight"] > 1]
interactome_df["Weight"] = interactome_df["Weight"].div(1000) # combined_scores are between 1-1000: we normalize between 0-1

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

blocked-by-other-pr For PRs that depend on other PRs. dataset Mutating datasets in any way.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants