getPCaStudies: Create a vector of unique study identifiers available in...

View source: R/getpcasummaries.R

getPCaStudiesR Documentation

Create a vector of unique study identifiers available in curatedPCaData

Description

This function accesses the metadata available together with the curatedPCaData package and creates a vector of unique study identifier names available in the ExperimentHub resources. This vector is useful, for example, when applying the 'getPCa' to create MAE from the studies.

Usage

getPCaStudies(uniqs = TRUE)

Arguments

uniqs

Should only unique instances be returned; by default TRUE

Details

Uses the internal 'metadata.csv' file, which is also used to provide the metadata available in ExperimentHub.

Value

A character vector with short study identifiers, e.g. 'abida', 'baca', ...

Examples

studyids <- getPCaStudies()


Syksy/curatedPCaData documentation built on Nov. 4, 2023, 9:46 a.m.