View source: R/get_select_features.R
get_selected_features | R Documentation |
Calculates and transforms default immune features within a specified sample cohort .
get_selected_features(pdf, feature)
pdf |
A numeric data frame or matrix with samples as columns and gene/proteins as rows. |
feature |
A list of character identifying one or more of the four expression based features: EMTscore, AGscore, TCIscore, or IFNGscore |
Given a cohort of samples, calculates immune features within the cohort and transforms their values using probability integral transform. The resulting feature values will have a standard uniform distribution between [0,1]
A list with two dataframes containing transformed values for immune features and immune cell type fractions as listed in TCGA_immune_features_list
.
get_selected_features(pdf=sample_mRNA_data,feature="EMTscore")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.