Description Usage Arguments Value Author(s) See Also Examples
Parse domain input file
1 | parse_domain_input(seed, input_file, type)
|
seed |
seed ID(s) |
input_file |
name of input data (demo data, file name or path to folder) |
type |
type of data (demo, file or folder) |
A dataframe containing protein domain info
Vinh Tran tran@bio.uni-frankfurt.de
get_domain_online
, get_domain_file
,
get_domain_folder
1 2 3 4 5 6 7 | seed <- "OG_1009"
input_file <- system.file(
"extdata", "domain_files/OG_1009.domains",
package = "phyloprofile", mustWork = TRUE
)
type <- "file"
parse_domain_input(seed, input_file, type)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.