rsem_gene_results_header: Get the RSEM gene results column header

Description Usage Value Author(s) Examples

Description

A function that returns the column headers for the RSEM gene results output file.

Usage

1

Value

Returns a vector of the standard column headers with the addition of a sample column.

Author(s)

Richard J. de Borja <richard.deborja@uhnresearch.ca>

Examples

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()

Bio-Core/BioCore.CAMs documentation built on May 30, 2019, 6:10 p.m.