Diff of /man/get_ORA.Rd [000000] .. [73f552]

Switch to unified view

a b/man/get_ORA.Rd
1
% Generated by roxygen2: do not edit by hand
2
% Please edit documentation in R/enrichment_functions.R
3
\name{get_ORA}
4
\alias{get_ORA}
5
\title{ORA enrichment analysis}
6
\usage{
7
get_ORA(query, sources = NULL, organism = "hsapiens")
8
}
9
\arguments{
10
\item{query}{a vector of character, a lit of ID}
11
12
\item{sources}{a character or list of character}
13
14
\item{organism}{a character (default = 'hsapiens')}
15
}
16
\value{
17
a data.frame containing the enrichment result
18
}
19
\description{
20
Returns results of an ORA analysis
21
}
22
\seealso{
23
\code{\link[gprofiler2]{gost}}
24
}