Skip to content

Commit

Permalink
fixing example
Browse files Browse the repository at this point in the history
  • Loading branch information
teng-gao committed Nov 17, 2022
1 parent e5a075b commit 9c9abd3
Show file tree
Hide file tree
Showing 6 changed files with 11 additions and 11 deletions.
6 changes: 3 additions & 3 deletions R/data.R
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
#' example genotype probability matrix
#' Example genotype probability matrix
#'
"P_example"

#' smaller example genotype probability matrix
#' Smaller example genotype probability matrix
#'
"P_small"

#' smaller example tree built from P_small
#' Smaller example tree built from P_small
#'
"tree_small"
2 changes: 1 addition & 1 deletion R/scistreer.R
Original file line number Diff line number Diff line change
Expand Up @@ -374,7 +374,7 @@ transfer_links = function(G) {
#' @param gtree tbl_graph The single-cell phylogeny
#' @return phylo The single-cell phylogeny
#' @examples
#' tree_small = to_phylo(annotate_tree(tree_small))
#' tree_small = to_phylo(annotate_tree(tree_small, P_small))
#' @export
to_phylo = function(gtree) {

Expand Down
4 changes: 2 additions & 2 deletions man/P_example.Rd

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

4 changes: 2 additions & 2 deletions man/P_small.Rd

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

2 changes: 1 addition & 1 deletion man/to_phylo.Rd

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

4 changes: 2 additions & 2 deletions man/tree_small.Rd

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

0 comments on commit 9c9abd3

Please sign in to comment.