morinlab / GAMBLR.viz

Collection of functions to make plots for Genomic Analysis of Mature B-cell Lymphomas in R
https://morinlab.github.io/GAMBLR.viz/
MIT License
0 stars 0 forks source link

`comp_report` finds errors to be fixed in GAMBLR.data and GAMBLR.results #8

Closed vladimirsouza closed 11 months ago

vladimirsouza commented 11 months ago

This bug happens when GAMBLR.data is loaded.

library(GAMBLR.datra)
> comp_report(this_sample = "HTMCP-01-06-00422-01A-01D",
+                   out = "reports/",
+                   export_individual_plots = TRUE)
Using the bundled CN segments (.seg) calls in GAMBLR.data...
Error:  You have given one or more unsupported or deprecated argument to  assign_cn_to_ssm . Please check the documentation and spelling of your arguments.
Offending argument(s): from_flatfile,use_augmented_maf
vladimirsouza commented 11 months ago

There is another error when GAMBLR.results is loaded.

>       comp_report(this_sample = "HTMCP-01-06-00422-01A-01D",
+                    out = "reports/",
+                    export_individual_plots = TRUE)

Error in get_sample_wildcards(this_sample_id, seq_type) :                                                          
  object 'seq_type' not found
In addition: Warning message:
In if (tissue_status_filter == "normal") { :
  the condition has length > 1 and only the first element will be used
mattssca commented 11 months ago

Thanks for reporting this. I can have a look at this and propose a fix.