Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions vignettes/AUCell.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ set.seed(123)
cells_assignment <- AUCell_exploreThresholds(cells_AUC, plotHist=TRUE, nCores=1, assign=TRUE)
```

In the following sections we explain the rationale behind the canculations and explore the output of each step. The details of the methods behind AUCell are described in the following article:
In the following sections we explain the rationale behind the calculations and explore the output of each step. The details of the methods behind AUCell are described in the following article:
```{r citation, echo=FALSE}
print(citation("AUCell")[1], style="textVersion")
```
Expand All @@ -83,7 +83,7 @@ BiocManager::install(c("DT", "plotly", "NMF", "d3heatmap",

## Some tips...
### Help
At any time, remember you an access the help files for any function (i.e. `?AUCell_buildRankings`). It is also possible to open this tutorial directly from R with the following commands:
At any time, remember you can access the help files for any function (i.e. `?AUCell_buildRankings`). It is also possible to open this tutorial directly from R with the following commands:
```{r vignette, eval=FALSE}
# Explore tutorials in the web browser:
browseVignettes(package="AUCell")
Expand Down