aba.fill: *aba.fill() - Fill in missing data to complete matrix of...

Description Usage Arguments Value Author(s) Examples

View source: R/aba.R

Description

The aba.query will return only positive hits. Use this function to fill in the matrix of missing data based on positive hits.

Usage

1
2
aba.fill(.data, db = gtx::config_db(), impala = getOption("gtx.impala",
  NULL))

Arguments

.data
db

[Default = gtx::config_db()]

Value

data.frame

Author(s)

Karsten Sieber karsten.b.sieber@gsk.com

Examples

1
2
3
Basic use:
colocs_pos  <- aba.query(hgncid = "foo")
colocs_full <- aba.fill(colocs_pos)

tobyjohnson/gtx documentation built on Aug. 30, 2019, 8:07 p.m.