Skip to content

Commit e092048

Browse files
committed
fix README
1 parent b99992c commit e092048

8 files changed

+9
-12
lines changed

README.Rmd

+2-2
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ Website: [tidySingleCellExperiment](https://stemangiola.github.io/tidySingleCell
1818

1919
Please also have a look at
2020

21-
- [tidySummarizedExperiment]((https://stemangiola.github.io/tidySummarizedExperiment/) for tidy manipulation of SummarizedExperiment objects)
21+
- [tidySummarizedExperiment](https://stemangiola.github.io/tidySummarizedExperiment/) for tidy manipulation of SummarizedExperiment objects)
2222
- [tidyseurat](https://stemangiola.github.io/tidyseurat/) for tidy manipulation of Seurat objects
2323
- [tidybulk](https://stemangiola.github.io/tidybulk/) for tidy bulk RNA-seq data analysis
2424
- [tidygate](https://github.com/stemangiola/tidygate) for adding custom gate information to your tibble
@@ -27,7 +27,7 @@ Please also have a look at
2727

2828
# Introduction
2929

30-
tidySingleCellExperiment provides a bridge between Bioconductor single-cell packages [@amezquita2019orchestrating] and the tidyverse [@wickham2019welcome]. It creates an invisible layer that enables viewing the
30+
tidySingleCellExperiment provides a bridge between Bioconductor single-cell packages [@amezquita2019orchestrating] and the tidyverse [@wickham2019welcome]. It enables viewing the
3131
Bioconductor *SingleCellExperiment* object as a tidyverse tibble, and provides SingleCellExperiment-compatible *dplyr*, *tidyr*, *ggplot* and *plotly* functions. This allows users to get the best of both Bioconductor and tidyverse worlds.
3232

3333
## Functions/utilities available

README.md

+7-10
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,8 @@ Website:
1515

1616
Please also have a look at
1717

18-
- [tidySummarizedExperiment]((https://stemangiola.github.io/tidySummarizedExperiment/)%20for%20tidy%20manipulation%20of%20SummarizedExperiment%20objects)
18+
- [tidySummarizedExperiment](https://stemangiola.github.io/tidySummarizedExperiment/)
19+
for tidy manipulation of SummarizedExperiment objects)
1920
- [tidyseurat](https://stemangiola.github.io/tidyseurat/) for tidy
2021
manipulation of Seurat objects
2122
- [tidybulk](https://stemangiola.github.io/tidybulk/) for tidy bulk
@@ -29,11 +30,11 @@ Please also have a look at
2930

3031
tidySingleCellExperiment provides a bridge between Bioconductor
3132
single-cell packages \[@amezquita2019orchestrating\] and the tidyverse
32-
\[@wickham2019welcome\]. It creates an invisible layer that enables
33-
viewing the Bioconductor *SingleCellExperiment* object as a tidyverse
34-
tibble, and provides SingleCellExperiment-compatible *dplyr*, *tidyr*,
35-
*ggplot* and *plotly* functions. This allows users to get the best of
36-
both Bioconductor and tidyverse worlds.
33+
\[@wickham2019welcome\]. It enables viewing the Bioconductor
34+
*SingleCellExperiment* object as a tidyverse tibble, and provides
35+
SingleCellExperiment-compatible *dplyr*, *tidyr*, *ggplot* and *plotly*
36+
functions. This allows users to get the best of both Bioconductor and
37+
tidyverse worlds.
3738

3839
## Functions/utilities available
3940

@@ -288,10 +289,6 @@ pbmc_small_pca <-
288289
## TRUE, : You're computing too large a percentage of total singular values, use a
289290
## standard svd instead.
290291

291-
## Warning in (function (A, nv = 5, nu = nv, maxit = 1000, work = nv + 7, reorth =
292-
## TRUE, : did not converge--results might be invalid!; try increasing work or
293-
## maxit
294-
295292
``` r
296293
pbmc_small_pca
297294
```

man/figures/pc_plot-1.png

343 Bytes
Loading

man/figures/plot2-1.png

530 Bytes
Loading

man/figures/unnamed-chunk-10-1.png

145 Bytes
Loading

man/figures/unnamed-chunk-15-1.png

-2.85 KB
Loading

man/figures/unnamed-chunk-16-1.png

-13 Bytes
Loading

man/figures/unnamed-chunk-19-1.png

-2.44 KB
Loading

0 commit comments

Comments
 (0)