runAnalysis-methods: runAnalysis

Description Usage Arguments Value Examples

Description

This generic is for use on the miRmapper class to perform the the entire miRmapper analysis and export all outputs into a directory named 'miRmapper-Output' that is placed in the useres working directory.

Usage

1
2
3
4
runAnalysis(object)

## S4 method for signature 'miRmapper'
runAnalysis(object)

Arguments

object

a 'miRmapper' object

Value

5 output files into a directory named "miRmapper-Output". The files consist of a table indicating the total predicted gene targets for each miRNA and its percentage of impact, a table of the adjacency matrix that details the miRNA-target network, a bar plot of the the miRNA impact percentages, a dedrogram depicting miRNA clusters, and an identity heatmap depicting miRNA clustering.

Examples

1
runAnalysis(Object)

Jon-Simpson/miRmapper documentation built on June 9, 2019, 12:42 a.m.