library(GDCRNATools)
context("gdcParseMetadata")
test_that("Parse metadata automatically", {
metaMatrix <- gdcParseMetadata(project.id = 'TCGA-CHOL',
data.type = 'RNAseq',
write.meta = FALSE)
expect_equal(unique(metaMatrix$project),"TCGA-CHOL")
})
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.