Skip to content

Commit

Permalink
add ensemblIDs to biomarker file
Browse files Browse the repository at this point in the history
  • Loading branch information
LMBradford committed Jul 11, 2024
1 parent ef2a12b commit 69b3590
Show file tree
Hide file tree
Showing 2 changed files with 66 additions and 66 deletions.
2 changes: 1 addition & 1 deletion Rmd/tgx_ddi.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -232,7 +232,7 @@ log10ratios <- log2ratios %>%
```

```{r classifier}
classifier_path <- file.path(params$projectdir, "resources", "Biomarker_TGx-DDI_Li2015_Tk6_with_IDs_PCA_and_training_set.txt")
classifier_path <- file.path(params$projectdir, "resources", "tgx-ddi_biomarker-classifier_Li-2015.txt")
classifier <- read.delim(classifier_path, sep = "\t")
# Save the classifier IDs for later
Expand Down
Loading

0 comments on commit 69b3590

Please sign in to comment.