Skip to content

Commit

Permalink
Merge pull request #31 from rcannood/devel
Browse files Browse the repository at this point in the history
Fix urls
  • Loading branch information
rcannood authored Jun 9, 2021
2 parents 34a29e2 + f9ddca6 commit 6eb8416
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 10 deletions.
7 changes: 3 additions & 4 deletions R/package.R
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,9 @@
#' @aliases SCORPIUS-package SCORPIUS
#'
#' @references
#' Cannoodt R. et al.,
#' \href{https://www.biorxiv.org/content/early/2016/10/07/079509}{SCORPIUS improves trajectory inference and identifies novel modules in dendritic cell development},
#' bioRxiv (Oct., 2016). DOI: \href{https://doi.org/10.1101/079509}{10.1101/079509}
#' (\href{https://www.biorxiv.org/content/early/2016/10/07/079509.full.pdf}{PDF}).
#' Cannoodt R. et al., SCORPIUS improves trajectory inference and identifies novel modules in dendritic cell development,
#' bioRxiv (Oct., 2016). \doi{10.1101/079509}
#' ([PDF](https://www.biorxiv.org/content/biorxiv/early/2016/10/07/079509.full.pdf)).
#'
#' @section Dimensionality Reduction functions:
#' \code{\link{reduce_dimensionality}}
Expand Down
4 changes: 2 additions & 2 deletions inst/CITATION
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ citEntry(
year = "2016",
month = "October",
doi = "10.1101/079509",
url = "https://www.biorxiv.org/content/early/2016/10/07/079509",
url = "https://www.biorxiv.org/content/10.1101/079509v2",
note = "\\url{https://www.biorxiv.org/content/early/2016/10/07/079509.full.pdf}",
textVersion = "Cannoodt R. et al., [SCORPIUS improves trajectory inference and identifies novel modules in dendritic cell development](https://www.biorxiv.org/content/early/2016/10/07/079509), bioRxiv (Oct., 2016). DOI: [10.1101/079509](https://doi.org/10.1101/079509) [[PDF](https://www.biorxiv.org/content/early/2016/10/07/079509.full.pdf})]"
textVersion = "Cannoodt R. et al., SCORPIUS improves trajectory inference and identifies novel modules in dendritic cell development, bioRxiv (Oct., 2016). DOI: 10.1101/079509."
)
7 changes: 3 additions & 4 deletions man/SCORPIUS-package.Rd

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

0 comments on commit 6eb8416

Please sign in to comment.