Skip to content

Commit

Permalink
docs: further small adjustments
Browse files Browse the repository at this point in the history
  • Loading branch information
deeenes committed Aug 17, 2024
1 parent 2f92123 commit 652f5c7
Show file tree
Hide file tree
Showing 5 changed files with 48 additions and 69 deletions.
4 changes: 1 addition & 3 deletions R/complexes_genes.R
Original file line number Diff line number Diff line change
Expand Up @@ -39,9 +39,7 @@
#' @return Data frame of complexes
#'
#' @examples
#' complexes <- complexes(
#' filter_databases = c("CORUM", "hu.MAP")
#' )
#' complexes <- complexes(resources = c("CORUM", "hu.MAP"))
#' query_genes <- c("LMNA", "BANF1")
#' complexes_with_query_genes <- complex_genes(complexes, query_genes)
#'
Expand Down
12 changes: 2 additions & 10 deletions R/interactions.R
Original file line number Diff line number Diff line change
Expand Up @@ -105,6 +105,7 @@ GRN_DATASETS <- c('dorothea', 'tf_target', 'collectri')
#' }
#'
#' @name omnipath-interactions
#' @md
NULL


Expand Down Expand Up @@ -453,16 +454,7 @@ import_dorothea_interactions <- function(...){
#' @export
#' @rdname omnipath-interactions
#' @aliases import_tf_target_interactions
tf_target <- function(
resources = NULL,
organism = 'human',
fields = NULL,
default_fields = TRUE,
references_by_resource = TRUE,
exclude = NULL,
strict_evidences = FALSE,
...
){
tf_target <- function(...){

args <- omnipath_args(
list(...),
Expand Down
2 changes: 1 addition & 1 deletion R/omnipath.R
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,7 @@ ORGANISMS_SUPPORTED <- c(9606L, 10090L, 10116L)
#' before returning the result.
#' @param resources Character vector: name of one or more resources. Restrict
#' the data to these resources. For a complete list of available resources,
#' call the `get_<query_type>_resources` functions for the query type of
#' call the `<query_type>_resources` functions for the query type of
#' interst.
#' @param datasets Character vector: name of one or more datasets. In the
#' interactions query type a number of datasets are available. The default
Expand Down
4 changes: 1 addition & 3 deletions man/complex_genes.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

95 changes: 43 additions & 52 deletions man/omnipath-interactions.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 652f5c7

Please sign in to comment.