plotInteractionsBySource {rDGIdb}R Documentation

Interactions by source

Description

Creates a plot to visualize the number of interactions per source.

Usage

plotInteractionsBySource(queryResult, ...)

Arguments

queryResult

A rDGIdbResult object obtained from queryDGIdb.

...

Other arguments passed to barplot.

Value

A plot is created on the current graphics device.

Author(s)

Thomas Thurnherr <thomas.thurnherr@gmail.com>

References

Wagner AH, Coffman AC, Ainscough BJ, Spies NC, Skidmore ZL, Campbell KM, Krysiak K, Pan D, McMichael JF, Eldred JM, Walker JR, Wilson RK, Mardis ER, Griffith M, Griffith OL. DGIdb 2.0: mining clinically relevant drug-gene interactions. Nucleic Acids Research. 2016 Jan 4;44(D1):D1036-44. doi:10.1093/nar/gkv1165.

See Also

rDGIdbResult, queryDGIdb, rDGIdbFilters

Examples

queryResult <- queryDGIdb('KRAS')
plotInteractionsBySource(queryResult)

[Package rDGIdb version 1.19.0 Index]