TieDIE
TieDIE copied to clipboard
can I use TieDIE applied to analyze different level of proteome, such as proteome and phosphoproteome
Yes, either or both will work! Decide how many separate input sets you want--i.e. RPPA protein quantity could be input set 1, phosphoproteome could be set 2, and you could combine those all with other data. Each set will diffuse over the network separately and then be combined using the TieDIE algorithm. Any other specific questions?
@epaull Thanks! Could you please elaborate on how to provide separate input sets to TieDIE? Should I run TieDEI on each set seperatly and combine the network together in the end?
Each separate file is a different input set, and you can do more than 2 inputs if you want—just make sure a different file for each! I think the old version of the tiedie (master branch maybe) takes two inputs —up_heats and —down_heats, but the newer one can take all input files (2 or more) as command line arguments
Does that help?
Evan
On Fri, May 31, 2024 at 12:06 PM Zhen Zuo @.***> wrote:
@epaull https://github.com/epaull Thanks! Could you please elaborate on how to provide separate input sets to TieDIE? Should I simpliy row bind all sets into one --up_heats or --down_heats input file?
— Reply to this email directly, view it on GitHub https://github.com/epaull/TieDIE/issues/5#issuecomment-2142565884, or unsubscribe https://github.com/notifications/unsubscribe-auth/AACIP2G7LP4J4DPMWT4FWMDZFCNZBAVCNFSM4LND7FA2U5DIOJSWCZC7NNSXTN2JONZXKZKDN5WW2ZLOOQ5TEMJUGI2TMNJYHA2A . You are receiving this because you were mentioned.Message ID: @.***>
That helps a lot, Evan. Got it to work with python 3.7 on a Linux machine.