To support the continuous development of PlantTFcat, please cite: Xinbin Dai, Senjuti Sinharoy, Michael K. Udvardi and Patrick X. Zhao, PlantTFcat: An Online Plant Transcription Factor and Transcriptional Regulator Categorization and Analysis Tool, BMC Bioinformatics, 2013, 14:321, doi:10.1186/1471-2105-14-321.
The Zhao Bioinformatics Laboratory
PlantTFcat: An Online Plant Transcription Factor and Transcriptional Regulator Categorization and Analysis Tool   
  About Analysis Family Help
Location:  Help


Data formats allowed by PlantTFcat:

FASTA format:
Pure Sequence: a single sequence without FASTA head (may occupy multi-lines)

User-submitted sequence(s):

Users are allowed to submit protein or nucleic acid sequences for their analysis in FASTA format or single pure sequence. Each nucleic acid sequence will be translated into 6 peptide sequences by ORF and only the translated peptide sequence with at least 35 continuous amino aicd residues will be considered as valid sequences for further analysis. The range of valid length is 50-10000 letters for each sequence and currently the PlantTFcat allows 500000 sequences (or 200M in size) to be uploaded once at most.

Please note: don't mix peptide sequences and nucleic acid sequences in one submission.

Install backend pipeline in local computer:

Prerequisites:
  1. Minimal Hardware: 64bit/4core processor, 4GB memory and 100G HDD.
  2. OS: Redhat/CentOS 6.x 64-bit version.
  3. OpenJDK or Oracle/Sun JDK >=1.6 Release. The default installation of CentOS includes OpenJDK, running "java -version" will report "OpenJDK Runtime Environment......". If your computer complains "command not found", please run "yum -y install java*" to install OpenJDK from remote software repository.

Installation:
  1. Under Linux terminal, type and run "mkdir /opt"
  2. Download pipeline (with source code) and save it under /opt, the filename is PlantTFcat_pipeline.tar.gz
  3. type and run "cd /opt"
  4. type and run "tar -xzvf PlantTFcat_pipeline.tar.gz"
  5. To try sample data, type and run "/opt/PlantTFcat/PlantTFcat.sh -q /opt/PlantTFcat/sample/test_data_pep.fa" and the last line of pipeline output is the location of the tab-delimited prediction result file.

Notes:
  1. The pipeline supports multi-threads computing, so multiple-core processors will significantly speed up analysis.
  2. Always use the full pathname to call pipeline (e.g. /opt/PlantTFcat/PlantTFcat.sh) and specify sequence file name (e.g. /opt/PlantTFcat/sample/test_data_pep.fa)!!!!

 


 

Copyright © The Zhao Lab