Description Usage Arguments Value
Produce a one-row summary of a merged read
1 | summarise.merged.read(merged.read)
|
merged.read |
a merged.read object produced by the merge.reads() function |
A numeric vector including (note that insertions, deletions, and stop codons will only be called if the read was merged with a reference amino acid sequence):
consensus.len: the length of the consensus sequence
n.reads: the number of reads used to build the consensus
distance.min: the minimum distance between two reads
distance.max: the maximum distance between two reads
distance.med: the median distance between pairs of reads
readlen.min: the length of the smallest read
readlen.max: the length of the longest read
readlen.med: the median of all read lengths
insertions.min: the smallest number of insertions inferred in a read
insertions.max: the larges number of insertions inferred in a read
insertions.med: the median number of insertions inferred in a read
deletions.min: the smallest number of deletions inferred in a read
deletions.max: the larges number of deletions inferred in a read
deletions.med: the median number of deletions inferred in a read
stops.min: the smallest number of stop codons inferred in a read
stops.max: the larges number of stop codons inferred in a read
stops.med: the median number of stop codons inferred in a read
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.