.trimORF | R Documentation |
Trim ORF from both ends. If the trimmed length is longer than one CDS, that whole CDS will be removed and the trimming will continue on the next CDS using the remaining trimming length. For example, given an ORF and the first CDS is 3bp, if trimStart is 6bp, then the first CDS will be removed and the second CDS will be trimmed 3bp.
.trimORF(orfGRL, trimStart, trimEnd)
orfGRL |
A GRangesList object of the ORFs. |
trimStart |
A numeric variable indicating how many bases to trim for ORF start. |
trimEnd |
A numeric variable indicating how many bases to trim for ORF end. |
a GRangesList object of trimmed ORFs.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.