-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
3 changed files
with
24 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,28 @@ | ||
# Tutorial: Coexpression Networks and Clusters | ||
|
||
## Navigating Coexpression Networks | ||
## Coexpression intro | ||
|
||
Genes which display a similar expression profile across many samples are considered co-expressed. As co-expression is | ||
often attributed to a shared regulatory mechanism, co-expressed genes are likely to be involved in the same biological | ||
process. | ||
|
||
 | ||
|
||
In the example two profiles of co-expressed genes are show, the strength of their co-expression is indicated by the | ||
[Pearson Correlation Coefficient](https://en.wikipedia.org/wiki/Pearson_correlation_coefficient) (PCC) which is | ||
determined taking all samples into account (not just the ones included inthe profile) | ||
|
||
|
||
## Navigating Coexpression Neighborhoods | ||
|
||
A gene's coexpressed genes (referred to as the coexpression neighborhood) can be found on the sequence page. | ||
|
||
 can be used to access a table with details on all | ||
coexpressed genes. The network icon  lead to a network graph | ||
visualized using [Cytoscape.js](http://js.cytoscape.org/) of the gene and its coexpression neighborhood. | ||
|
||
|
||
|
||
## Coexpression Clusters |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.