morinlab / GAMBLR.results

A collection of functions to access results of the Genomic Analysis of Mature B-cell Lymphomas
MIT License
0 stars 0 forks source link

Change how `get_gene_expression` handle duplications #59

Open vladimirsouza opened 4 months ago

vladimirsouza commented 4 months ago

In this PR, I added the parameter default_priority for default row prioritization. The default I'm using is:

list(
  protocol = c("Strand_Specific_Transcriptome_2",
               "Strand_Specific_Transcriptome_3"),
  ffpe_or_frozen = "frozen"
)

Please, let me know whether there is a more adequate default prioritization.