-
Notifications
You must be signed in to change notification settings - Fork 28
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Taxonomy summarization #24
Comments
Could you elaborate on this? Not sure what's the goal, but I suspect it has to do with taxonomic names for internal branches? If so, the NCBITaxa instance in ete3 could help. There are a couple of functions that will read the taxID associated to tip nodes and will annotate the whole tree, finding the species lineages and annotating internal branch with taxonomic names. Once the tree is taxonomically annotated, the viz layout can read the annotations and output something like this: |
@jhcepas, is that just using LCA? If so, might be worth using tax2tree here which uses the f-measure and handles inconsistencies reasonably well. |
yes, those annotations are strictly based on the NCBI topology. Ranks and scientific names of internal branches are based on the last shared item between the descendants lineage strings. |
@tanaes What do you think about having taxonomic summaries like this? |
Note that we have somewhat addressed this in #156. But it would be nice if we could have interactive word clouds to summarize the contents of the features within each subtree. |
maybe you can use the wordcloud package i used in dbbact (
https://github.com/amueller/word_cloud/blob/master/wordcloud/wordcloud.py)
it outputs to a figure :)
easy to use, but not interactive
…On Sat, Apr 22, 2017 at 9:55 PM, Jamie Morton ***@***.***> wrote:
Note that we have somewhat addressed this in #156
<#156>. But it would be nice if we
could have interactive word clouds to summarize the contents of the
features within each subtree.
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#24 (comment)>, or mute
the thread
<https://github.com/notifications/unsubscribe-auth/AFkA8v7zqLvPknNsoebdXgRsenMfMxxbks5rytm5gaJpZM4JXkjN>
.
|
This has been addressed by #173 |
Summarize subtree taxonomies of a given balance to aid interpretation
The text was updated successfully, but these errors were encountered: