Contains source code used to wrangle the BRCA variation data that is presented in the brca-exchange site.
bic: Contains relevant scripts pertaining to converting data originating from the Breast Cancer Information Core database to GA4GH reference server friendly vcf format.
umd: Contains relevant scripts and web-scrapped data pertaining to converting data originating from the Universal Mutation Database to GA4GH reference server friendly vcf format.
doc: Directory contains miscellaneous logfiles of various runs of scripts that are in development.
- Log in to the AWS instance at
[email protected]
using ssh - type "screen -r"
- ctrl + c to stop the server
- restart the server with command 'python server_dev.py -f /srv/ga4gh/brca_config.py'
- ctrl + AD to detach from screen
- logout of the AWS instance
This is the gene feature coordinate file that coincides with the '-r' option of umd2vcf and bic2vcf scripts.
- Add '/cluster/bin/x86_64/mrnaToGene' to your PATH environment variable
- mrnaToGene [options] psl genePredFile
- Insert an extra column on the left-hand most side for each row in the genepred file and put any number there designating the id of the refseq annotation. The exact number doesn't matter as long as it is unique. This is needed for proper formatting so that the hgvs python package can properly interpret the genepred file.
- Add the open reading frame coordinates in the genepred file (column 7 is start-codon position and column 8 is the position at the end of the stop-codon)
e.g. mrnaToGene -insertMergeSize=-1 -noCds refseq_annotation.hg19.psl refseq_annotation.hg19.gp
Requires installation of hgvs python package as can be found here: https://github.com/counsyl/hgvs
See https://github.com/BD2KGenomics/brca/blob/master/clinvar/README.txt
See https://raw.githubusercontent.com/BD2KGenomics/brca/master/umd/README.txt
See https://raw.githubusercontent.com/BD2KGenomics/brca/master/bic/README.txt
- Install leiden package and its dependencies via command
python setup.py install
in theleidenv1.0_package
directory.
See https://raw.githubusercontent.com/BD2KGenomics/brca/master/lovd/README.md
See https://raw.githubusercontent.com/BD2KGenomics/brca/master/lovd/README.md
See https://github.com/BD2KGenomics/brca/edit/master/esp/README.txt