Widgets
Data
Transform
Visualize
Model
Evaluate
Unsupervised
Spectroscopy
Text Mining
- Corpus
- Import Documents
- Create Corpus
- The Guardian
- NY Times
- Pubmed
- Twitter
- Wikipedia
- Preprocess Text
- Corpus to Network
- Bag of Words
- Document Embedding
- Similarity Hashing
- Sentiment Analysis
- Tweet Profiler
- Topic Modelling
- LDAvis
- Corpus Viewer
- Score Documents
- Word Cloud
- Concordance
- Document Map
- Word Enrichment
- Duplicate Detection
- Word List
- Extract Keywords
- Annotated Corpus Map
- Ontology
- Semantic Viewer
- Collocations
- Statistics
Survival Analysis
Bioinformatics
Single Cell
Image Analytics
Networks
Geo
Educational
Time Series
Associate
Explain
Score Genes
Gene scoring based on statistics of their expression profiles or information content about cell types.
Inputs
- Data: input dataset
- Scorer: (multiple) prediction model(s)
Outputs
- Reduced Data: expression data containing selected genes
- Scores: gene scores
The Score Genes widget considers gene expression data with genes in columns and single cell expression profiles in rows. It scores the genes based on statistics of gene expression. For examples, it can sort the genes by their mean expression. The widget supports selection of best scored genes and performs gene filtering.
- Scoring method. Those selected will be shown in the scoring table.
- Table with gene scores. Click on the column header to sort by specific score.
- Gene scoring method. If set to Manual than gene selection includes those whose rows in gene scored table are selected (click on rows and use modifer keys). Best ranked will include top-ranked genes under selected gene sorting.
- If Send Automatically is ticked, the widget automatically outputs the data according to chosen selection method. This option should be used to automatically update the output of the widget upon any change of the input data set.
Scoring methods
- Mean: arithmetic mean gene expression, computed across all the cells in the input data.
- Variance: squared deviation from gene expression mean
- Dispersion: the deviation of gene expression variance from the mean, see also negative binomial distribution
- Coefficient of variation: relative standard deviation of a gene expression. Measures relative variability of gene expression, and is the ratio of the standard deviation to the mean.