Create an InformativeGenes object
create_InformativeGenes.Rd
This function runs differential expression analysis (DESeq2) and gene set enrichment analysis (GSEA) to generate a InformativeGenes object, which is necessary for creating the CASCAM object.
Arguments
- tumor_ct
a data frame or matrix of the un-normalized (estimated) counts of sequencing reads or fragments from the tumor data with Rows for genes with row names of HGNC gene symbols and columns for samples.
- tumor_lab
a vector of strings indicating the labels of the tumor samples.
- interested_subtype
a string indicating the interested tumor subtype, and it should be included in the tumor labels.