Skip to content

Commit

Permalink
Fix non-portable file names and documentation issues
Browse files Browse the repository at this point in the history
  • Loading branch information
nuno-agostinho authored and Nuno Agostinho committed Apr 24, 2017
1 parent 87c22e2 commit 7ba931a
Show file tree
Hide file tree
Showing 12 changed files with 10 additions and 13 deletions.
1 change: 0 additions & 1 deletion R/analysis_information.R
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,6 @@ infoUI <- function(id) {

#' Interface when no information could be retrieved
#' @param output Shiny output
#' @param title Character: title of the message to show to the user
#' @param description Character: description of the message to show to the user
#' @inheritDotParams errorDialog -description
#'
Expand Down
2 changes: 1 addition & 1 deletion R/globalAccess.R
Original file line number Diff line number Diff line change
Expand Up @@ -390,7 +390,7 @@ setDifferentialAnalysesHighlightedEvents <- function(events,
#' category
#' @note Needs to be called inside a reactive function
#'
#' @param brush Integer: X and Y coordinates
#' @param zoom Integer: X and Y coordinates
#' @param category Character: data category (e.g. "Carcinoma 2016"); by default,
#' it uses the selected data category
#'
Expand Down
2 changes: 0 additions & 2 deletions man/noinfo.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/setDifferentialAnalysesZoom.Rd

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

14 changes: 7 additions & 7 deletions vignettes/GUI_tutorial.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ field below the column name. Filtering and sorting of loaded data have **no**
impact on the subsequent analyses available in the application.

```{r, echo=FALSE, fig.retina=NULL, out.width='400pt'}
knitr::include_graphics("img/1. load data.png")
knitr::include_graphics("img/1_load_data.png")
```

**Figure 1:** Available options for TCGA data loading.
Expand All @@ -103,7 +103,7 @@ by parsing the annotation from programs like [VAST-TOOLS][4], [MISO][3],
Click on **Quantify events** to start quantifying alternative splicing.

```{r, echo=FALSE, fig.retina=NULL, out.width='400pt'}
knitr::include_graphics("img/2. quantify splicing.png")
knitr::include_graphics("img/2_quantify_splicing.png")
```

**Figure 2:** Available options for alternative splicing quantification.
Expand Down Expand Up @@ -172,7 +172,7 @@ over a survival curve in the plot. The plot also allows zooming in by clicking
and dragging and to omit data series by clicking on their name in the legend.

```{r, echo=FALSE, fig.retina=NULL, out.width='400pt'}
knitr::include_graphics("img/3. survival.png")
knitr::include_graphics("img/3_survival.png")
```

**Figure 3:** Available options for patient survival.
Expand Down Expand Up @@ -213,7 +213,7 @@ in the PCA plot.
4. Click on **Plot PCA**.

```{r, echo=FALSE, fig.retina=NULL, out.width='700pt'}
knitr::include_graphics("img/4. pca.png")
knitr::include_graphics("img/4_pca.png")
```

**Figure 4:** Available options for PCA performance and plotting.
Expand Down Expand Up @@ -281,7 +281,7 @@ Click the buttons *Plot survival curves* and/or *Fit Cox PH model* whenever this
slider is changed to update the Kaplan-Meier plot and/or the Cox model.

```{r, echo=FALSE, fig.retina=NULL, out.width='350pt'}
knitr::include_graphics("img/5. psi cutoff 2.png")
knitr::include_graphics("img/5_psi_cutoff_2.png")
```

**Figure 5:** Options to adjust the alternative splicing quantification cut-off
Expand Down Expand Up @@ -332,7 +332,7 @@ When the analyses complete, the results are shown in a plot and in a filtrable
and sortable table.

```{r, echo=FALSE, fig.retina=NULL, out.width='350pt'}
knitr::include_graphics("img/6. diff splicing.png")
knitr::include_graphics("img/6_diff_splicing.png")
```

**Figure 6:** Options for differential splicing analysis.
Expand Down Expand Up @@ -399,7 +399,7 @@ the screen**.
6. Click on **Plot survival curves**.

```{r, echo=FALSE, fig.retina=NULL, out.width='400pt'}
knitr::include_graphics("img/7. psi cutoff.png")
knitr::include_graphics("img/7_psi_cutoff.png")
```

**Figure 7:** Available options for survival analysis.
Expand Down
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes

0 comments on commit 7ba931a

Please sign in to comment.