build_contigs | R Documentation |
Assemble reads surrounding seed window supplied in seed.frame column of data table Performs alignment for a max number of iterations or until all reads are aligned
build_contigs(
reads.dt,
col = "seed.frame",
qcol = "qual",
max.iter = 3,
max.unaln = 3,
verbose = FALSE
)
reads.dt |
(must have column seed.frame) |
col |
(column name containing sequences for alignment) e.g. seed.frame |
qcol |
(column name for base quality, default 'qual') |
max.iter |
(numeric) max number of iterations for assembly |
max.unaln |
(numeric) max number of unaligned reads after assembly |
verbose |
(logical) default FALSE |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.