Description Usage Value Author(s) Examples
View source: R/get_annovar_colnames.R
A function that returns the ANNOVAR column names.
1 |
Returns a list containing the column header for the ANNOVAR output dataframe.
Richard J. de Borja
1 2 | data <- data.frame(matrix(ncol=75, nrow=1))
colnames(data) <- get_annovar_colnames()
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.