-
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.
Merge pull request #4 from aertslab/development
v0.1.1
- Loading branch information
Showing
8 changed files
with
108 additions
and
27 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 |
---|---|---|
@@ -0,0 +1,7 @@ | ||
# Changelog | ||
|
||
## v0.1.1 | ||
|
||
### Added | ||
|
||
- **[004a265](https://github.com/aertslab/scatac_fragment_tools/commit/004a2654ecd5ed0a33be78f6fa5789c0a41deafb)**: Allow barcodes to map to multiple cell types while splitting fragments by cell type. |
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
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
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
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
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
30 changes: 30 additions & 0 deletions
30
tests/split/cell_type_annotation_one_bc_multiple_types.tsv
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 |
---|---|---|
@@ -0,0 +1,30 @@ | ||
sample cell_type cell_barcode | ||
A type_1 TTAGCTTAGGAGAACA-1 | ||
A type_1 ATATTCCTCTTGTACT-1 | ||
A type_2 TTAGCTTAGGAGAACA-1 | ||
A type_2 CATGCCTTCTCTGACC-1 | ||
A type_2 ATCGAGTAGGTTCGAG-1 | ||
A type_3 CTCTCAGGTCCCTTTG-1 | ||
A type_3 TTCGGTCTCACGTGTA-1 | ||
A type_3 GTGACATCATTGTTCT-1 | ||
A type_4 AAGGAGCCATCGACCG-1 | ||
A type_4 ACCAAACTCTTAAGCG-1 | ||
A type_4 CATTGGATCTCTTCCT-1 | ||
A type_5 AGGCGAAAGGTCTTTG-1 | ||
A type_5 AACGAGGCATCATGTG-1 | ||
A type_5 CTACTTAGTCATGAGG-1 | ||
B type_1 ATTACCTGTGTGCTTA-1 | ||
B type_1 CATAACGTCGGTTGTA-1 | ||
B type_1 ATGTCTTTCGGTCCGA-1 | ||
B type_2 CAATCCCGTAGCGTTT-1 | ||
B type_2 GCCATAATCATCGCTC-1 | ||
B type_2 CAACGTAAGGCAAGGG-1 | ||
B type_3 TATCGAGGTTGCCGCA-1 | ||
B type_3 CATTCCGAGCTAACAA-1 | ||
B type_3 CCTCCCTGTAAAGCTA-1 | ||
B type_4 CAAGCTACACGTTGTA-1 | ||
B type_4 CTGCTCATCACAAGCT-1 | ||
B type_4 CAGTATGGTTCTTTGT-1 | ||
B type_5 TTGCACCCATTAGCAC-1 | ||
B type_5 CAGCCTTCATCTCTCG-1 | ||
B type_5 TTGCGGGTCGTCAACA-1 |
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