data(mirnaobj)
"mirnapath"
with
slotNames
as follows: columns
mirnacol, assayidcol, genecol, pvaluecol, foldchangecol,
pathwaycol, pathwayidcol, groupcol, mirnagene
. See the
documentation for the mirnapath object type for more
details about usage.
groupcount
state
"unfiltered"
if results are loaded but not
yet filtered; "filtered"
if results are loaded and hits
are defined with the filterflagcol column; "enriched"
if
the data is loaded, filtered, and analyzed for enrichment.
One can load mirna-gene and gene-pathway data at any point
which necessitates using the mirnaobj@mirnaGene
or
mirnaobj@mirnaPathways
object elements to determine if
that data has been loaded.
mirnaGene
mirnaobj@mirnaPathways
element (see below.) Therefore,
if desired one can use transcript or gene associations,
or other integration methods as desired.
mirnaPathways
pathwaycount
filters
"P-value", "Fold change"
, and/or "Expression"
.
enrichment
"pvalues"
- list of P-values
named by pathway ID; "Measured pathway mirnaGenes"
-
total number of miRNA-gene-pathway combinations measured,
which gives some idea of the overall coverage of pathways.
The general point is that miRNAs have the potential to
cover many genes and pathways; "Total mirnaGenes"
- number
of miRNA-gene combinations represented in the data;
"Enriched pathway mirnaGenes"
- number of miRNA-gene values
enriched in the pathway tested; "Enriched by miRNA"
- list
of miRNAs involved in the pathway tested, with the list of
genes in parentheses per miRNA; "Enriched by Gene"
- same
as previous except switching gene and miRNA; "Total
enriched mirnaGenes"
- the total number of miRNA-gene
values involved in any pathway enrichment (significant or
not.) The total values are useful when comparing across
sample groups, looking particularly for groups with few
changes or those with a uniquely high number of changes.
pathwayList
mirnaobj@mirnaPathways
object, named by the pathway ID
values found in the pathwayidcol column. This list
facilitates converting the data in the enrichment element
to pathway names, since those values are named by the
pathway ID to conserve memory.
## Load the data
data(mirnaobj)
## Print the default summary
mirnaobj;
Run the code above in your browser using DataLab