Description Usage Arguments Examples
Get a Manifest from GDCquery output that can be used with GDC-client
1 | getManifest(query, save = FALSE)
|
query |
A query for GDCquery function |
save |
Write Manifest to a txt file (tab separated) |
1 2 3 4 5 6 | query <- GDCquery(project = "TARGET-AML",
data.category = "Transcriptome Profiling",
data.type = "Gene Expression Quantification",
workflow.type = "HTSeq - Counts",
barcode = c("TARGET-20-PADZCG-04A-01R","TARGET-20-PARJCR-09A-01R"))
getManifest(query)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.