Description Usage Arguments Value Author(s) See Also
Run CompariMotif3
1 2 3 4 5 6 7 | runCompariMotif3(input_file = "./SLIMFinder/result/motifs.txt",
slimpath = "../software/slimsuite/tools/", dbpath = "./data_files/",
dburl = "http://elm.eu.org/elms/elms_index.tsv",
parameters = "unmatched=T motific=T",
out_file = "./SLIMFinder/result/comparimotif.tdt",
LSF_project_path = "/hps/nobackup/research/petsalaki/users/vitalii/vitalii/viral_project/",
run = F, with = c("self", "db")[2])
|
input_file |
a path to a tsv file containing Name and Pattern columns |
slimpath |
path to /slimsuite/tools/ |
dbpath |
path to directory where to save and keep ELM database (http://elm.eu.org/) or other database of linear motifs in a format required by comparimotif_V3: http://rest.slimsuite.unsw.edu.au/docs&page=module:comparimotif_V3 |
dburl |
url where to download database |
parameters |
any commandline parameters for comparimotif_V3 as a single character string |
out_file |
path to a file where comparimotif_V3 should save the result |
LSF_project_path |
path to the project directory on the LSF cluster file system. If on LSF is to be used all other paths should be relative to this directory, alternatively, set this argument to empty character. Final path is |
run |
logical, run comparimotif_V3 (T) or just output the command (F), can be useful for check correcteness |
with |
compare motifs in |
system command to be run or that was run
Vitalii Kleshchevnikov
writeInteractionSubsetFASTA_list
, runQSLIMFinder
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.