Skip to content

Commit

Permalink
Merge pull request #360 from lishensuo/master
Browse files Browse the repository at this point in the history
adjust methylation datasets
  • Loading branch information
lishensuo authored Oct 15, 2024
2 parents 6a3f603 + b90ab2d commit b7932b1
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions R/get_pancan_value.R
Original file line number Diff line number Diff line change
Expand Up @@ -348,15 +348,15 @@ get_pancan_methylation_value <- function(identifier, type = c("450K", "27K"),
aggr <- match.arg(aggr)

if (type == "450K") {
# host <- "pancanAtlasHub"
# dataset <- "jhu-usc.edu_PANCAN_HumanMethylation450.betaValue_whitelisted.tsv.synapse_download_5096262.xena"
host <- "gdcHub"
dataset <- "GDC-PANCAN.methylation450.tsv"
host <- "pancanAtlasHub"
dataset <- "jhu-usc.edu_PANCAN_HumanMethylation450.betaValue_whitelisted.tsv.synapse_download_5096262.xena"
# host <- "gdcHub"
# dataset <- "GDC-PANCAN.methylation450.tsv"
} else {
# host <- "tcgaHub"
# dataset <- "TCGA.PANCAN.sampleMap/HumanMethylation27"
host <- "gdcHub"
dataset <- "GDC-PANCAN.methylation27.tsv"
host <- "tcgaHub"
dataset <- "TCGA.PANCAN.sampleMap/HumanMethylation27"
# host <- "gdcHub"
# dataset <- "GDC-PANCAN.methylation27.tsv"
}

data <- get_data(dataset, identifier, host, rule_out = rule_out, aggr = aggr)
Expand Down

0 comments on commit b7932b1

Please sign in to comment.