Skip to content

Commit

Permalink
Merge pull request #98 from selkamand/80-add-acknowledgements-+-updat…
Browse files Browse the repository at this point in the history
…e-license-ahead-of-release

80 add acknowledgements + update license ahead of release
  • Loading branch information
selkamand authored Jun 17, 2024
2 parents 70d2d29 + bbf24e7 commit ea55d07
Show file tree
Hide file tree
Showing 6 changed files with 34 additions and 8 deletions.
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ Version: 0.1.0
Authors@R:
person(given = "Sam",
family = "El-Kamand",
role = c("aut", "cre", "cph"),
role = c("aut", "cre"),
email = "[email protected]",
comment = c(ORCID = "0000-0003-2270-8088"))
Description: Generate oncoplots from tabular mutational data.
Expand Down
4 changes: 2 additions & 2 deletions LICENSE
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
YEAR: 2022
COPYRIGHT HOLDER: ggoncoplot authors
YEAR: 2024
COPYRIGHT HOLDER: Children's Cancer Institute
2 changes: 1 addition & 1 deletion LICENSE.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# MIT License

Copyright (c) 2022 ggoncoplot authors
Copyright (c) 2024 Children's Cancer Institute

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
13 changes: 12 additions & 1 deletion README.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -98,11 +98,22 @@ gbm_df |>
col_samples = "Tumor_Sample_Barcode",
col_mutation_type = "Variant_Classification",
metadata = gbm_clinical_df,
cols_to_plot_metadata = c('gender', 'histological_type', 'prior_glioma', 'tumor_tissue_site'),
cols_to_plot_metadata = c('gender', 'histological_type', 'prior_glioma', 'tumor_tissue_site'),
draw_tmb_barplot = TRUE,
draw_gene_barplot = TRUE,
show_all_samples = TRUE,
interactive = FALSE
)
```


## Acknowledgements

We acknowledge the developers and contributors whose packages and efforts were integral to the development of ggoncoplot:

- **David Gohel** for the `ggiraph` package, which enables the interactivity of ggoncoplot.
- **Thomas Lin Pedersen** for his contributions to the `patchwork` package and the maintenance of `ggplot2`.
- **Hadley Wickham** and all contributors to the `ggplot2` package, which provides a robust foundation for data visualization in R.

Additionally, we thank **Dr. Marion Mateos** for her insightful feedback during the early stages of ggoncoplot development.

17 changes: 16 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ gbm_df |>
col_samples = "Tumor_Sample_Barcode",
col_mutation_type = "Variant_Classification",
metadata = gbm_clinical_df,
cols_to_plot_metadata = c('gender', 'histological_type', 'prior_glioma', 'tumor_tissue_site'),
cols_to_plot_metadata = c('gender', 'histological_type', 'prior_glioma', 'tumor_tissue_site'),
draw_tmb_barplot = TRUE,
draw_gene_barplot = TRUE,
show_all_samples = TRUE,
Expand All @@ -139,3 +139,18 @@ gbm_df |>
```

<img src="man/figures/README-unnamed-chunk-4-1.png" width="100%" />

## Acknowledgements

We acknowledge the developers and contributors whose packages and
efforts were integral to the development of ggoncoplot:

- **David Gohel** for the `ggiraph` package, which enables the
interactivity of ggoncoplot.
- **Thomas Lin Pedersen** for his contributions to the `patchwork`
package and the maintenance of `ggplot2`.
- **Hadley Wickham** and all contributors to the `ggplot2` package,
which provides a robust foundation for data visualization in R.

Additionally, we thank **Dr. Marion Mateos** for her insightful feedback
during the early stages of ggoncoplot development.
4 changes: 2 additions & 2 deletions vignettes/quick_start.Rmd → vignettes/manual.Rmd
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
---
title: "Usage"
title: "Manual"
output: rmarkdown::html_vignette
vignette: >
%\VignetteIndexEntry{quick_start}
%\VignetteIndexEntry{manual}
%\VignetteEngine{knitr::rmarkdown}
%\VignetteEncoding{UTF-8}
---
Expand Down

0 comments on commit ea55d07

Please sign in to comment.