| result.pst | R Documentation |
An example output generated by the differential pattern analysis
function diffPatternTest, including binned data, differential
pattern results, etc.
data("result.pst")
A list of size 5
A list object of codon/bin-level test results. Each element
of the list is the result from a gene, containing columns: pvalue,
log2FoldChange, and the adjusted p-value by method "gtxr"
Gene-level differential pattern results, including T-value, p-value, and q-value
See diffPatternTest
The input data for differential pattern analysis in the format of a list of named matrices. In each element of the list, rows correspond to replicates,columns correspond to bins.
See diffPatternTest.
Names of genes without sufficient reads, not reported in
bin and gene.
The data was adapted from Kasari et al 2019.
data(result.pst)
plotTrack(data = data.psite, genes.list = c("YDR050C", "YDR064W"),
replicates = NULL, exons = FALSE)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.