Learn R Programming

OmicInt (version 1.1.7)

miRNA_summary_validated: miRNA_summary_validated

Description

miRNA_summary_validated function provides information on genes that have known miRNA regulating them. The function checks genes against known miRNA target database image and provides various plots to assess emerging data features. The user can also specify if the plotting is necessary for location ("location") or protein class ("class").

Usage

miRNA_summary_validated(data, type = "class")

Arguments

data

Requires a data frame generated by score_genes. Class - data frame

type

Requires to specify a value for plotting. If plotting is performed for location select "location", alternatively select "class"; default is "class". Class - string

Value

a data frame with GC content; multiple plots are also plotted summarising the data

Examples

Run this code
# NOT RUN {
path_to_test_data<- system.file("extdata", "test_data.tabular", package="OmicInt")
# basic usage of miRNA_summary_validated
df<-utils::read.table(path_to_test_data)
return_df<-miRNA_summary_validated(df)
head(return_df)
# }

Run the code above in your browser using DataLab