# 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