Description Usage Value Author(s) Examples
A function that returns the column headers for the RSEM gene results output file.
1 |
Returns a vector of the standard column headers with the addition of a sample column.
Richard J. de Borja <richard.deborja@uhnresearch.ca>
1 2 3 | data_ex <- data.frame(matrix(nrow=1, ncol=8))
data_ex[1,] <- c("AKT1", "NM_001243027", 2112.00, 1915.84, 4.00, 0.92, 0.43, "S1")
colnames(data_ex) <- rsem_gene_results_header()
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.