Description Usage Arguments Value
View source: R/transcript_models_build_helpers.R
Combine identical transcript models and get non-redundent and reduced transcript models
1 2 3 4 | reduce_transcript_models(
transcript_models_ls,
bin_operation = c("round", "floor", "ceiling")
)
|
transcript_models_ls |
A list of matrices where each row in the matrix corresponds to a bin and each column is a transcript. |
bin_operation |
Three different modes to deal with decimals in the transript model (due to partial overlap of the first or last exon and bins). Either "ceiling", "floor", or "round" (default: "round"). |
A list of matrices holding the reduced transcript models and a dataframe holding each transcript belongs to which group and reduced model.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.