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

prettyoncoplot updates #82

Merged
merged 7 commits into from
Dec 5, 2024
Merged

prettyoncoplot updates #82

merged 7 commits into from
Dec 5, 2024

Conversation

Kdreval
Copy link
Contributor

@Kdreval Kdreval commented Dec 4, 2024

This PR resolves #81 and also updates prettyOncoplot to properly handle the noncoding variants.
The code has also been restructured to ensure consistent formatting and indentation. More in-line documentation added to improve readability

Pull Request Checklists

Important: When opening a pull request, keep only the applicable checklist and delete all other sections.

Checklist for all PRs

Required

  • I ensured not to prepend the functions existing in both GAMBLR.data and GAMBLR.results with <package>::function() syntax.
  • I ensured not to add GAMBLR.data or GAMBLR.results to the @import section of the documentation

prettyOncoplot = function(
maf_df,
cnv_df,
onco_matrix_path,
Copy link
Contributor

Choose a reason for hiding this comment

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

This is now the only reference to onco_matrix_path in the whole function. Is it time to remove it and the recycleOncomatrix arg?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

just pushed the update deprecating this argument! ✅

Copy link
Contributor Author

Choose a reason for hiding this comment

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

passed all checks 😎

@Kdreval Kdreval merged commit 5fa9555 into master Dec 5, 2024
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Left % annotation in prettyOncoplot
2 participants