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

Wrh.dev #90

Draft
wants to merge 25 commits into
base: bioconductor
Choose a base branch
from
Draft

Wrh.dev #90

wants to merge 25 commits into from

Commits on Feb 22, 2024

  1. Long commit, forgot to commit while working.

    (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.
    weshorton committed Feb 22, 2024
    Configuration menu
    Copy the full SHA
    0061099 View commit details
    Browse the repository at this point in the history

Commits on Feb 23, 2024

  1. Configuration menu
    Copy the full SHA
    d4ea351 View commit details
    Browse the repository at this point in the history
  2. Update incoming_signaling_heatmap man to have the new display argumen…

    …ts (don't work rn b/c that bit is commented out)
    weshorton committed Feb 23, 2024
    Configuration menu
    Copy the full SHA
    cfe736f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    805e565 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    4813629 View commit details
    Browse the repository at this point in the history
  5. Fix display_top/display_method mixup between signaling_heatmap and in…

    …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
    weshorton committed Feb 23, 2024
    Configuration menu
    Copy the full SHA
    062008d View commit details
    Browse the repository at this point in the history

Commits on Feb 26, 2024

  1. Configuration menu
    Copy the full SHA
    d67b9f3 View commit details
    Browse the repository at this point in the history
  2. New function make_rl_reading that takes the rl_reading construction o…

    …ut of and turns it into a function. Replace loop in create_domino with new function
    weshorton committed Feb 26, 2024
    Configuration menu
    Copy the full SHA
    0f34cf1 View commit details
    Browse the repository at this point in the history
  3. Revert "New function make_rl_reading that takes the rl_reading constr…

    …uction out of and turns it into a function. Replace loop in create_domino with new function"
    
    This reverts commit 0f34cf1.
    weshorton committed Feb 26, 2024
    Configuration menu
    Copy the full SHA
    e6168ce View commit details
    Browse the repository at this point in the history
  4. Add new function that is reverse of circos_ligand_receptor. To do: co…

    …mbine these two functions
    weshorton committed Feb 26, 2024
    Configuration menu
    Copy the full SHA
    50c876c View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    80228a2 View commit details
    Browse the repository at this point in the history
  6. New function that takes a built domino object and calculates receptor…

    … expression by cluster and makes a ligand-receptor map
    weshorton committed Feb 26, 2024
    Configuration menu
    Copy the full SHA
    660128b View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    508517b View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    c62d516 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    a530ef4 View commit details
    Browse the repository at this point in the history

Commits on Feb 28, 2024

  1. Part 1 of large update to Sushma's outgoing_network code.

    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
    weshorton committed Feb 28, 2024
    Configuration menu
    Copy the full SHA
    479d764 View commit details
    Browse the repository at this point in the history
  2. Part 2 of large update to Sushma's outgoing_network code.

    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.
    weshorton committed Feb 28, 2024
    Configuration menu
    Copy the full SHA
    5fc194b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    42e5fd4 View commit details
    Browse the repository at this point in the history
  4. Combined both circos plot versions into one generalized plot. Remove …

    …the ligand one, keep the original receptor one but deprecated
    weshorton committed Feb 28, 2024
    Configuration menu
    Copy the full SHA
    2c9f97c View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    a8575ba View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    b588a44 View commit details
    Browse the repository at this point in the history
  7. Add verbose option to outgoign_network to update which cluster is bei…

    …ng run (since it takes a while)
    weshorton committed Feb 28, 2024
    Configuration menu
    Copy the full SHA
    3fc3cb3 View commit details
    Browse the repository at this point in the history

Commits on Feb 29, 2024

  1. Configuration menu
    Copy the full SHA
    1f0d945 View commit details
    Browse the repository at this point in the history

Commits on Mar 1, 2024

  1. Update gene_network function. Fixed the L_ substitution because it ge…

    …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
    weshorton committed Mar 1, 2024
    Configuration menu
    Copy the full SHA
    bf09d03 View commit details
    Browse the repository at this point in the history

Commits on Jul 9, 2024

  1. Changed stop()'s to warnings()'s for expression check so I can run ci…

    …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.
    weshorton committed Jul 9, 2024
    Configuration menu
    Copy the full SHA
    bb93e16 View commit details
    Browse the repository at this point in the history