te_rna.plot {ORFik} | R Documentation |
Create TE plot of:
- Within sample (TE log2 vs mRNA fpkm)
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()
#df.rfp <- read.experiment("Riboseq") #df.rna <- read.experiment("RNAseq") #dt <- te.table(df.rfp, df.rna) #te_rna.plot(dt)