stratify | R Documentation |
Get the phylostratum of each query gene
stratify(
hittable,
classifier = classify_by_adjusted_pvalue(0.001),
strata_names = get_mrca_names(hittable)
)
hittable |
data.frame with the columns 'qseqid', 'mrca', 'ps', and whichever columns arerequired by 'classifier' |
classifier |
A function to infer homology between the query gene and a specific subject |
strata_names |
A factor of MRCA names (scientific names by default, but
you can set your own labels) with levels ordered by phylostrata. This must
be a named factor, with names corresponding to taxon IDs. It is used to make
the |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.