get_plates | R Documentation |
use curatedTCGAData request to acquire plate codes for samples
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
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.