-
Notifications
You must be signed in to change notification settings - Fork 4
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
Can pygenprop replace assign_genome_properties.pl ? #32
Comments
Hi @SilasK, That is correct. The original plan was to simply parse the long format output from However, I noticed that the long form file format only contained results for lower level genome properties such as Systems and Pathways but not for all types of genome properties (e.g. Catagories) in the tree. See the diagram below: Since my visualization software uses all levels of genome properties I had to write code to do my own assignments for higher level properties. My assignment code can be found in this file: https://github.com/Micromeda/pygenprop/blob/master/pygenprop/results.py Specifically, the following functions:
These functions could potentially be used to assign genome property results InterProScan output. |
To make assignments right from InterProScan results would need to do the following. Note: this is based on my basic understanding of the Perl code in
|
Looks like there are some anomalies. I am investigating. |
Great, I will look at it. I found out that assign_genome_properties.pl uses
only the annotations (Pfam, Tigrfam,.. ) and apparently not the Interpro
ids.
…On Tue, Dec 11, 2018, 02:46 Lee Bergstrand ***@***.***> wrote:
Looks like there are some anomalies. I am investigating.
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#32 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AHLK2umktpd_2Mb1GmYWZeBS-oYDYSLNks5u3w6GgaJpZM4ZCilz>
.
|
Still on the develop branch. I'm going to be working on documentation. |
Summary can be found here. There are some difference, however, these are due to |
If I understand your code correctly you can parse the long format output of
assign_genome_properties.pl
from the genome properties, but there is no script to infer the genome properties from the output of interposcan directly.The text was updated successfully, but these errors were encountered: