Skip to content

Commit

Permalink
undoing changes to the main repo
Browse files Browse the repository at this point in the history
  • Loading branch information
mikelove committed Jul 6, 2023
1 parent 8cf6c99 commit 60c646e
Show file tree
Hide file tree
Showing 9 changed files with 30 additions and 32 deletions.
4 changes: 3 additions & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Package: tidyomicsWorkshop
Title: Tidy genomic and transcriptomic analyses
Version: 0.16.2
Version: 0.16.3
Authors@R:
c(
person(given = "Stefano",
Expand Down Expand Up @@ -31,6 +31,7 @@ Imports:
tidySummarizedExperiment,
tidySingleCellExperiment,
tidygate,
tidyseurat,
stats,
utils,
tibble,
Expand All @@ -52,6 +53,7 @@ Imports:
dittoSeq,
tidybulk,
glue,
SeuratWrappers,
scater,
batchelor
Suggests:
Expand Down
48 changes: 24 additions & 24 deletions R/data_transcriptomics.R
Original file line number Diff line number Diff line change
@@ -1,29 +1,29 @@
## #' seurat_obj
## #'
## #' A Seurat dataset of single cell RNA sequencing data
## #'
## #'
## #' @format A Seurat object.
## #' @usage data(seurat_obj)
## "seurat_obj"
#' seurat_obj
#'
#' A Seurat dataset of single cell RNA sequencing data
#'
#'
#' @format A Seurat object.
#' @usage data(seurat_obj)
"seurat_obj"

## #' gate_seurat_obj
## #'
## #' Coordinates for a gate interactively drawn using tidygate
## #'
## #'
## #' @format A list containing x,y coordinates for one gate
## #' @usage data(gate_seurat_obj)
## "gate_seurat_obj"
#' gate_seurat_obj
#'
#' Coordinates for a gate interactively drawn using tidygate
#'
#'
#' @format A list containing x,y coordinates for one gate
#' @usage data(gate_seurat_obj)
"gate_seurat_obj"

## #' seurat_obj_UMAP3
## #'
## #' A Seurat dataset of single cell RNA sequencing data with 3 UMAP dimesions
## #'
## #'
## #' @format A Seurat object.
## #' @usage data(seurat_obj_UMAP3)
## "seurat_obj_UMAP3"
#' seurat_obj_UMAP3
#'
#' A Seurat dataset of single cell RNA sequencing data with 3 UMAP dimesions
#'
#'
#' @format A Seurat object.
#' @usage data(seurat_obj_UMAP3)
"seurat_obj_UMAP3"

#' pseudo_bulk
#'
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion vignettes/pseudobulk_transcriptomics.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ vignette: >
---

```{r setup, include=FALSE}
knitr::opts_chunk$set(echo = TRUE, eval = FALSE)
knitr::opts_chunk$set(echo = TRUE)
```

## Instructors
Expand Down
2 changes: 1 addition & 1 deletion vignettes/single_cell_seurat_transcriptomics.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ vignette: >
---

```{r setup, include=FALSE}
knitr::opts_chunk$set(echo = TRUE, eval = FALSE)
knitr::opts_chunk$set(echo = TRUE)
```

## Instructors
Expand Down
4 changes: 0 additions & 4 deletions vignettes/solutions_transcriptomics.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,6 @@ vignette: >
%\VignetteEncoding{UTF-8}
---

```{r setup, include=FALSE}
knitr::opts_chunk$set(eval = FALSE)
```

```{r message = FALSE}
library(SingleCellExperiment)
library(ggplot2)
Expand Down
2 changes: 1 addition & 1 deletion vignettes/supplementary_transcriptomics.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ vignette: >
---

```{r setup, include=FALSE}
knitr::opts_chunk$set(echo = TRUE, eval = FALSE)
knitr::opts_chunk$set(echo = TRUE)
```


Expand Down

0 comments on commit 60c646e

Please sign in to comment.