Description Usage Arguments Details Value
Plot the results from the different analyses of a ResultSet
in a specific
genomic region. It can plot all the results from runPipeline
.
1 2 3 4 5 6 7 8 9 10 | plotRegion(
rset,
range,
results = names(rset),
genome = "hg19",
rset2,
tPV = 5,
fNames = c("chromosome", "start", "end"),
fNames2 = c("chromosome", "start", "end")
)
|
rset |
|
range |
|
results |
Character with the analyses that will be included in the plot. By default, all analyses available are included. |
genome |
String with the genome used to retrieve transcripts annotation: hg19, hg38, mm10. (Default: "hg19") |
rset2 |
Additional |
tPV |
Threshold for P-Value |
fNames |
Names from rset fData |
fNames2 |
Names from rset2 fData |
This plot allows to have a quick summary of the methylation or gene
expression analyses in a given region. If we use a ResultSet
obtained
from methylation data, transcripts annotation is obtained from archive. If we
use a ResultSet
obtained from gene expression data, transcripts annotation
is taken from fData.
This plot can be used to plot the results of one dataset (methylation or gene
expression) or to represent the association between methylation and gene
expression data. If only one dataset is used, the p-values and the coefficients
of DiffMean and DiffVar analyses are plotted. If we pass two ResultSet
s,
rset
should contain methylation results and a rset2
the gene expression
results.
Regional plot
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.