getAttributes: getAttributes

Description Usage Arguments

View source: R/getAttributes.R

Description

Allows users to filter and retrieve data from a particular mart.

Usage

1
getAttributes(database, mart, filters, value, cond)

Arguments

database

RSQLite object imported previously to R

mart

Dataset name, written inside ""

filters

A character vector with restrictions of the query

value

A character vector with the corresponding restriction values

cond

Conditional when more than one filter is used. Can be "and", "or","not" #' @examples regulon <- importDB("~/Documents/regulondb_sqlite3.db") getAttr( database = regulon, mart = "GENE", filters = c("strand", "celullar_location"), value = c("forward","cytosol" ), cond = "and")


josschavezf/regulonDB documentation built on Aug. 14, 2019, 4:43 a.m.