Closed
Conversation
R script for parsing human interactome based on experimental evidence values R script for taking PANTHER pathways and parsing into STRING ID edge list
Now can access a list of TFs and Receptors to process a PANTHER pathway into sources and targets.
Used the function to generate Source and Target sets for 14 PANTHER pathways
…ss the data to make the combined networks (still in progress)
Collaborator
Author
|
@agitter The synthetic networks are be ready to use and ready for a first pass review.
|
Contributor
|
Closed in favor of #22. (I built on top of your work by Snakemake-ifying this entire script process, and converting that R script to python 👍) |
Collaborator
Author
|
@tristan-f-r This still needed to reviewed in general for how everything was being made. If that is going to be done in #22, that is fine, otherwise this should stay open. |
Contributor
Collaborator
Author
|
@tristan-f-r Okay, please make a note that in #22 that the code and data for this PR #11 (and I suspect #5 as well) still needs to be fully reviewed. Whoever reviews #22 can decide on the way to break down how to review the code. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Added code to make synthetic data SPRAS compatible
Added code to make the threshold interactomes with uniprot accession ids
Added code to make combined networks with pathways and threshold interactomes
Added code to do overlap analytics between the pathways and threshold interactomes
Updated TF file to use reviewed/unreviewed uniprot accession ids
Updated organization of code
Updated existing code to make easier to use
In progress of updating instructions on how to use code
Removed unused code and files