-
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
Tab delimited correlation matrix as input? #4
Comments
Hi Quichao, I think the code should read in tab delimited files. I'm certain I've used them before and looking at the code it seems as though it can support them. What sort of error do you get when you try to use a tab delimited file? |
Hi Stephen, I received a "Segmentation fault (core dumped)" regardless the matrix size Qichao On Thu, Apr 14, 2016 at 12:13 PM, Stephen Ficklin [email protected]
|
Is this line the header: OTUID 1 2 3 4 5 If so, try removing the OTUID. The header should only contain the sample names. |
Still not working...Do you have an example file for me to try? Thanks! On Thu, Apr 14, 2016 at 12:34 PM, Stephen Ficklin [email protected]
|
There is an example directory with a sample yeast expression matrix that you can try. Although it has no headers. If you replace spaces with tabs you can test it as tab-delimited. |
Oh, and the README has instructions for how to test the example. |
Oops, maybe we are having misunderstandings. On Thu, Apr 14, 2016 at 1:10 PM, Stephen Ficklin [email protected]
|
Oh I see. Yes, you specified 'correlation files' in your original post but I misunderstood. Apologies. The software currently only supports the binary format for RMT thresholding. We are working on an updated version of this software which will be released as a separate project. It's still a bit away from being released but we can add add it to our TODO list to try to support import of tab-delimited correlation files. |
Sounds nice! Looking forward to your new version! On Thu, Apr 14, 2016 at 2:02 PM, Stephen Ficklin [email protected]
|
Hi Stephen, |
Hi Stephen,
It's really exiting that you implemented RMT in C. I am a collaborator of Feng Luo and use RMT based network approach a lot. Could you please modify the code a little bit to support tab delimited correlation file as input? This would also extend the RMT approach to many different correlation methods.
Thanks!
Qichao Tu
The text was updated successfully, but these errors were encountered: