View source: R/qc_and_pre-processing.R
check_signature_vs_dataset | R Documentation |
This function performs a validity check against the gene signature and gene expression data set and filters genes that are absent in expression data set and /or are not expressed in at least 10% of the total number of samples. A bar plot of mean-normalised counts for each gene is also displayed.
check_signature_vs_dataset(norm_data, sig_df, barplot = TRUE)
norm_data |
Normalized gene expression data matrix |
sig_df |
A signature data frame containing two columns: the first column contains a list of gene (represented by gene symbols) that are differentially expressed in a given pathway and their relative expression values are given in the second column, with 1 representing up-regulated genes and -1 representing down-regulated genes. |
barplot |
optional Boolean parameter to display bar plot of mean-normalised gene counts following pre-processing performed by the function (default=TRUE). |
A filtered gene expression data matrix with gene symbols as row names and sample names / IDs as column names
Yi-Hsuan Lee yi-hsuan.lee@cranfield.ac.uk
## Not run: check_signature_vs_dataset(norm_data, sig_df)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.