Skip to content

Commit

Permalink
add clonegroups columns
Browse files Browse the repository at this point in the history
  • Loading branch information
mizraelson committed Dec 2, 2023
1 parent c510f6a commit 7c27a71
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions src/main/resources/presets/blocks/10-exportCloneGroups.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,14 @@ exportCloneGroups-single-cell-no-umi-base:
fields:
- field: "-cellGroup"
- field: "-groupReadCount"
- field: "-groupReadFraction"
- field: "-groupUniqueTagCount"
args: [ "Cell" ]
- field: "-groupUniqueTagFraction"
args: [ "Cell" ]
- field: "-uniqClonesPerChainCount"
- field: "-readCount"
- field: "-readFraction"
- field: "-targetSequences"
- field: "-targetQualities"
- field: "-vHitsWithScore"
Expand All @@ -32,14 +36,22 @@ exportCloneGroups-single-cell-with-umi-base:
fields:
- field: "-cellGroup"
- field: "-groupReadCount"
- field: "-groupReadFraction"
- field: "-groupUniqueTagCount"
args: [ "Cell" ]
- field: "-groupUniqueTagFraction"
args: [ "Cell" ]
- field: "-groupUniqueTagCount"
args: [ "Molecule" ]
- field: "-groupUniqueTagFraction"
args: [ "Molecule" ]
- field: "-uniqClonesPerChainCount"
- field: "-readCount"
- field: "-readFraction"
- field: "-uniqueTagCount"
args: [ "Molecule" ]
- field: "-uniqueTagFraction"
args: [ "Molecule" ]
- field: "-targetSequences"
- field: "-targetQualities"
- field: "-vHitsWithScore"
Expand Down

0 comments on commit 7c27a71

Please sign in to comment.