Skip to content

Commit

Permalink
Merge pull request #50 from stemangiola/fix-long-assay
Browse files Browse the repository at this point in the history
Make assay output shorter
  • Loading branch information
stemangiola authored Aug 1, 2022
2 parents 2bc6a5e + 0e0dcc1 commit ba7172b
Show file tree
Hide file tree
Showing 9 changed files with 18 additions and 937 deletions.
2 changes: 1 addition & 1 deletion README.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ pbmc_small_tidy
**But it is a SingleCellExperiment object after all**

```{r}
assay(pbmc_small_tidy)
assay(pbmc_small_tidy, "counts")[1:5, 1:5]
```

# Annotation polishing
Expand Down
951 changes: 16 additions & 935 deletions README.md

Large diffs are not rendered by default.

Binary file modified man/figures/pc_plot-1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified man/figures/plot2-1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified man/figures/unnamed-chunk-10-1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified man/figures/unnamed-chunk-15-1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified man/figures/unnamed-chunk-16-1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified man/figures/unnamed-chunk-19-1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion vignettes/introduction.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ pbmc_small_tidy
**But it is a SingleCellExperiment object after all**

```{r}
assay(pbmc_small_tidy)
assay(pbmc_small_tidy, "counts")[1:5, 1:5]
```

# Annotation polishing
Expand Down

0 comments on commit ba7172b

Please sign in to comment.