You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+15-7Lines changed: 15 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,16 +4,21 @@ scTagger matches barcodes of short- and long-reads of single-cell RNA-seq experi
4
4
## Installation
5
5
6
6
7
+
### Running with Snakemake
8
+
We provided a simple `Snakefile` alongside a `config.yaml` file that runs the three stages of scTagger as well as Cell Ranger (assumes Cell Ranger is in path).
9
+
10
+
7
11
### Running manually
8
-
scTagger has a single python file in the py directory containing different functions to match long-reads and short-reads barcodes.
12
+
scTagger has a single python script containing different functions to match long-reads and short-reads barcodes.
9
13
10
-
The hole pipeline contains three steps that you can run each part separately:
14
+
The whole pipeline contains three steps that you can run each part separately:
11
15
12
16
#### Extract long-reads segment
13
-
The first step of the scTagger pipeline is to extract a segment where the probability of seeing a barcode is more than in other places. To run this step, you can use the following command.
17
+
The first step of the scTagger pipeline is to extract a segment where the probability of seeing a barcode is more than in other places.
18
+
To run this step, you can use the following command.
* Fourth column is the long-read segment, and the Fifth column is a list of all short-read barcodes with minimum edit distance
92
97
* A bar plot that shows the number of long reads by the minimum edit distance of their match barcode
93
98
99
+
## Citing scTaggger
100
+
scTagger was first accepted to RECOMB-seq 2022 and is now published by iScience:
101
+
102
+
*Ghazal Ebrahimi, Baraa Orabi, Meghan Robinson, Cedric Chauve, Ryan Flannigan, and Faraz Hach. "Fast and accurate matching of cellular barcodes across short-and long-reads of single-cell RNA-seq experiments." iScience (2022). DOI:[10.1016/j.isci.2022.104530](https://doi.org/10.1016/j.isci.2022.104530)*
94
103
95
104
96
-
Note: This is an active development branch.
97
105
Please check the [paper](https://github.com/vpc-ccg/scTagger/tree/paper) branch of this repository for the archived paper experiements and implementation.
0 commit comments