align_contigs | R Documentation |
Align contigs (character vector) to reference Then annotate the segments of the alignment according to reference seqnames
Relies on seqnames –> annotation mapping included as part of the package...
align_contigs(
tigs,
ref,
primary.only = TRUE,
remove.decoy = TRUE,
keep.unaligned = FALSE,
verbose = FALSE
)
tigs |
(character) |
ref |
(RSeqLib::BWA) |
primary.only |
(logical) default TRUE |
keep.unaligned |
(logical) keep unaligend contigs?? default FALSE |
verbose |
(logical) default FALSE |
refseq.fn |
(character) path to seqnames annotation file (included) |
data.table with contig alignment and metadata fields seq, query.seq
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.