Description Usage Arguments Value Author(s) See Also Examples
The sequences predicted by packSearch
often
overlap, which may be due to the presence of closely
interspersed elements or false TIR identification.
In such cases, these elements can be combined using
link[GenomicRanges:GRanges-class]{GRanges}
in order to collapse overlapping elements, preventing
over-estimation of transposon numbers. Also removes
duplicate elements that have been generated in the
case of multiple searches.
1 | collapseSeqs(packMatches, Genome)
|
packMatches |
A dataframe containing genomic ranges and names referring
to sequences to be extracted. This dataframe is in the format
produced by coercing a
Must contain the following features:
|
Genome |
A DNAStringSet object containing sequences referred to
in |
A set of non-overlapping transposon sequences in the format of the input dataframe.
Jack Gisby
packSearch
,
link[GenomicRanges:GRanges-class]{GRanges}
1 2 3 4 5 6 7 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.