## Load miRNA expression data from AD miRNA paper
## This data contains miRNA expression data,
data(mirnaobj);
## Display the state, which should generally be "unfiltered"
## at this point
mirnaobj@state;
## Display summary information about the object
mirnaobj;
## Annotate hits by filtering by P-value 0.05
mirnaobj <- filtermirnapath( mirnaobj, pvalue = 0.05,
expression = NA, foldchange = NA );
## Display summary, noting the state is "filtered"
mirnaobj;
Run the code above in your browser using DataLab