Skip to content

Commit

Permalink
documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
proost committed Dec 4, 2017
1 parent d2d9524 commit 5bb3d3c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion conekt/controllers/expression_profile.py
Original file line number Diff line number Diff line change
Expand Up @@ -184,7 +184,7 @@ def expression_profile_download_plot(profile_id):
"""
current_profile = ExpressionProfile.query.options(undefer('profile')).get_or_404(profile_id)

return Response(current_profile.table)
return Response(current_profile.table, mimetype='text/plain')


@expression_profile.route('/download/plot/<profile_id>/<condition_tissue_id>')
Expand Down
2 changes: 2 additions & 0 deletions docs/tutorials/002_expression_profiles.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@ Furthermore, summarized profiles with fewer conditions are available (link below

![expression profile summary](images/expression_profile_summary.png "Expression profile summary example")

The **download** buttons below expression plots allow you to download the raw data

## Heatmaps

## Expression Specificity
Expand Down

0 comments on commit 5bb3d3c

Please sign in to comment.