SyDBgetSysSymbols: 'SyDBgetSysSymbols' fetch root-system IDs from a systems...

Description Usage Arguments Value Examples

Description

SyDBgetSysSymbols documentation in progress ...

Usage

1
SyDBgetSysSymbols(db, sys, treatNOT = "exclude")

Arguments

db

(character) name of the database

sys

(character) system codes or system IDs

treatNOT

(character) not implemented

Value

(list) a list of the same length as "sys", containing character vectors of HGNC symbols, or zero-length vectors if no symbols were found

Examples

1
2
3
4
5
6
7
8
## Not run: 
# all HGNC symbols of the PHALY system
SyDBgetSysSymbols(mySDB, "PHALY")

# all genes in the database:
unlist(SyDBgetSysSymbols(mySDB, SyDBgetRootSysIDs(mySDB)), use.names = FALSE)

## End(Not run)

hyginn/BCB420.2019.ESA documentation built on May 29, 2019, 1:23 p.m.