Skip to content

Commit

Permalink
use the right gene means file and remove tsne data file
Browse files Browse the repository at this point in the history
  • Loading branch information
daymegr committed Nov 3, 2021
1 parent fd84c58 commit 62a466f
Showing 1 changed file with 1 addition and 14 deletions.
15 changes: 1 addition & 14 deletions inst/templates/SCOneSample.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -438,25 +438,12 @@ The iSEE shiny app can be accessed through this link [iSEE explorer](`r {lastPro

##### Mean expression of every gene across the cells in each cluster

[geneMeanPerCluster](gene_means_per_cluster.txt)

##### Mean expression of every gene across all the cells

[geneMeans](gene_means.txt)
[geneMeans](gene_means.tsv)

##### Positive markers of each cluster

[posMarkers](pos_markers.tsv)

```{r, results='asis', eval = param$all2allMarkers}
cat("##### Differential expressed genes from clusters paired comparisons")
cat("\n")
cat("[all2allMarkers](all2allMarkers.tsv)")
```

##### Coordinates of every cell on the TSNE

[tSNE](tSNE_data.tsv)

##### The final Single Cell Experiment Object is [here](sce_h5)

Expand Down

0 comments on commit 62a466f

Please sign in to comment.