Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
working on docs
  • Loading branch information
proost committed Jan 13, 2018
1 parent 6352e7b commit c722b0c
Show file tree
Hide file tree
Showing 11 changed files with 37 additions and 20 deletions.
26 changes: 24 additions & 2 deletions docs/building/002_species_functional_data.md
Expand Up @@ -60,7 +60,7 @@ Gene2 GO:0000227 ISS
...
```

On the 'Admin panel', under 'Add' -> 'GO Genes' such a file can be
In the 'Admin panel', under 'Add' -> 'GO Genes' such a file can be
uploaded, for a species. Additionally a description needs to be provided
from where the GO terms in the file originate from (the source).

Expand All @@ -69,4 +69,26 @@ from where the GO terms in the file originate from (the source).
**InterPro** domains can be imported directly from [InterProScan](http://www.ebi.ac.uk/interpro/download.html) output.
To do so, in the 'Admin panel', under 'Add' -> 'InterPro genes' select a species, select the file and click 'Add InterPro'

![InterPro gene](../images/add_interpro_gene.png "Adding InterPro terms for a species")
![InterPro gene](../images/add_interpro_gene.png "Adding InterPro terms for a species")

## Adding external references and aliases/tokens

Some genes have an short handle that is easier to remember, this is also called the alias,
gene symbol or token. CoNekT uses these short labels in network graphs when they are
available. In addition to this, external references can be added to genes connecting your
release with existing platforms.

In the 'Admin panel', under 'Add' -> XRefs Genes this can be done. Select the **species**
first, and as platform select **custom**. Select a file containing the xrefs, here a
tab-delimited file is required with four columns, the gene ID in CoNekT, the gene ID or token,
the name of the external platform or 'token' in case it is a symbol/alias/token, and a url
(empty in case no link exists).

```
Gene1 GN01 token
Gene1 alternative_name token
Gene1 gene1 other_db http://www.other-db.com/view/gene/gene1
...
```

![xrefs gene](../images/add_xrefs_genes.png "Adding XRefs to genes")
7 changes: 7 additions & 0 deletions docs/building/004_coexpression_network_cluster.md
@@ -0,0 +1,7 @@
#### Adding coexpression network

*UNDER CONSTRUCTION*

#### Adding coexpression clusters

*UNDER CONSTRUCTION*
Empty file.
3 changes: 3 additions & 0 deletions docs/building/006_precomputing_counts_etc.md
@@ -0,0 +1,3 @@
# Computing enrichments, similarities, and counts ...

*UNDER CONSTRUCTION*
21 changes: 3 additions & 18 deletions docs/building_conekt.md
Expand Up @@ -24,22 +24,7 @@ Step-by-step instructions
* [Adding GO term and InterPro domain definitions](./building/001_GO_InterPro_domains.md)
* [Adding a new species and functional data](./building/002_species_functional_data.md)
* [Adding expression profiles](./building/003_expression_profiles.md)
* [Adding co-expession networks and clusters](./building/004_coexpression_network_cluster.md)
* [Adding comparative genomics data](./building/005_comparative_genomics.md)
* [Precomputing counts and more](./building/006_precomputing_counts_etc.md)




#### Adding coexpression network

*UNDER CONSTRUCTION*

#### Adding coexpression clusters

*UNDER CONSTRUCTION*

### Adding external references

*UNDER CONSTRUCTION*

### Computing enrichments, similarities, and counts ...

*UNDER CONSTRUCTION*
Binary file modified docs/images/add_expression_profiles.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified docs/images/add_functional_data.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified docs/images/add_go_gene.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified docs/images/add_interpro_gene.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified docs/images/add_species.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified docs/images/admin_home.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit c722b0c

Please sign in to comment.