knitr::opts_chunk$set( collapse = TRUE, comment = "#>" )
library(geneSummary)
A shiny app that allows for data to be imported from the NCBI GEO database. Different data tables can be generated and saved.
This function extracts the numerical gene expression data. It is in BioConductor format with genes as rows and samples as columns.
This function extracts the annotations for each sample. This is information about each sample such as sample characteristics and cell type.
This function extracts the annotations for each gene. This is information about the measurement of each gene such as sequencing of the gene and probe ID.
This function filters data tables by values in each of their columns. If the table is of the type "Gene Expression", then simple numeric filters with inputs such as "<10" can be used on the sample columns. Other filters require exact value inputs.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.