You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Finds isoform switching genes; genes that are not differentially expressed but contain at least one transcript that is.
202
-
Requires that de_gene_test and de_transcript_test have been run.
203
-
204
-
```
196
+
Finds isoform switching genes; genes that are not differentially expressed but contain at least one transcript that is. Requires that de\_gene\_test and de\_transcript\_test have been run.
197
+
198
+
```text
205
199
Parameters:
206
200
207
201
q (float): q-value threshold to declare a gene/transcript
Copy file name to clipboardExpand all lines: faqs/understanding_swan_vis.md
+3Lines changed: 3 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -1,3 +1,5 @@
1
+
# Understanding Swan visualizations
2
+
1
3
Swan utilizes a representation of transcript structure and alternative splicing that most people aren't familiar with. The goal of this guide is to help the user understand and interpret the graphical output format from Swan, in a step-by-step manner.
2
4
3
5
## Table of contents
@@ -55,3 +57,4 @@ Exon skipping in a SwanGraph consists of an intronic \(pink\) edge that complete
55
57
In a SwanGraph, intron retention is the opposite of exon skipping. It is seen when an exonic \(green\) edge completely spans an intronic \(pink\) edge. This means that an intronic region from one transcript model has been included in a different transcript model.
Copy file name to clipboardExpand all lines: tutorials/getting_started.md
+1Lines changed: 1 addition & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -5,6 +5,7 @@ First, if you haven't already, make sure to [install Swan](../#installation). Af
5
5
Then, download the data and the reference transcriptome annotation from [here](https://hpc.oit.uci.edu/~freese/swan_files/). The bash commands to do so are given below.
6
6
7
7
Table of contents
8
+
8
9
*[Example data download](getting_started.md#download-example-data)
9
10
*[Starting and initializing your SwanGraph](getting_started.md#starting-up-swan-and-initializing-your-swangraph)
10
11
*[Add transcript models \(GTF\) and abundance info](getting_started.md#adding-transcript-models-gtf-and-abundance-information-at-the-same-time)
0 commit comments