Skip to content

Commit 0775b80

Browse files
authored
Update minIon_workflow.md
1 parent e19f92b commit 0775b80

File tree

1 file changed

+4
-7
lines changed

1 file changed

+4
-7
lines changed

docs/documentation/minIon_workflow.md

Lines changed: 4 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,10 @@ file.copy(from=system.file(package="HaplotypR", "extdata/ex3"), to=".", recursiv
5757
# List files example files in output direcoty
5858
dir(file.path("ex3"))
5959
```
60-
The following files should be listed with the last R command: "marker_file.txt", "reads2_F.fastq.gz", "sample_file.txt".
60+
The following files should be listed with the last R command: "marker_file.txt", "reads3.fastq.gz", "sample_file.txt".
61+
62+
63+
WORK IN PROGRESS
6164

6265
Run demultiplexing by sample and rename output files
6366
```R
@@ -92,12 +95,6 @@ dePlexMarker <- demultiplexByMarker(dePlexSample, markerTab, outDeplexMarker)
9295
write.table(dePlexMarker, file.path(outputDir, "demultiplexMarkerSummary.txt"), sep="\t", row.names=F)
9396
```
9497

95-
subset: remove markers without sufficient reads
96-
```R
97-
procReads <- procReads[procReads$numRead>10,]
98-
99-
```
100-
10198
Call Haplotypes
10299
```R
103100
# call haplotype options

0 commit comments

Comments
 (0)