Skip to content

Commit

Permalink
function/doc consistency
Browse files Browse the repository at this point in the history
  • Loading branch information
the-mayer committed Oct 22, 2024
1 parent cdac9a3 commit 2250486
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions R/networks_gencontext.R
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
## GC Undirected Network ##
###########################

#' Domain Network
#' createUndirectedGenomicContextNetwork
#'
#' @description
#' This function creates a domain network from the 'DomArch' column.
Expand Down Expand Up @@ -37,7 +37,7 @@
#'
#' @examples
#' \dontrun{
#' domain_network(pspa)
#' createUndirectedGenomicContextNetwork(pspa)
#' }
createUndirectedGenomicContextNetwork <- function(prot, column = "GenContext", domains_of_interest, cutoff_type = "Lineage", cutoff = 1, layout = "grid") {
# by domain networks or all, as required.
Expand Down
4 changes: 2 additions & 2 deletions man/createUndirectedGenomicContextNetwork.Rd

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

0 comments on commit 2250486

Please sign in to comment.