Description Usage Arguments Value
This function descard the ORF protien sequences based on its length. The length cutoff is managed by lowerlimit and upperlimit.
1 2 | orf_discard(orf_file = NULL, upper.limit = NULL, lower.limit = NULL,
output_file = NULL)
|
orf_file |
ORF file created from getorf function. |
upper.limit |
enter sequnece length it will descard the sequences within specified range. |
lower.limit |
enter sequence length. |
output_file |
output filename defined by user. |
This function returns output file name
@examples
orf_discard(orf_file= "filename", upper.limit= 1800, lower.limit= 100, output_file = NULL)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.