Skip to content
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

Adjust psortb parser #16

Open
FranceCosta opened this issue Jul 11, 2022 · 3 comments
Open

Adjust psortb parser #16

FranceCosta opened this issue Jul 11, 2022 · 3 comments

Comments

@FranceCosta
Copy link
Contributor

Control that the psortb parser reposrts the correct predictio. Unknown should be outputed for values <~ 7.5

@Ayman344
Copy link

Ayman344 commented Oct 10, 2023

May I know what is the psortb database that we are extracting the output from? Is it https://www.psort.org/psortb/?
I mean if I run a fasta file consisting for protien sequence as an input in the web psort.org and run the same fasta file converting into a sequence database i.e. creating a database of protein sequences that mimics a proteome so that it can be used with NERVE. Won't I get the same result?

@francescopatane96
Copy link
Contributor

May I know what is the psortb database that we are extracting the output from? Is it https://www.psort.org/psortb/? I mean if I run a fasta file consisting for protien sequence as an input in the web psort.org and run the same fasta file converting into a sequence database i.e. creating a database of protein sequences that mimics a proteome so that it can be used with NERVE. Won't I get the same result?

yes, you should get the identical result

@FranceCosta
Copy link
Contributor Author

Well, more or less. We parse the output to simplify it. We report only the localization with the highest score, provided it is above 3. For proteins with scores below this treshold, we just report "Unknown" as localization. Note that the localization is considered by the select module only for scores above 7.5.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants