Description Usage Arguments Value
View source: R/TRdist_in_proteome.R
Tandem Repeat Distribution in Proteome
1 2 3 4 5 6 7 | TRdist_in_proteome(
tr_all_sp,
paperfigure = FALSE,
max_pvalue = 0.01,
max_l_effective = 80,
max_n_effective = 40
)
|
tr_all_sp |
a data.frame with TR results imported through |
paperfigure |
boolean. If TRUE, adapts figure for publication (larger font size, ...) |
max_pvalue |
upper threshold of p-value. |
max_l_effective |
upper threshold of l_effective |
max_n_effective |
upper threshold of n_effective |
Distribution (Heatmap) of tandem repeats (TRs) in Swiss-Prot as a function of their repeat unit length $l_effective <= 80$ (x-Axis, x1) and their number of repeat units $n_effective <= 40$ (x2, y-Axis). Darker colour indicates a larger number of TRs with a specific length and number of repeats.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.