Skip to content

Commit

Permalink
Adding CPTAC-2 to list. Need to review with previous work needs to be…
Browse files Browse the repository at this point in the history
… commit.
  • Loading branch information
Tiago Silva authored and Tiago Silva committed Sep 8, 2023
1 parent 9a80b47 commit 325d40b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/prepare.R
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ GDCprepare <- function(
}

cases <- ifelse(
grepl("TCGA|TARGET|CGCI-HTMCP-CC",query$results[[1]]$project %>% unlist()),
grepl("TCGA|TARGET|CGCI-HTMCP-CC|CPTAC-2",query$results[[1]]$project %>% unlist()),
query$results[[1]]$cases,
query$results[[1]]$sample.submitter_id
)
Expand Down

0 comments on commit 325d40b

Please sign in to comment.