Skip to content

Commit

Permalink
wflow_git_commit(all = T)
Browse files Browse the repository at this point in the history
  • Loading branch information
Ludvig Larsson committed Jun 4, 2020
1 parent 4f42429 commit 09fb881
Show file tree
Hide file tree
Showing 3 changed files with 883 additions and 734 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -13,3 +13,4 @@ analysis/visualization_3D.Rmd
docs/figure/visualization_3D.Rmd/
docs/site_libs/plotly-binding-4.9.0/
docs/visualization_3D.html
pre_data
18 changes: 2 additions & 16 deletions analysis/Manual_annotation.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -2,20 +2,6 @@
title: "Manual Annotation"
author:
date: ''
#output:
# html_document:
# theme: darkly
# css: style.css
# number_sections: false
# toc: yes
# toc_depth: 3
# toc_float:
# collapsed: false
# smooth_scroll: true
# pdf_document:
# number_sections: false
# toc: yes
# toc_depth: 3
---

<style type="text/css">
Expand Down Expand Up @@ -63,8 +49,8 @@ knitr::opts_chunk$set(echo = TRUE, message = FALSE, warning = FALSE, autodep = T
```

```{r load_lib, warning=FALSE, message=FALSE, results="hide", autodep=TRUE, include=FALSE}
#
```{r load_lib, warning=FALSE, message=FALSE, include=FALSE}
library(STutility)
```

Included in STUtility is a Shiny application for manual annotation. It lets the user select and give a/several specific capture-spot(s) a label. This could be used for e.g. visualization or DEA purposes. Instructions for how to use the tool is included in the actual app.
Expand Down
Loading

0 comments on commit 09fb881

Please sign in to comment.