View source: R/build.contigs.R
add_contig_ctypes | R Documentation |
Given data.table of contig alignments, add c_type and c_spec labels based on reference sequence
add_contig_ctypes(
calns,
refseq.fn = system.file("extdata", "reference.sequences.rds", package = "loosends"),
remove.decoy = FALSE,
verbose = FALSE
)
calns |
(data.table of contig alignments) |
refseq.fn |
(path to key of reference sequences) |
remove.decoy |
(logical) remove alignments to decoy sequences? default FALSE |
verbose |
(logical) default FALSE |
data.table with new columns c_type and c_spec
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.