Description Usage Arguments Value
Find the isoform switches that match all of the following conditions: 1) genes are not differentially expressed; 2) abs(deltaPSI) is > 0.05 and more extreme than 1 involved transcripts are sufficiently expressed (TPM > 0.1).
1 2 | find_switches(tx_pdPSI, gene_pDE, pDE = 0.01, pdPSI = 0.01,
deltaPSI = 0.05, minExpression = 0.1)
|
tx_pdPSI |
data.frame with transcript-level annotation per sample, as
outputted by |
gene_pDE |
data.frame with gene-level annotation per sample, as
outputted by |
pDE |
Minimum p-value to consider a gene differentially expressed. |
pdPSI |
Minimum p-value to consider a scplicing change significant. |
deltaPSI |
Minimum PSI change to consider a scplicing change significant. |
minExpression |
Minimum expression of a transcript to consider it expressed. |
A data.frame with the measured isoform switches.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.