miRNA_summary_validated: miRNA_summary_validated

Description Usage Arguments Value Examples

View source: R/miRNA_summary_validated.R

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

1

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

1
2
3
4
5
6
7
8
## 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)

## End(Not run)

OmicInt documentation built on Oct. 28, 2021, 5:09 p.m.