Skip to content

Commit

Permalink
update documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
mmollina committed Feb 13, 2024
1 parent 12dbeda commit 0f2515a
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions R/make_seq.R
Expand Up @@ -29,14 +29,12 @@
#' @param ... Currently ignored.
#'
#' @return Returns an object of class `mappoly.sequence`, comprising:
#' \itemize{
#' \item{"seq.num"}{Ordered vector of marker indices according to the input.}
#' \item{"seq.phases"}{List of linkage phases between markers; -1 for undefined phases.}
#' \item{"seq.rf"}{Vector of recombination frequencies; -1 for not estimated frequencies.}
#' \item{"loglike"}{Log-likelihood of the linkage map.}
#' \item{"data.name"}{Name of the `mappoly.data` object with raw data.}
#' \item{"twopt"}{Name of the `mappoly.twopt` object with 2-point analyses; -1 if not computed.}
#' }
#'
#' @examples
#' all.mrk <- make_seq_mappoly(hexafake, 'all')
Expand Down

0 comments on commit 0f2515a

Please sign in to comment.