Top-level function to find isoform switches from transcript- and gene-level expression files.
1 2 | compute_isoform_switches(ctrlExpressionFile, caseExpressionFile, tx2geneFile,
outfile, minTpm = 0.1, minSamples = 10, ...)
|
ctrlExpressionFile |
Tab-separated table with normalized transcript-level expression for the control samples, in log2(TPM + 0.001). |
caseExpressionFile |
Tab-separated table with normalized transcript-level expression for the case samples, in log2(TPM + 0.001). |
tx2geneFile |
Tab-separated table with the assignation of transcripts to genes (one per line). |
outfile |
Output file. |
... |
arguments passed to the |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.