Skip to content

Commit

Permalink
Update minIon_workflow.md
Browse files Browse the repository at this point in the history
  • Loading branch information
lerch-a authored Nov 18, 2024
1 parent ad29cbb commit 199c2a0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/documentation/minIon_workflow.md
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ dePlexMarker <- demultiplexByMarker(dePlexSample, markerTab, outDeplexMarker)
write.table(dePlexMarker, file.path(outputDir, "demultiplexMarkerSummary.txt"), sep="\t", row.names=F)
```

# subset: remove markers without reads
subset: remove markers without sufficient reads
procReads <- procReads[procReads$numRead>10,]

```
Expand Down

0 comments on commit 199c2a0

Please sign in to comment.