getGSE122425: Convenient access to 293T transcriptome data from GEO

View source: R/geo.R

getGSE122425R Documentation

Convenient access to 293T transcriptome data from GEO

Description

Functionality for storing the 293T RNA-seq data from GSE122425 in a SummarizedExperiment. The dataset includes three wild type samples and three NSUN2 knockout samples.

Usage

getGSE122425(cache = TRUE)

Arguments

cache

logical. Should a locally cached version used if available? Defaults to TRUE.

Value

A SummarizedExperiment storing RNA-seq data for the 293T cell line.

References

GSE122425: https://www.ncbi.nlm.nih.gov/geo/query/acc.cgi?acc=GSE122425

Examples


  # Obtain the data as a SummarizedExperiment
  se <- getGSE122425()
 

ccb-hms/BioPlex documentation built on Aug. 5, 2023, 9:15 p.m.