Skip to contents

This function accesses the targets slot of a MirnaExperiment object. After retrieving miRNA targets with the getTargets() function, the interactions between miRNAs and target genes are stored in the targets slot and can be explored with this function.

Usage

mirnaTargets(object)

Arguments

object

A MirnaExperiment object containing miRNA and gene data

Value

A data.frame object containing the interactions between miRNAs and target genes, as retrieved with the getTargets() function.

Author

Jacopo Ronchi, jacopo.ronchi@unimib.it

Examples

# load example MirnaExperiment object
obj <- loadExamples()

# visualize targets
targets_df <- mirnaTargets(obj)