byconaut
¶
The byconaut
package contains scripts for data processing for and based on the
bycon
package. The main use cases are:
- generation of utility collections for the standard Progenetix data model
collations
frequencymaps
provide binned CNV frequency values for samples belonging to a given collation code
- I/O & transformations for
bycon
generated files
Installation¶
byconaut
depends on the bycon
package which can be downloaded from its
repository. Please see the repository
and the corresponding documentation site.
While there is also a pip
installation possible over pip3 install bycon
this will not include the local configuration files necessary e.g. for
processing the databases.
Database setup¶
Option A: examplez
from ¶
- download
- unpack somewhere & restore with (your paths etc.):
mongosh examplez --eval 'db.dropDatabase()' mongorestore --db $database .../mongodump/examplez/
- proceed w/ step 4 ... below
Option B: Create your own databases¶
- Create database and variants collection
- update the local
bycon
installation for your database information andlocal parameters- database name(s)
filter_definitions
for parameter mapping
- Create metadata collections -
analyses
,biosamples
andindividuals
- Create
statusmaps
and CNV statistics for the analyses collection- only relevant for CNV database use cases
- Create the
collations
collection which usesfilter_definitions
and the corresponding values to aggregate information for query matching, term expansion ... - Create
frequencymaps
for binned CNV data- relies on existence of
statusmaps
inanalyses
andcollations
- only needed for CNV data
- relies on existence of
Data maintenance scripts¶
Please see the helper apps documentation.