Shiny App |
|
---|---|
Run the single cell analysis app |
|
Data Summary and Filtering |
|
Filter Genes and Samples from a Single Cell Object |
|
Summarize SCtkExperiment |
|
Convert Gene IDs |
|
Dimensionality Reduction and Clustering |
|
Get and plot PCA components for a SCtkE object |
|
Run t-SNE dimensionality reduction method on the assay data. |
|
Given a list of genes and a SCtkExperiment object, return the binary or continuous expression of the genes. |
|
Get data to use as input clustering algorithms |
|
Given a set of genes, return a ggplot of expression values. |
|
Plot PCA run data from its components. |
|
Plot t-SNE plot on dimensionality reduction data run from t-SNE method. |
|
Batch Correction |
|
Plot the percent of the variation that is explained by batch and condition in the data |
|
ComBatSCE |
|
Differential Expression |
|
Perform differential expression analysis on a SCtkExperiment object |
|
Plot Differential Expression |
|
MAST |
|
Pathway Activity Analysis |
|
Run GSVA analysis on a SCtkExperiment object. |
|
Sample Size |
|
Finds the effect sizes for all genes in the original dataset, regardless of significance. |
|
Estimate numbers of detected genes, significantly differentially expressed genes, and median significant effect size |
|
Estimate numbers of detected genes, significantly differentially expressed genes, and median significant effect size |
|
Generates a single simulated dataset, bootstrapping from the input counts matrix. |
|
Returns significance data from a snapshot. |
|
Passes the output of generateSimulatedData() to differential expression tests, picking either t-tests or ANOVA for data with only two conditions or multiple conditions, respectively. |
|
Data |
|
Example Single Cell RNA-Seq data in SCtkExperiment Object, GSE60361 subset |
|
SCtkExperiment |
|
Create a SCtkExperiment object |
|
A lightweight S4 extension to the SingleCellExperiment class to store additional information. |
|
Create a SCtkExperiment |
|
Set PCA variances |
|
Get PCA variances |
|
Alignment |
|
Align Single Cell RNA-Seq Data and Create a SCtkExperiment Object |
|
Parse Rsubread Logs for Mapping and Feature Count Statistics |