Learn R Programming

RImmPort (version 1.0.2)

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

Description

Get a list of studies that have specific assay type data

Usage

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

Run this code
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")

Run the code above in your browser using DataLab