View source: R/DataBaseValidation.R
predictionVsCageHits | R Documentation |
Shows max 20 tissues candidate and predicted uORF counts And start and stop codon usage for combined prediction
predictionVsCageHits(
saveName = p("differential_", mode, "_usage.png"),
mode = "uORF",
prediction = predictUorfs(mode = mode),
stop.codons = FALSE,
sort.by = "counts"
)
saveName |
full name of location to save to, default "differential_uORF_usage.png" |
prediction |
data.table of prediction values in c(0, 1). |
stop.codons |
= FALSE, if TRUE add a row of stop codon plots |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.