This function estimate the stroma component gene expression profiles of all patients, using the proportion estimates obtained from function DisHet. The estimates are stored in a p-by-k matrix, where p is the number of genes and k is the number of patients.The order of genes and the order of patients are the same as in the input bulk sample expression matrix.
StromaExp(exp_T,exp_N,exp_G, rho)
Arguments
exp_T: Gene expression in bulk RNA-seq samples. The rows correspond to different genes. The columns correspond to different patients.
exp_N: Gene expression in the corresponding normal samples. The rows list the same set of genes as in exp_G. The columns correspond to patients matched with exp_T.
exp_G: Gene expression in the corresponding tumor samples. The rows list the same set of genes as in exp_G. The columns correspond to patients matched with exp_T.
rho: Output from function DisHet: the patient-specific proportion estimates corresponding to tumor, normal, stroma components in order.