{"id":4803,"date":"2018-07-27T12:20:31","date_gmt":"2018-07-27T12:20:31","guid":{"rendered":"http:\/\/ri.itservices.manchester.ac.uk\/csf-apps\/?page_id=4803"},"modified":"2018-07-30T09:31:05","modified_gmt":"2018-07-30T09:31:05","slug":"bart","status":"publish","type":"page","link":"https:\/\/ri.itservices.manchester.ac.uk\/csf-apps\/software\/applications\/bart\/","title":{"rendered":"Bart"},"content":{"rendered":"<h2>Overview<\/h2>\n<p><a href=\"http:\/\/faculty.virginia.edu\/zanglab\/bart\/index.htm\">Bart<\/a>\u00a0(<u>B<\/u>inding\u00a0<u>A<\/u>nalysis for\u00a0<u>R<\/u>egulation of\u00a0<u>T<\/u>ranscription) is a bioinformatics tool for predicting functional transcription factors (TFs) that bind at genomic cis-regulatory regions to regulate gene expression in the human or mouse genomes, given a query gene set or a ChIP-seq dataset as input. BART leverages 3,485 human TF binding profiles and 3,055 mouse TF binding profiles from the public domain (collected in Cistrome Data Browser) to make the prediction.i<\/p>\n<p>Version 1.0.1 for Python3 is installed on the CSF.<\/p>\n<h2>Restrictions on use<\/h2>\n<p>There are no restrictions on accessing the software on the CSF. It is released under the BSD 2-Clause &#8220;Simplified&#8221; License and all usage must adhere to that license.<\/p>\n<p>Please cite your usage of this software as detailed on the <a href=\"http:\/\/faculty.virginia.edu\/zanglab\/bart\/index.htm\">BART<\/a>\u00a0website.<\/p>\n<h2>Set up procedure<\/h2>\n<p>To access the software you must first load the modulefile:<\/p>\n<pre>module load apps\/gcc\/python-packages\/anaconda3-5.1.0\/bart\/1.0.1\r\n<\/pre>\n<h2>Running the application<\/h2>\n<p>Please do not run BART on the login node. Jobs should be submitted to the compute nodes via batch.<\/p>\n<p>A full description of all of the BART commands and flags accepted by the application is beyond the scope of this web-page.<\/p>\n<p>However, you <em>may<\/em> run the following command on the login node to see a list of flag \/ args that the application will accept. These should be used in your jobscript:<\/p>\n<pre>bart -h\r\n<\/pre>\n<p>You <strong>must check<\/strong> whether the command you are using accepts a flag to specify the number of threads (cores) to use. This should then be applied to the command-line in your jobscript.<\/p>\n<h3>Serial batch job submission<\/h3>\n<p>Make sure you have the modulefile loaded then create a batch submission script, for example:<\/p>\n<pre>#!\/bin\/bash\r\n#$ -cwd             # Job will run from the current directory\r\n#$ -V               # Job will inherit current environment settings\r\n\r\n# These commands will only use one core\r\n\r\nbart geneset -i ..\/RandoGenes.txt -s mm10 --outdir .\/Bart_test -p 1 -t ..\/target.txt\r\n\r\n<\/pre>\n<p>Submit the jobscript using:<\/p>\n<pre>qsub <em>scriptname<\/em><\/pre>\n<p>where <em>scriptname<\/em> is the name of your jobscript.<\/p>\n<h3>Parallel batch job submission<\/h3>\n<p>Make sure you have the modulefile loaded then create a batch submission script, for example:<\/p>\n<pre>#!\/bin\/bash\r\n#$ -cwd             # Job will run from the current directory\r\n#$ -V               # Job will inherit current environment settings\r\n#$ -pe smp.pe 8     # Number of cores to use (can be 2 -- 24)\r\n\r\n# $NSLOTS is automatically set to the number of cores specified above\r\nexport OMP_NUM_THREADS=$NSLOTS\r\n\r\n# These commands can be run using multiple cores\r\nbart geneset -i ..\/RandoGenes.txt -s mm10 --outdir .\/Bart_test -p $NSLOTS -t ..\/target.txt\r\n<\/pre>\n<p>Submit the jobscript using:<\/p>\n<pre>qsub <em>scriptname<\/em><\/pre>\n<p>where <em>scriptname<\/em> is the name of your jobscript.<\/p>\n<h2>Further info<\/h2>\n<ul>\n<li><a href=\"http:\/\/faculty.virginia.edu\/zanglab\/bart\/index.htm\">BART website<\/a><\/li>\n<\/ul>\n<h2>Updates<\/h2>\n<p>None.<\/p>\n","protected":false},"excerpt":{"rendered":"<p>Overview Bart\u00a0(Binding\u00a0Analysis for\u00a0Regulation of\u00a0Transcription) is a bioinformatics tool for predicting functional transcription factors (TFs) that bind at genomic cis-regulatory regions to regulate gene expression in the human or mouse genomes, given a query gene set or a ChIP-seq dataset as input. BART leverages 3,485 human TF binding profiles and 3,055 mouse TF binding profiles from the public domain (collected in Cistrome Data Browser) to make the prediction.i Version 1.0.1 for Python3 is installed on the.. <a href=\"https:\/\/ri.itservices.manchester.ac.uk\/csf-apps\/software\/applications\/bart\/\">Read more &raquo;<\/a><\/p>\n","protected":false},"author":24,"featured_media":0,"parent":31,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"footnotes":""},"class_list":["post-4803","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/ri.itservices.manchester.ac.uk\/csf-apps\/wp-json\/wp\/v2\/pages\/4803","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/ri.itservices.manchester.ac.uk\/csf-apps\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/ri.itservices.manchester.ac.uk\/csf-apps\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/ri.itservices.manchester.ac.uk\/csf-apps\/wp-json\/wp\/v2\/users\/24"}],"replies":[{"embeddable":true,"href":"https:\/\/ri.itservices.manchester.ac.uk\/csf-apps\/wp-json\/wp\/v2\/comments?post=4803"}],"version-history":[{"count":2,"href":"https:\/\/ri.itservices.manchester.ac.uk\/csf-apps\/wp-json\/wp\/v2\/pages\/4803\/revisions"}],"predecessor-version":[{"id":4814,"href":"https:\/\/ri.itservices.manchester.ac.uk\/csf-apps\/wp-json\/wp\/v2\/pages\/4803\/revisions\/4814"}],"up":[{"embeddable":true,"href":"https:\/\/ri.itservices.manchester.ac.uk\/csf-apps\/wp-json\/wp\/v2\/pages\/31"}],"wp:attachment":[{"href":"https:\/\/ri.itservices.manchester.ac.uk\/csf-apps\/wp-json\/wp\/v2\/media?parent=4803"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}