combine_mir_mrna_exprs: Combine miRNA and mRNA expression data

Description Usage Arguments Value Author(s) References

View source: R/combine_mir_mrna_exprs.R

Description

Combine miRNA and mRNA expression data. The output dataset will be used for statistical approach-based miRNA target predictions. The name and the number of samples in the two data set should be identical.

Usage

1
combine_mir_mrna_exprs(mirna_data, mrna_data)

Arguments

mirna_data

a numeric matrix or data frame containing the miRNA expression profile. Rows are miRNA names and columns are samples.

mrna_data

a numeric matrix or data frame containing the mRNA gene expression profile. Rows are gene names and columns are samples.

Value

Returns an object of class MirMrnaExprs which is a data.frame containing the combined gene expression data. It includes also two attributes "mirna_index" and "mrna_index". Rows are samples and columns are miRNA/mRNA names.

Author(s)

Alboukadel Kassambara alboukadel.kassambara@gmail.com

References

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


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