Skip to content

Commit

Permalink
Merge pull request #14 from ykoga07/master
Browse files Browse the repository at this point in the history
Add SMARTseq QC metric table to Rmd
  • Loading branch information
joshua-d-campbell authored Jan 8, 2022
2 parents bfac518 + 81913b1 commit 0e3d578
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions Hong_SCTK-QC/Scripts/SCTK_Generate_Figures.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -105,3 +105,16 @@ sampleSummaryStats(g34_1k_v2, simple = FALSE)
```{r}
sampleSummaryStats(g34_1k_v3, simple = FALSE)
```

### SMART-seq2, Replicate 1

```{r}
sampleSummaryStats(smartSeq1, simple = FALSE)
```

### SMART-seq2, Replicate 2

```{r}
sampleSummaryStats(smartSeq2, simple = FALSE)
```

0 comments on commit 0e3d578

Please sign in to comment.