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

Description Usage Arguments Value Examples

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")

hzc363/RImmPort documentation built on May 17, 2019, 7:06 p.m.