Description Usage Arguments Value See Also Examples
Creates a data.table with 6 columns, column names are:
variable, rfp_log2, rna_log2, rna_log10, TE_log2, id
1 |
df.rfp |
a |
df.rna |
a |
filter.rfp |
numeric, default 1. What is the minimum fpkm value? |
filter.rna |
numeric, default 1. What is the minimum fpkm value? |
collapse |
a logical/character (default FALSE), if TRUE all samples within the group SAMPLE will be collapsed to one. If "all", all groups will be merged into 1 column called merged_all. Collapse is defined as rowSum(elements_per_group) / ncol(elements_per_group) |
a data.table with 6 columns
Other TE:
DTEG.analysis()
,
DTEG.plot()
,
te_rna.plot()
1 2 3 | #df.rfp <- read.experiment("Riboseq")
#df.rna <- read.experiment("RNAseq")
#te.table(df.rfp, df.rna)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.