As of now, explain.depesz.com will provide hints for seq scans with multiple equality conditions joined with AND.
For example:
SELECT * FROM TABLE WHERE proj_type = 'GR14' AND week = 2000 AND pop_flag = '1'
You can see it in action in this plan.
Hope you'll find it useful.