get_features | R Documentation |
Calculates and transforms default immune features within a specified sample cohort .
get_features(pdf)
pdf |
A numeric data frame or matrix with samples as columns and gene/proteins as rows. |
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_features(pdf=sample_mRNA_data)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.