Description Usage Arguments Value
This function will look for the number of occurence of every substrings of
length substring_length
in the UTR regions of a given genome.
1 2 |
sequence_name |
A |
sequence |
A |
substring_length |
The length of each substring to use to find perfect matches in the UTR regions. |
utr |
Which UTR region to use? "5UTR", "3UTR" or "both". Default: "5UTR". |
reverse_complement |
Use the reverse complement of the sequence? Default: FALSE. |
A data.frame
with the following columns:
name The sequence_name argument value.
sequence The sequence argument value.
substring The current_substring.
substring The position of the substring in the sequence.
count The number of perfect matches for the substring in the UTR regions.
percent The percentage of all the possible substrings of
substring_length
that have a smaller number of
perfect matches in the UTR regions.
mirbase_count The number of perfect matches for the all the miRBase substrings at the same position of its respective sequence in the specified genome.
mirbase_percent The percentage of all miRBase substrings at the same position in its respective sequence that have a smaller number of perfect matches in the UTR region of the specified genome.
reverse_complement The value of the reverse complement argument.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.