kozak_IR_ranking | R Documentation |
Defined as region (-4, -1) relative to TIS
kozak_IR_ranking(cds_k, mrna, dt.ir, faFile, group.min = 10, species = "human")
cds_k |
cds ranges (GRangesList) |
mrna |
mrna ranges (GRangesList) |
dt.ir |
data.table with a column called IR, initiation rate |
faFile |
|
group.min |
numeric, default 10. Minimum transcripts per initation group to be included |
species |
("human"), which species to use, currently supports human (Homo sapiens), zebrafish (Danio rerio) and mouse (Mus musculus). Both scientific or common name for these species will work. You can also specify a pfm for your own species. Syntax of pfm is an rectangular integer matrix, where all columns must sum to the same value, normally 100. See example for more information. Rows are in order: c("A", "C", "G", "T") |
a ggplot grid object
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.