diff --git a/.nojekyll b/.nojekyll new file mode 100644 index 000000000..e69de29bb diff --git a/404.html b/404.html new file mode 100644 index 000000000..743e5cc3b --- /dev/null +++ b/404.html @@ -0,0 +1,614 @@ + + + +
+ + + + + + + + + + + + + + + + + + +TBD
+Additionally to the standard Beacon endpoints provided for the Beacon framework and default data model
+bycon
also has a number of service endpoints. Some of them are used to provide direct Beacon support (e.g. /endpoints
or /schemas
to implement endpoints accessed from Beacon responses), while others
+provide more specialized functionality (e.g. /cytomapper
).
More information:
+ +The bycon
package supports number of parameters for filtering and querying the data which includes and extends
+standard Beacon parameters and can - depending on the parameter and the current scope - in general be
+invoked through HTTP requests and as command line arguments.
Only parameters sefined in config/argument_definitions.yaml
will be
+interpreted. Those parameters are listed in this document.
TBD
+The byconServices
package inside bycon
provides a number of plotting functions which can be used to visualize the data in the database. Generally
+plot functionality is focussed on generating CNV visualizations for per-sample and
+aggregated CNV data (e.g. frequencyplots). Additionally some geographic map projectins are provided e.g. for samples and metadata.
More information can be found on these pages:
+