Skip to content
This repository has been archived by the owner on Jun 21, 2023. It is now read-only.

Commit

Permalink
update subset files for lgat fusions (#835)
Browse files Browse the repository at this point in the history
Co-authored-by: Jaclyn Taroni <jaclyn.n.taroni@gmail.com>
  • Loading branch information
Jo Lynne Rokita and jaclyn-taroni authored Nov 12, 2020
1 parent f2b77b1 commit ff2ce76
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion analyses/create-subset-files/02-subset_files.R
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ subset_files <- function(filename, biospecimen_ids, output_directory) {
fusion_file %>%
dplyr::filter(Sample %in% biospecimen_ids |
# this is required for the the fusion-summary module
grepl("RELA|MN1|EWSR1", FusionName)) %>%
grepl("RELA|MN1|EWSR1|FGFR1--TACC1|MYB--QKI|BRAF", FusionName)) %>%
readr::write_tsv(output_file)
} else if (grepl("bysample", filename)) {
fusion_file %>%
Expand Down
2 changes: 1 addition & 1 deletion analyses/create-subset-files/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ Certain analysis modules have required modifications to the subset file creation
* [`sex-prediction-from-RNASeq`](https://github.com/AlexsLemonade/OpenPBTA-analysis/tree/master/analyses/sex-prediction-from-RNASeq) required that we specified `Male` and `Female` samples (`reported_gender`) were both represented in the `stranded` RNA-seq data.
* `tp53_nf1_module` requires us to include a set of biospecimen IDs for samples that have _TP53_ and _NF1_ mutations and are present in the `stranded` RNA-seq dataset.
See the `00-enrich-positive-examples` notebook for more information.
* `fusion-summary` requires us to include fusions that involve _MN1_, _RELA_, or _EWSR1_.
* `fusion-summary` requires us to include _FGFR1--TACC1_, _MYB--QKI_, fusions or fusions that involve _BRAF_, _MN1_, _RELA_, or _EWSR1_.

### Local development

Expand Down

0 comments on commit ff2ce76

Please sign in to comment.