File tree Expand file tree Collapse file tree 1 file changed +10
-4
lines changed Expand file tree Collapse file tree 1 file changed +10
-4
lines changed Original file line number Diff line number Diff line change @@ -390,10 +390,15 @@ query.met.lgg <- GDCquery(
390
390
barcode = c("TCGA-HT-7879-01A-11D-2399-05", "TCGA-HT-8113-01A-11D-2399-05")
391
391
)
392
392
GDCdownload(query.met.lgg)
393
- met.lgg.450 <- GDCprepare(query = query.met.lgg,
394
- save = TRUE,
395
- save.filename = "lggDNAmet450k.rda",
396
- summarizedExperiment = TRUE)
393
+ met.lgg.450 <- GDCprepare(
394
+ query = query.met.lgg,
395
+ save = TRUE,
396
+ save.filename = "lggDNAmet450k.rda",
397
+ summarizedExperiment = TRUE
398
+ )
399
+
400
+ met.lgg.450$days_to_death <- NA
401
+ met.lgg.450$year_of_death <- NA
397
402
met.gbm.lgg <- SummarizedExperiment::cbind(met.lgg.450, met.gbm.450)
398
403
399
404
@@ -445,6 +450,7 @@ query <- GDCquery(
445
450
GDCdownload(query)
446
451
data <- GDCprepare(query)
447
452
```
453
+
448
454
If a [ SummarizedExperiment object] ( http://www.nature.com/nmeth/journal/v12/n2/fig_tab/nmeth.3252_F2.html ) was chosen, the data can be accessed
449
455
with three different accessors: * assay* for the data information,
450
456
* rowRanges* to gets the range of values in each row and * colData* to get
You can’t perform that action at this time.
0 commit comments