View source: R/geneAnnotationToCSV.R
geneAnnotationToCSV | R Documentation |
Dump gene annotation files to .csv for use in PharmacoDI
geneAnnotationToCSV( filePath = file.path("../..", "data", "metadata"), pattern = "Gencode.v33.annotation.*" )
filePath |
['character'] vector indiciating path to the annotation directory |
pattern |
['character'] files to match using 'pattern' argument in 'list.files' function |
NULL Writes files to 'filePath'
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.