-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
3 changed files
with
29 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,8 @@ | ||
# Single-cell genomics preprocessing package | ||
# Single-cell genomics preprocessing package | ||
|
||
This tool is an automated pipeline for preprocessing single-cell genomics data. | ||
It is designed to take raw data (fastq files) from a variety of single-cell genomics | ||
platforms and a seqspec file as input, and output a count matrix (RNA) or a fragment file (ATAC) | ||
for downstream analysis. | ||
|
||
The seqspec files for common platforms can be found here: https://github.com/IGVF/seqspec. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -10,6 +10,7 @@ methods. | |
.. autosummary:: | ||
:toctree: _autosummary | ||
|
||
make_genome_index | ||
align | ||
make_fragment | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters