-
Notifications
You must be signed in to change notification settings - Fork 73
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
writing .rda/.twix files #76
Comments
The available IO functions are here: https://github.com/CIC-methods/FID-A/tree/master/inputOutput There is not currently a rda/twix output. We would welcome a new function to write out in that format (or at least a link to the on-disk documentation format). You'll have to write out another format and do conversion. |
Hi Tina,
My understanding is that Osprey uses the FID-A structure format (with possibly a few minor changes). You will want to confirm this with Georg Oeltzschner, but if I’m right then perhaps it is not necessary for you to write back into twix/rda format. Instead, you might be able to work directly with the FID-A data structure in Osprey.
Best wishes,
Jamie
On Nov 24, 2021, at 11:14 AM, Gabriel A. Devenyi ***@***.******@***.***>> wrote:
The available IO functions are here: https://github.com/CIC-methods/FID-A/tree/master/inputOutput
There is not currently a rda/twix output. We would welcome a new function to write out in that format (or at least a link to the on-disk documentation format). You'll have to write out another format and do conversion.
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub<#76 (comment)>, or unsubscribe<https://github.com/notifications/unsubscribe-auth/ACHTOQOMOTIJ7BZNRLFNNODUNUFODANCNFSM5IVWUFRA>.
Triage notifications on the go with GitHub Mobile for iOS<https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675> or Android<https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub>.
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Dear all,
I have two different runs in separated .rda/.twix files. With op_concatAverages, I was able to combine them. But is there a way to write them back as .rda/.twix files? I look over all your functions but could not find the correct one.
I am using Osprey for the further analyses and that checks for the rda/twix files.
Any help would be appreciated.
Best regards,
Tina
The text was updated successfully, but these errors were encountered: