kbaseapps / FeatureValues

MIT License
0 stars 11 forks source link

Feature Values Service

Overview

This KBase service provides a set of methods for manipulation and visualization of expression values organized as two-dimensional matrix and assigned to genome features on one dimension and to different sorts conditions on second dimension.

Notes for preparing test data

The Genome object test data is only needed to provide a list of feature ids that match the ids in the paired expression data files. The prepared test data is checked into the repository as .json files in specific test/data/ directories. These .json file will work for tests on as long as the Genome object does not incur backwards incompatible changes. The version of the checked in .json files is KBaseGenomes.Genome-17.0 from ci.kbase.us circa 2/10/2020/.

The tests require three different RefSeq Genomes with source .gbff files checked in to the appropriate test.data/upload directory. The genomes are: Desulfovibrio vulgaris Hildenborough, E. coli MG1655, and Rhodobacter sphaeroides. The steps to prepare new Genome .json test data are as follows:

Authors

Roman Sutormin, LBL (rsutormin@lbl.gov) Marcin Joachimiak, LBL (mjoachimiak@lbl.gov) Pavel Novichkov, LBL (psnovichkov@lbl.gov) Srividya Ramakrishnan, CSHL (srividya.ramki@gmail.com) Michael Sneddon, LBL (mwsneddon@lbl.gov)

Special deployment instructions

Starting/Stopping the service, and other notes