combine_mir_vt: Combine miRNA validated targets from differents sources...

Description Usage Arguments Value Author(s) References Examples

View source: R/combine_mir_vt.R

Description

A helper function for combining miRNA targets from differents sources. Duplicated miRNA-target interactions are automatically removed.

Usage

1

Arguments

...

a list of MirTarget object to combine. MirTarget object can be generated by the functions get_mirecords_*() or by get_mirtarbase_*().

Value

Returns an object of class MirTarget which is a data frame containing combined validated targets for each miRNA.

Author(s)

Alboukadel Kassambara alboukadel.kassambara@gmail.com

References

A. Kassambara. Statistical Tools for High-throughput Data Analysis. http://www.sthda.com

Examples

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
## Not run: 
# Example of miRNAs
miRNAs <- c("hsa-miR-16", "hsa-miR-155")

# Validated target from miRecords
mirecords_vt <- get_mirecords_vt(miRNAs)

# Validated target from miRTarbase
mirtarbase_vt <- get_mirtarbase_vt(miRNAs)

v_targets <- combine_mir_vt(mirecords_vt, mirtarbase_vt)
head(v_targets)

## End(Not run)

kassambara/miRTarget documentation built on May 20, 2019, 7:40 a.m.