transconc | R Documentation |
Transcript concentration gives the abundance of transcripts expressed in different samples and conditions. It uses transcript structure generated by transtruct method and superimposes expression values of corresponding meta-features.
transconc(transtruct, designM)
transtruct |
transcript structure for EP/IP inclusion and exclusion for a gene. |
designM |
design matrix for the two conditions in question. It should be a binary matrix where 1 represents samples of the condition and 0 represents the samples of other condition. |
transconc returns three matrices:
transconc.samples: transcript concentration by samples.
transconc.condition: transcript concentration by condition.
transconc.TS: structures of transcripts and concentration of their meta-features, used for evaluating transcript abundance (transconc combines all structures by transtruct and retains only unique structures).
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.