register_genelist: Register genelist

Description Usage Arguments Details

View source: R/functions-register-general.R

Description

Preferred method of registering genelist-s is to provide one genelist_name and genelist_description at a time.

Usage

1
2
3
4
5
6
7
8
register_genelist(
  genelist_name = NULL,
  genelist_description = NULL,
  isPublic = TRUE,
  df = NULL,
  only_test = FALSE,
  con = NULL
)

Arguments

genelist_name

the name of the geneliest

genelist_description

the description for the genelist

isPublic

bool to denote if the genelist is public

df

(optional) a data-frame containing name, description of the genelist

Details

Alternatively, you can supply a data.frame with name, description] of one or more genelist(s)


Paradigm4/revealgenomics documentation built on April 7, 2020, 2:01 a.m.