View source: R/SingleCellQuadraticProgrammingAux.R
top.genes | R Documentation |
This function identifies top n variable genes using method described in KeyGenes algorithm. In brief, this algorithm use cross validation based on LASSO regression. For detailed explanation, please refer to the paper listed in the note.
top.genes(input.dir, output.dir, top.number.count = 500)
input.dir |
The path to where the dataset is saved. Dataset should be saved as a tab-delimited table with row = gene, column = cell. |
output.dir |
The path to where the output should be saved. The output will be saved as a tab-delimited table with NO row names or column names. |
top.number.count |
The number of top variable genes to extract. Default to 500 genes |
Code reference from Roost et. al., KeyGenes, a Tool to Probe Tissue Differentiation Using a Human Fetal Transcriptional Atlas, Cell Stem Cell Reports, 2015
top.genes("~/Desktop/sample_data.txt", "~/Desktop/sample_gene_list_output.txt", top.number.count = 1000)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.