Skip to content

Commit

Permalink
fix URL redirections for CRAN
Browse files Browse the repository at this point in the history
  • Loading branch information
daattali committed Apr 2, 2023
1 parent bdcb8df commit ba8aeba
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ This document explains the purpose of this package and includes a
tutorial on how to use it. It should take about 20 minutes to go through
the entire document. A peer-reviewed publication describing this tool is
available in
[F1000Research](https://f1000research.com/articles/5-1411/).
[F1000Research](https://f1000research.com/articles/5-1411).

Table of contents
=================
Expand Down Expand Up @@ -230,7 +230,7 @@ thresholds are manually set, and the other example uses the automated
analysis. Explanation will follow, these are just here as a teaser.

> Note how `ddpcr` is designed to play nicely with the [magrittr
> pipe](https://github.com/smbache/magrittr) `%>%` for easier pipeline
> pipe](https://github.com/tidyverse/magrittr) `%>%` for easier pipeline
> workflows.
library(ddpcr)
Expand Down
2 changes: 1 addition & 1 deletion inst/shiny/text/about.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ Whenever a new dataset is loaded or the settings of an existing dataset are chan

This tool is part of a package developed in the R programming language. For more information, <a target="_blank" href="https://github.com/daattali/ddpcr#readme" >see the complete README</a>.

A peer-reviewed publication describing this tool is available in <a target="_blank" href="https://f1000research.com/articles/5-1411/">F1000Research</a>.
A peer-reviewed publication describing this tool is available in <a target="_blank" href="https://f1000research.com/articles/5-1411">F1000Research</a>.

The methods were originally developed for a paper <a target="_blank" href="https://jmd.amjpathol.org/article/S1525-1578(15)00262-7/">"Quantitative Detection and Resolution of BRAF V600 Status in Colorectal Cancer Using Droplet Digital PCR and a Novel Wild-Type Negative Assay"</a> by Roza Bidshahri, Dean Attali, et al. The sample data is also from the same project.

Expand Down
4 changes: 2 additions & 2 deletions vignettes/overview.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ options(ddpcr.verbose = TRUE)
This package provides an interface to explore, analyze, and visualize droplet digital PCR (ddPCR) data in R. It also includes an interactive web application with a visual user interface to facilitate analysis for anyone who is not comfortable with using R. The app is [available online](https://daattali.com/shiny/ddpcr/) or it can be [run locally](#r-interactive).

This document explains the purpose of this package and includes a tutorial on how to use it. It should take about 20 minutes to go through the entire document. A peer-reviewed publication describing this tool is available in [F1000Research](https://f1000research.com/articles/5-1411/).
This document explains the purpose of this package and includes a tutorial on how to use it. It should take about 20 minutes to go through the entire document. A peer-reviewed publication describing this tool is available in [F1000Research](https://f1000research.com/articles/5-1411).

# Table of contents

Expand Down Expand Up @@ -127,7 +127,7 @@ Even if you do know R, using the interactive application can be easier and more

Here are two basic examples of how to use `ddpcr` to analyze and plot your ddPCR data. One example shows an analysis where the gating thresholds are manually set, and the other example uses the automated analysis. Explanation will follow, these are just here as a teaser.

> Note how `ddpcr` is designed to play nicely with the [magrittr pipe](https://github.com/smbache/magrittr) `%>%` for easier pipeline workflows.
> Note how `ddpcr` is designed to play nicely with the [magrittr pipe](https://github.com/tidyverse/magrittr) `%>%` for easier pipeline workflows.
```{r quickstart, message = FALSE, fig.show='hold', out.width='50%', fig.retina=FALSE}
library(ddpcr)
Expand Down

0 comments on commit ba8aeba

Please sign in to comment.