ExampleStreptomycesData | R Documentation |
Data from Streptomyces species to test EvoWeaver
functionality.
data("ExampleStreptomycesData")
The data contain two elements, Genes
and Tree
. Genes
is
a list of presence/absence vectors in the input required for EvoWeaver
.
Tree
is a species tree used for additional input.
This dataset contains a number of Clusters of Orthologous Genes (COGs) and a species
tree for use with EvoWeaver. This dataset showcases an example of using EvoWeaver with
a list of vectors. Entries in each vector are formatted correctly for use with
co-localization prediction. Each COG i
contains entries of the form
a_b_c
, indicating that the gene was found in genome a
on chromosome
b
, and was at the c
'th location. The original dataset is comprised
of 301 unique genomes.
EvoWeaver
exData <- get(data("ExampleStreptomycesData"))
ew <- EvoWeaver(exData$Genes)
# Subset isn't necessary but is faster for a working example
predict(ew, Subset=1:10, MySpeciesTree=exData$Tree)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.