Description Usage Arguments Value Examples
Assign short reads from mapInit to haplotypes
1  | partitionShortreads(x, opts = list(), ...)
 | 
x | 
 A   | 
opts | 
 list with options passed to the mapper.  | 
... | 
 Further arguments passed to methods.  | 
A DR2S object.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17  | ## Not run: 
x <- DR2Smap(
  sample = "ID12300527",
  locus = "DPB1*04:01:01:01",
  datadir = "/path/to/data",
  outdir = "/path/to/output"
  ) %>%
  clear() %>%
  mapInit() %>%
  partitionLongreads() %>%
  mapIter() %>%
  partitionShortreads() %>%
  mapFinal() %>%
  polish() %>%
  report(blockWidth = 60)
## End(Not run)
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.