Description Usage Arguments Value Author(s) References Examples
Parses a TCGA DCC archive name into its components.
1 2 | ## S3 method for class 'character'
parseTcgaDccArchiveName(name, unlist=FALSE, ...)
|
name |
A |
unlist |
A |
... |
Not used. |
Returns a named character
vector
of length N=6.
Henrik Bengtsson (http://www.braju.com/R/)
[1] The TCGA Network, TCGA Data Primer - Version 1.0, July 2008.
1 2 | name <- "broad.mit.edu_GBM.HG-U133_Plus_2.1.0.0"
parts <- parseTcgaDccArchiveName(name)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.