Skip to content

Commit 20c2332

Browse files
committed
update documentation
1 parent 9bbd890 commit 20c2332

File tree

8 files changed

+41
-41
lines changed

8 files changed

+41
-41
lines changed

NAMESPACE

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
# Generated by roxygen2: do not edit by hand
22

33
S3method(add_count,Seurat)
4+
S3method(add_count,default)
45
S3method(arrange,Seurat)
56
S3method(as_tibble,Seurat)
67
S3method(bind_cols,Seurat)
@@ -45,6 +46,7 @@ S3method(tidy,Seurat)
4546
S3method(unite,Seurat)
4647
S3method(unnest,tidyseurat_nested)
4748
export("%>%")
49+
export(add_count)
4850
export(get_abundance_sc_long)
4951
export(get_abundance_sc_wide)
5052
export(join_transcripts)

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ pbmc_small
103103
```
104104

105105
## # A Seurat-tibble abstraction: 80 × 15
106-
## # Features=230 | Cells=80 | Active assay=RNA | Assays=RNA
106+
## # [90mFeatures=230 | Cells=80 | Active assay=RNA | Assays=RNA[0m
107107
## .cell orig.ident nCount_RNA nFeature_RNA RNA_snn_res.0.8 letter.idents groups
108108
## <chr> <fct> <dbl> <int> <fct> <fct> <chr>
109109
## 1 ATGC… SeuratPro… 70 47 0 A g2
@@ -215,7 +215,7 @@ pbmc_small_pca
215215
```
216216

217217
## # A Seurat-tibble abstraction: 80 × 17
218-
## # Features=220 | Cells=80 | Active assay=SCT | Assays=RNA, SCT
218+
## # [90mFeatures=220 | Cells=80 | Active assay=SCT | Assays=RNA, SCT[0m
219219
## .cell orig.ident nCount_RNA nFeature_RNA RNA_snn_res.0.8 letter.idents groups
220220
## <chr> <fct> <dbl> <int> <fct> <fct> <chr>
221221
## 1 ATGC… SeuratPro… 70 47 0 A g2
@@ -260,7 +260,7 @@ pbmc_small_cluster
260260
```
261261

262262
## # A Seurat-tibble abstraction: 80 × 19
263-
## # Features=220 | Cells=80 | Active assay=SCT | Assays=RNA, SCT
263+
## # [90mFeatures=220 | Cells=80 | Active assay=SCT | Assays=RNA, SCT[0m
264264
## .cell orig.ident nCount_RNA nFeature_RNA RNA_snn_res.0.8 letter.idents groups
265265
## <chr> <fct> <dbl> <int> <fct> <fct> <chr>
266266
## 1 ATGC… SeuratPro… 70 47 0 A g2

man/count.Rd

Lines changed: 22 additions & 24 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

man/ggplot.Rd

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

man/nest.Rd

Lines changed: 6 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

man/pivot_longer.Rd

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

man/plotly.Rd

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

man/unnest.Rd

Lines changed: 5 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)