Description Usage Arguments Value Author(s) Examples
RNA matrix of ENSG identifiers converted and aggregated (summed) to HUGO identifiers using targetid file from GENCODE v24.
1 2 3 4 5 6 7  | convert2hugo(
  mat,
 
    targetid_file = "/Users/patterja/Box Sync/Heiser_SMMARTReport/REFERENCE_FILES/target_id.txt",
  combined = FALSE,
  protein_coding = FALSE
)
 | 
mat | 
 (matrix) columns are sample names, rows are ENSG IDs  | 
targetid_file | 
 (char string) path to target_id.txt  | 
protein_coding | 
 (logical): filter for protein coding only and then aggregate to HUGO  | 
aggregated matrix with HUGO IDs
Janice Patterson
1  | convert2hugo(mat)
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.