Description Usage Arguments Value See Also Examples
Create TE plot of:
- Within sample (TE log2 vs mRNA fpkm)
1 2 3 4 5 6 7 8 9 10 | te_rna.plot(
dt,
output.dir = NULL,
filter.rfp = 1,
filter.rna = 1,
plot.title = "",
width = 6,
height = "auto",
dot.size = 0.4
)
|
dt |
a data.table with the results from |
output.dir |
a character path, default NULL(no save), or a directory to save to a file will be called "TE_within.png" |
filter.rfp |
numeric, default 1. What is the minimum fpkm value? |
filter.rna |
numeric, default 1. What is the minimum fpkm value? |
plot.title |
title for plots, usually name of experiment etc |
width |
numeric, default 6 (in inches) |
height |
a numeric, width of plot in inches. Default "auto". |
dot.size |
numeric, default 0.4, size of point dots in plot. |
a ggplot object
Other TE:
DTEG.analysis()
,
DTEG.plot()
,
te.table()
1 2 3 4 | #df.rfp <- read.experiment("Riboseq")
#df.rna <- read.experiment("RNAseq")
#dt <- te.table(df.rfp, df.rna)
#te_rna.plot(dt)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.