This page describes the GSCANDB software:
cd gscandb_v1
username=xxx
password=xxxIf required, edit some or all of the following parameter settings, to suit your environment:
server=localhost
systemURL=http://localhost
baseURL=http://localhost/yourGScanWebAlias
tmpdir=/tmp/www-data/ This is the temporary directory for images generated by GScan
biomart=/yourPathToTheBioMartDirectory/biomart/lib
antfrom within the gscandb_v1 directory.
http://localhost/yourGScanWebAlias/wwwqtl.cgi
sh loadData.sh dir=/data/infiles/ marker=marker.csv sample=sample.csv genotype=genotype.csv
sh loadData.sh dir=/data/infiles marker=marker.csvis the same as writing:
sh loadData.sh marker=/data/infiles/marker.csvArguments marker, sample, genotype and gscan indicate the type of the input file. See section Input files for further description of the input files.
sh loadData.sh dir=/gscan/gscandb/csvInfiles marker=marker.csv update
sh loadData.sh dir=/gscan/gscandb/csvInfiles marker=marker.csv append
sh loadData.sh helpSee section Examples for more examples on how to populate gscandb using loadData.sh.
marker.csvcontaining basic marker information
marker_mapping.csvcontaining positions of the markers on genome builds
sample.csvcontaining information about samples (individuals with genotypes)
genotype.csvcontaining the genotypes of the markers on the samples
hapmap.csvcontaining haplotype map information for the markers
Biochem.ALP.chr*.scancontaining genome-scan data for one phenotype across 20 chromosomes in a special format described below.
threshold.csvcontaining significance threshold information for genome scans
TABLE NAME | FIELD NAMES |
---|---|
genome_build | name, date species, comments, ensembl, ensembldb, ensemblspecies,liftover |
phenotype | name, description,public_name |
population | name, species, size, comments |
marker | name, marker_type, leftseq, rightseq, alias |
marker_mapping | marker, genome_build, chromosome, bp_position, strand, cm |
trait_locus | name, population,genome_scan, subscan_label phenotype, marker1, marker2, species, chromosome, start_bp, end_bp, threshold, score, peak, label, comment, url |
sample | name, gender, notes |
genotype | marker, sample, genotype |
hapblock | genome_build, chromosome, marker_start, marker_end, info |
chromosome | name,genome_build,length |
sh loadData.sh gscan=Emo.txt pop=HS build=34 pheno=EMO labels=additive,fullThe command-line argument -colname specifies a comma-separated list of column names to upload, corresponding to the subscan names.