getStudiesWithSpecificAssayData: Get a list of studies that have specific assay type data

Description Usage Arguments Value Examples

View source: R/Study.R

Description

Get a list of studies that have specific assay type data

Usage

1
getStudiesWithSpecificAssayData(assay_type, all_study_ids = c("ALL"))

Arguments

assay_type

Assay Type

all_study_ids

List of study indentifiers to search on

Value

List of study indentifiers

Examples

1
2
3
4
5
6
7
library(DBI)
library(sqldf)
studies_dir <- system.file("extdata", "ImmPortStudies", package = "RImmPort")
db_dir <- file.path(studies_dir, "Db")
sqlite_conn <- dbConnect(SQLite(), dbname=file.path(db_dir, "ImmPort.sqlite"))
setImmPortDataSource(sqlite_conn)
study_ids <- getStudiesWithSpecificAssayData("ELISPOT")

RImmPort documentation built on Nov. 8, 2020, 5:54 p.m.