Skip to content

Commit 580e930

Browse files
committed
manually Add Vignette info from GalaxyCLI
1 parent 4d061cf commit 580e930

34 files changed

Lines changed: 2466 additions & 8 deletions

.gitignore

100755100644
Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,10 @@
1-
# For SCWorkflow dev
1+
.DS_Store
22
.nfs*
3-
*.png
3+
#*.png
44
Rcheck.txt
5-
*.pdf
5+
#*.pdf
66
tests/testthat/otherData/
77
.Rproj.user
8-
*.txt
8+
9+
inst/doc
10+
inst/extdata/*

README.md

Lines changed: 21 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,28 @@
1-
# SCWorkflow
2-
Workflow Package for Analysis of Single Cell Data
1+
2+
# **SCWorkflow**
3+
R package for Single Cell analysis
4+
5+
[![Gitflow Action for R Package Development](https://github.com/NIDAP-Community/SCWorkflow/actions/workflows/gitflow-R-action.yml/badge.svg)](https://github.com/NIDAP-Community/SCWorkflow/actions/workflows/gitflow-R-action.yml)
6+
[![Version](https://img.shields.io/github/v/release/nidap-community/scworkflow)](https://github.com/NIDAP-Community/SCWorkflow/releases/latest)
7+
[![Docker Image Version](https://img.shields.io/docker/v/nciccbr/scworkflow?label=docker)](https://hub.docker.com/r/nciccbr/scworkflow)
8+
9+
10+
[![](https://raw.githubusercontent.com/NIDAP-Community/SCWorkflow/GalaxyCLI/vignettes/SCWorkflow.png)](https://lucid.app/lucidchart/c7b852ad-72dc-4821-90d5-e45bed0c4199/view)
11+
12+
13+
<center>**Click Figure to Navigate Workflow**.</center>
14+
15+
<br>
16+
<br>
317

418
The Single Cell Workflow streamlines the analysis of multimodal Single Cell RNA-Seq data produced from 10x Genomics. It can be run in a docker container, and for biologists, in user-friendly web-based interactive notebooks (NIDAP, Palantir Foundry). Much of it is based on the Seurat workflow in Bioconductor, and supports CITE-Seq data. It incorporates a cell identification step (ModScore) that utilizes module scores obtained from Seurat and also includes Harmony for batch correction.
519

6-
Some of the steps in the workflow:
20+
<br>
21+
22+
For further documentation see our detailed [Docs Website](https://nidap-community.github.io/SCWorkflow/)
723

8-
<img src="scWorkflow_image.png">
24+
<br>
25+
<br>
926

1027

1128
Future Developments include addition of support for multiomics (TCR-Seq, ATAC-Seq) single cell data and integration with spatial transcriptomics data.

_pkgdown.yml

Lines changed: 70 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,70 @@
1+
url: https://nidap-community.github.io/SCWorkflow/
2+
template:
3+
bootstrap: 5
4+
bslib:
5+
bootswatch: yeti
6+
primary: "#296b7f"
7+
secondary: "#7cc349"
8+
base_font: {google: "Roboto"}
9+
heading_font: {google: "Roboto"}
10+
code_font: {google: "Roboto Mono"}
11+
border-radius: 0
12+
btn-border-radius: 3px
13+
grid-gutter-width: 3rem
14+
pkgdown-nav-height: 78px
15+
16+
navbar:
17+
structure:
18+
left: [getting-started, articles, reference]
19+
right: [search, github]
20+
components:
21+
getting-started:
22+
text: Getting Started
23+
href: articles/SCWorkflow-Usage.html
24+
25+
26+
footer:
27+
structure:
28+
left: [developed_by]
29+
30+
development:
31+
mode: auto
32+
authors:
33+
Kelly Sovacool:
34+
href: "https://github.com/kelly-sovacool"
35+
Philip Homan:
36+
href: "https://github.com/phoman14"
37+
Vishal Koparde:
38+
href: "https://github.com/kopardev"
39+
CCR Collaborative Bioinformatics Resource:
40+
href: "https://github.com/CCBR"
41+
footer:
42+
roles: [cph, fnd]
43+
text: "Created by the"
44+
45+
articles:
46+
- title: Vignettes
47+
navbar: ~
48+
contents:
49+
- SCWorkflow-Overview
50+
- SCWorkflow-Annotations
51+
- SCWorkflow-DEG
52+
- SCWorkflow-Visualizations
53+
- SCWorkflow-SubsetReclust
54+
55+
- title: Developer
56+
desc: Developer documentation
57+
contents:
58+
- SCWorkflow-Usage
59+
- cli
60+
- README
61+
62+
home:
63+
sidebar:
64+
structure: [links,citation, authors, license, dev]
65+
links:
66+
- text: Browse code on GitHub
67+
href: https://github.com/NIDAP-Community/SCWorkflow
68+
strip_header: true
69+
70+

vignettes/.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
#*.html
2+
*.R
3+
*.Rds

0 commit comments

Comments
 (0)