cpblast | R Documentation |
Prior to running this command, the NCBI_BARRGD_CPG_DB.fasta
file is expected to be
downloaded and saved in the respective location on the local system. cpblast()
helps
to generate the location of the CP genes in the genomes.
cpblast(
fastalocation,
dblocation,
num_threads = "4",
evalue = "1e-6",
word_size = "28",
max_target_seqs = "500"
)
fastalocation |
Location of the folder with only fasta files. The files
must end with either |
dblocation |
Location of the |
num_threads |
Number of threads to run the blast (default = 16) |
evalue |
Cutoff e-value for blast hit (default = "1e-6") |
word_size |
<Integer, >=4> Word size for wordfinder algorithm (default = 28) |
max_target_seqs |
Maximum number of aligned sequences to keep (value of 5 or more is recommended, default = 500) |
cpblast("/home/user/CPgeneProfiler/testData/fasta","/home/user/CPgeneProfiler/testData/db")
cpblast(fastalocation = "/home/user/CPgeneProfiler/testData/fasta",dblocation = "/home/user/CPgeneProfiler/testData/db",num_threads = 8,evalue = "1e-6")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.