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

Config file parameters #23

Open
hacaoe opened this issue Apr 20, 2022 · 1 comment
Open

Config file parameters #23

hacaoe opened this issue Apr 20, 2022 · 1 comment

Comments

@hacaoe
Copy link

hacaoe commented Apr 20, 2022

Hi,
I am currently using FLAMES and a few other assemblers (flair and bookend), to compare them against each other and find out, which would be the most optimal one for my data and workflow (drosophila nanopore-sequences). Currently I am facing the issue, that my FLAMES-based transcriptomes are surprisingly small (after correction and filtering roughly 2500 isoforms against flairs 16000), even with the same references and sequencing files. I think, this may be due to the config file, that I honestly just copied from the github. What would you recommend as parameters/what should be changed to perhaps solve this? Would it be appropriate to be less strict and how would I enforce this in the config file?

Best,
Hasan.

@LuyiTian
Copy link
Owner

FLAMES perform more aggressive filtering than flair and other tools so it is not surprised you get less isoforms. you can change the parameter here:
"Min_sup_cnt":5,
"Min_cnt_pct":0.001,
"Min_sup_pct":0.2,

like reduce the Min_sup_cnt to 3. although the fact that flair just give you 16000 isoform might because of your data is not deeply sequenced. I am not sure what is the normal number you would expect for drosophila though

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

2 participants