Description Usage Arguments Value Examples
Determine if a core gene was ignored by the tool because of the unknown references species
1 | filterIgnore(root, coreSet, coreGene, priorityList)
|
root |
The path to the core directory, where the core set is stored within weight_dir, blast_dir, etc. |
coreSet |
The name of the interested core set. The core directory can contains more than one core set and the user must specify the interested core set. The core set will be stored in the folder core_orthologs in subfolder, specify them by the name of the subfolder |
coreGene |
the ID of the core gene |
priorityList |
A list contains one or many genome ID of the genomes, which were used to build the core set. The genome ID of this list will be stored with an priority order, the tool look at into the fasta file of each core group and determine with the priority order to determine the references species for each core group. |
TRUE or FALSE
1 2 3 | coreFolder <- system.file("extdata", "sample", package = "fCAT")
check <- filterIgnore(coreFolder, "test", "530670", c("HUMAN@9606@1"))
print(check)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.