Description Usage Arguments Value Examples
View source: R/feature_select.R
ImSig genes were designed to be co-expressed in tissue transcriptomic data. However, depending on the dataset some of the genes may not co-express with the dominant module. In order to remove such deviant genes, a feature selection can be carried out based on correlation. This function removes genes that exhibit a poor correlation (less than the defined r value) with the dominant ImSig module. This step of feature selection is recommended to enrich the prediction of relative abundance of immune cells.
1 | feature_select(exp, r = 0.6)
|
exp |
Dataframe of transcriptomic data (natural scale) containing genes as rows and samples as columns. Note: Gene names should be set as row names and duplicates are not allowed. Missing values are not allowed within the expression matrix. Check example- head(example_data): |
r |
Use a value between 0 and 1. Default is 0.6. This is a user defined correlation cut-off to perform feature selection. To get an idea of what cut-off to use check the results of ( |
Returns a list of 'feature selected' genes based on the set r value.
1 | feature_select (exp = example_data, r = 0.7)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.