Description Usage Arguments Value Examples
View source: R/uSORT_GeneSelection.R
Gene selection using PCA technique
1 |
data |
A matrix of data.frame with row.name of cells, and col.name of genes |
a vector of the names of selected genes.
1 2 3 4 5 | dir <- system.file('extdata', package='uSORT')
file <- list.files(dir, pattern='.txt$', full=TRUE)
exprs <- uSORT_preProcess(exprs_file = file)
exp_trimmed <- t(exprs$exprs_log_trimed)
PCA_selected_genes <- pca_gene_selection(exp_trimmed)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.