search_msig: Query MSigDB database by cookie

Description Usage Arguments Value Examples

View source: R/online_gst_sch_2_query.R

Description

Query MSigDB database by cookie

Usage

1
search_msig(keywords, collection = "", organism = "", contributor = "", email)

Arguments

keywords

one keywords see Detail field

collection

one or more collections

organism

one or more organisms

contributor

one or more contributors

email

email that registered for MSigDB database.

Value

dataframe contains name, description and so on.

Examples

1
2
3
4
5
email <- 'your email'
x <- search_msig('immune & response')
x |>
    msig_filt('system') |>
    msig_view('C2')

msig documentation built on June 29, 2021, 9:08 a.m.

Related to search_msig in msig...