-
Notifications
You must be signed in to change notification settings - Fork 8
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
Wrh.dev #25
Draft
weshorton
wants to merge
337
commits into
Elisseeff-Lab:master
Choose a base branch
from
FertigLab:wrh.dev
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Draft
Wrh.dev #25
Conversation
This file contains 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
Definition of the linkage summary class added to facilitate comparisons of linkages established in domino objects across sample covariates.
updating readme with archived versions of domino from publication.
also includes a bug fix where lists of linkage counts were being saved into the resulting data frame instead of a numeric vector.
Changed base from master to alt_gene_conversions_&_class_checks to integrate with compare_linkages changes intended for v0.2.2
Changed base from master to alt_gene_conversions_&_class_checks to integrate with compare_linkages changes intended for v0.2.2
Changed base from master to alt_gene_conversions_&_class_checks to integrate with compare_linkages changes intended for v0.2.2
Removed deleted function get_regulon_info
This reverts commit c34d66f.
(1) Start an attempt to subset the ligands output in incoming signaling heatmap. Having trouble getting color scale for the subset. (2) Add option to signaling_network to adjust offset for labels that end up on the left and right sides of the plot (3) Also changed label distance in signaling_network - can this be an option? (4) Add circle.margin to circos plot generation in order to have space for legend and title. Can this either be supplied using ... as is, or is there a better way to not hard-code this? (5) Update circos plot to be able to make a plot using only a subset of the populations.
…ts (don't work rn b/c that bit is commented out)
…coming_signaling_heatmap man sections. Updates to feat_heatmap: (1) New 'clust' argument to provide a vector of clusters for display (instead of all clusters) (2) Add cell names to cl as names in order to sort table appropriately (3) remove because the above does the sort now (and this didn't work) (4) Updated to provide a warning if data has a cluster that isn't provided in the cols argument and then creates a randomly generated color for it
…ut of and turns it into a function. Replace loop in create_domino with new function
…uction out of and turns it into a function. Replace loop in create_domino with new function" This reverts commit 0f34cf1.
…mbine these two functions
… expression by cluster and makes a ligand-receptor map
1. Added markdown to resolve_names and resolve_complexes 2. Updated resolve_names to resolve receptors or ligands 3. get_all_reclig is a function made from first bit of original outgoing_network. Returns all ligands or all receptors in the domino object
1. add markdown to avg_exp_for_complexes 2. Extract receptor/ligand average expression loop from outgoing_network and put in own function - avg_reclig_expr 3. New function invert_rec_lig_linkages that adds dom@linkages, which is inverse of dom@linkages 4. New function invert_rec_lig_expr that adds dom@cr_signaling_matrices and dom@rec_signaling 5. Add sushma's outgoing_network function, with markdown and all these new functions included. Extend functionality to include the receptor in the receiving cluster's expression.
…the ligand one, keep the original receptor one but deprecated
…ng run (since it takes a while)
…ts messed up in the for loop. Also subset the input clusters in case they're not expressed in the object. Also added a new title option
…rcos_ligand_receptor_general in a loop without it breaking.Added a which_v option to indicate whether receptor or ligand should be used (so that you can subset the pair). Example, if plotting a receptor with 5 ligands, you can now specify which of those 5 ligands you want to include in the plot, instead of all 5.
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.
Testing draft pull request