Description Usage Arguments Value Examples
use curatedTCGAData request to acquire plate codes for samples
1 2 3 4 5 | get_plates(
tumcode = "BLCA",
assay = "RNASeq2GeneNorm",
samptypes = c("01", "02", "03", "04", "06", "09", "40")
)
|
tumcode |
a TCGA tumor code, usually 3 or for characters |
assay |
a curatedTCGAData assay code, run curatedTCGAData() to see a message with available options |
samptypes |
a character vector with codes as defined at https://gdc.cancer.gov/resources-tcga-users/tcga-code-tables/sample-type-codes |
a data.frame with a row for each TCGA contribution for the selected tumor type and assay type
1 2 3 4 5 | if (interactive()) {
plts_blca_rnaseq = get_plates()
dim(plts_blca_rnaseq)
head(plts_blca_rnaseq)
}
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.