utr_count: Count number of occurence of DNA substring in UTR regions

Description Usage Arguments Value

Description

This function will look for the number of occurence of every substrings of length substring_length in the UTR regions of a given genome.

Usage

1
2
utr_count(sequence_name, sequence, substring_length, genome, utr,
  reverse_complement = FALSE)

Arguments

sequence_name

A character vector of length 1 corresponding to name of the current sequence being analysed.

sequence

A character vector or a DNAString object corresponding to the miRNA sequence to analyze.

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.

Value

A data.frame with the following columns:


CharlesJB/mirnatools documentation built on May 6, 2019, 9:58 a.m.