getGEOServer: Shiny module server for importing data from GEO

View source: R/getGEO.R

getGEOServerR Documentation

Shiny module server for importing data from GEO

Description

Interactively import GEO data with step-by-step process using a series of modals

Usage

getGEOServer(id)

Arguments

id

Character ID for specifying namespace, see shiny::NS.

Details

This server function implements interactive GEO data import with three main steps.

  1. Query for accession, extract expression data and check whether of compatible type and format.

  2. Import characteristics data selectively according to user.

  3. Import the feature annotation according to user.

Value

GEOdata reactive values list object containing $accession, $eset, $pData and $return. $return is an internal status flag for use by multiVCtrlServer to know when a new GEO dataset has been processed completely through the annotation step.


avucoh/DIVE documentation built on Aug. 29, 2023, 6:02 p.m.