View source: R/extract_traits.R
extract.traits | R Documentation |
Apply rules to a set of detected genes
## S3 method for class 'traits'
extract(
in_file = system.file("extdata/genomic", "2695420375.fna", package = "microtrait",
mustWork = TRUE),
out_dir = system.file("extdata/genomic", package = "microtrait", mustWork = TRUE),
type = "genomic",
mode = "single",
growthrate_predict = TRUE,
optimalT_predict = TRUE,
optimalT_predict_wtRNA = FALSE,
save_tempfiles = F
)
fasta_file |
type out_dir |
extracted traits.
## Not run: in_file = system.file("extdata/examples/2619619645/in", "2619619645.genes.faa", package = "microtrait", mustWork = TRUE)
in_file = list(system.file("extdata/examples/2619619645/out", "2619619645.genes.faa.microtrait.domtblout", package = "microtrait", mustWork = TRUE),
system.file("extdata/examples/2619619645/out", "2619619645.genes.faa.dbcan.domtblout", package = "microtrait", mustWork = TRUE))
## End(Not run)
## Not run:
in_file = list(system.file("extdata/examples/2619619645/out", "2619619645.genes.faa.microtrait.domtblout", package = "microtrait", mustWork = TRUE),
system.file("extdata/examples/2619619645/out", "2619619645.genes.faa.dbcan.domtblout", package = "microtrait", mustWork = TRUE))
## End(Not run)
type = "domtblout"
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.