View source: R/DataSelection.R
SelectData | R Documentation |
First filter using the expression threshold. Then use the coefficient of the top variance PCA components to determine the variability of the gene.
SelectData(M, gene_expression_threshold, n_features)
M |
a matrix of expression values for each gene (rows) and cell (columns) |
gene_expression_threshold |
for n cells, for |
n_features |
number of genes to retrieve |
a table of features (rows) and samples (columns)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.