Skip to content

Commit

Permalink
webpage generated
Browse files Browse the repository at this point in the history
  • Loading branch information
dbdimitrov committed Aug 6, 2021
1 parent fe14d2f commit a3ff4c0
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 38 deletions.
5 changes: 5 additions & 0 deletions R/get_omnipath.R
Original file line number Diff line number Diff line change
Expand Up @@ -163,6 +163,8 @@ intercell_connections <- function(resource, ...){
#' Retrieves ligands from one ligand receptor resource
#' @inheritDotParams intercell_connections
#' @inheritParams get_partners
#'
#' @noRd
get_ligands <- function(resource, ...){

get_partners(side = 'ligand', resource = resource, ...)
Expand All @@ -171,7 +173,10 @@ get_ligands <- function(resource, ...){


#' Retrieves receptors from one ligand-receptor resource
#'
#' @inheritDotParams intercell_connections
#'
#' @noRd
get_receptors <- function(resource, ...){

get_partners(side = 'receptor', resource = resource, ...)
Expand Down
20 changes: 0 additions & 20 deletions man/get_ligands.Rd

This file was deleted.

18 changes: 0 additions & 18 deletions man/get_receptors.Rd

This file was deleted.

0 comments on commit a3ff4c0

Please sign in to comment.