Small documentation improvements

This commit is contained in:
Elias Projahn 2023-09-27 13:24:23 +02:00
parent 3e19f53d2a
commit 44e170f5a6
4 changed files with 8 additions and 2 deletions

View file

@ -56,6 +56,8 @@ clusteriness <- function(data, span = 500000, weight = 0.5) {
#' @param id Unique ID for the method and its results.
#' @param name Human readable name for the method.
#' @param description Method description.
#' @param span See [clusteriness()].
#' @param weight See [clusteriness()].
#'
#' @return An object of class `geposan_method`.
#'

View file

@ -6,7 +6,7 @@
#' filtered based on how many species have data for them. Afterwards, species
#' that still have many missing genes will also be excluded. See the different
#' method functions for the available methods: [clustering()], [correlation()],
#' [neural()], [adjacency()] and [species_adjacency()].
#' [distance()], [neural()] and [random_forest()].
#'
#' @param reference_gene_ids IDs of reference genes to compare to.
#' @param methods List of methods to apply.