-
Notifications
You must be signed in to change notification settings - Fork 26
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
minimum number of trials #28
Comments
Hi Fatima,
you need to cut your resting state data into segments (e.g. 2 seconds
long) to create more than 1 trial. This is because the surrogate-data
based statistics needs it.
Best,
Michael
…On 20.07.2018 17:42, Fatima-h22 wrote:
Hi
I have EEG data of 2 groups in rest condition(16 individual in every
group) and I'm going to calculate TE by Trentool for these two. I used
GroupAnlysis to have comon dimension for all. There is a problem with
trial number:
As my data recorded in rest with no task I set cfgTEGP.minnrtrials=1;
but during running the code following warning is appeared:
The number of trials/subjects (1) is too small to allow for a
sufficient number
of permutations given the alpha level (0.05) and necessary corrections
for multiple comparisons!
and then by investigating the results of
"InteractionDelayReconstruction_calculate" I see that
TEmat_sur and TEmat are completely equal!
ALL my TE values in TEmat are Negative!!!
I can not understand what is the problem.
any help would be appreciated.
thanks
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#28>, or mute the thread
<https://github.com/notifications/unsubscribe-auth/AIqYGscGmXXajxG2imiYXIWdyQAVEG9Cks5uIfp3gaJpZM4VYPms>.
{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/trentool/TRENTOOL3","title":"trentool/TRENTOOL3","subtitle":"GitHub
repository","main_image_url":"https://assets-cdn.github.com/images/email/message_cards/header.png","avatar_image_url":"https://assets-cdn.github.com/images/email/message_cards/avatar.png","action":{"name":"Open
in
GitHub","url":"https://github.com/trentool/TRENTOOL3"}},"updates":{"snippets":[{"icon":"DESCRIPTION","message":"minimum
number of trials (#28)"}],"action":{"name":"View
Issue","url":"#28"}}} [ {
***@***.***": "http://schema.org", ***@***.***": "EmailMessage",
"potentialAction": { ***@***.***": "ViewAction", "target":
"#28", "url":
"#28", "name": "View
Issue" }, "description": "View this Issue on GitHub", "publisher": {
***@***.***": "Organization", "name": "GitHub", "url": "https://github.com"
} }, { ***@***.***": "MessageCard", ***@***.***":
"http://schema.org/extensions", "hideOriginalBody": "false",
"originator": "AF6C5A86-E920-430C-9C59-A73278B5EFEB", "title":
"minimum number of trials (#28)", "sections": [ { "text": "",
"activityTitle": "**Fatima-h22**", "activityImage":
"https://assets-cdn.github.com/images/email/message_cards/avatar.png",
"activitySubtitle": ***@***.***", "facts": [ { "name": "Repository:
", "value": "trentool/TRENTOOL3" }, { "name": "Issue #: ", "value": 28
} ] } ], "potentialAction": [ { "name": "Add a comment", ***@***.***":
"ActionCard", "inputs": [ { "isMultiLine": true, ***@***.***": "TextInput",
"id": "IssueComment", "isRequired": false } ], "actions": [ { "name":
"Comment", ***@***.***": "HttpPOST", "target": "https://api.github.com",
"body": "{\n\"commandName\":
\"IssueComment\",\n\"repositoryFullName\":
\"trentool/TRENTOOL3\",\n\"issueId\": 28,\n\"IssueComment\":
\"{{IssueComment.value}}\"\n}" } ] }, { "name": "Close issue",
***@***.***": "HttpPOST", "target": "https://api.github.com", "body":
"{\n\"commandName\": \"IssueClose\",\n\"repositoryFullName\":
\"trentool/TRENTOOL3\",\n\"issueId\": 28\n}" }, { "targets": [ { "os":
"default", "uri": "#28" }
], ***@***.***": "OpenUri", "name": "View on GitHub" }, { "name":
"Unsubscribe", ***@***.***": "HttpPOST", "target":
"https://api.github.com", "body": "{\n\"commandName\":
\"MuteNotification\",\n\"threadId\": 358676908\n}" } ], "themeColor":
"26292E" } ]
|
Hi Michael
Thank a lot for your answer.
I should mention that the length of recorded EEG data is 240sec with 500Hz
samplng frequency (i.e.120000 sample)
but as EEG is not stationary I segmented my data to 8sec (4000sample)
windows and I were going to calculate transfer entropy in each window
separately and then average the TE on all windows.
Now it seems that was not true.
some cases are not clear for me . May I ask you to clarify please:
1- Is it true that I segment all data and consider every segment as one
trial ?
2- As I am using trials, does parameter "cfgTEGP.ensemblemethod" should be
set with 'yes' and I should use functions prepared for "ensemble" data??
3-for test I segmented data into two trials as you said, but the problem of negative value for transfer
entropy still exist(more than 98% of TE values for different channel combination are negative). what can I do for that? Is it possible it happens because of wrong d,tau and other parameter selection?
3- In your opinion what is a suitable length for window(that is going to
be trial) here to have both stationarity and enough data for TE
calculation?
thanks in advance
regards
…On Wed, Jul 25, 2018 at 5:33 PM mwibral ***@***.***> wrote:
Hi Fatima,
you need to cut your resting state data into segments (e.g. 2 seconds
long) to create more than 1 trial. This is because the surrogate-data
based statistics needs it.
Best,
Michael
On 20.07.2018 17:42, Fatima-h22 wrote:
>
> Hi
> I have EEG data of 2 groups in rest condition(16 individual in every
> group) and I'm going to calculate TE by Trentool for these two. I used
> GroupAnlysis to have comon dimension for all. There is a problem with
> trial number:
> As my data recorded in rest with no task I set cfgTEGP.minnrtrials=1;
> but during running the code following warning is appeared:
> The number of trials/subjects (1) is too small to allow for a
> sufficient number
> of permutations given the alpha level (0.05) and necessary corrections
> for multiple comparisons!
> and then by investigating the results of
> "InteractionDelayReconstruction_calculate" I see that
> TEmat_sur and TEmat are completely equal!
> ALL my TE values in TEmat are Negative!!!
> I can not understand what is the problem.
> any help would be appreciated.
> thanks
>
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#28 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AnjyO0hc5_YfG-G7LMWHnIgptdGD3Wz8ks5uKGyggaJpZM4VYPms>
.
|
hello, |
Closed
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi
I have EEG data of 2 groups in rest condition(16 individual in every group) and I'm going to calculate TE by Trentool for these two. I used GroupAnlysis to have comon dimension for all. There is a problem with trial number:
As my data recorded in rest with no task I set cfgTEGP.minnrtrials=1;
but during running the code following warning is appeared:
The number of trials/subjects (1) is too small to allow for a sufficient number
of permutations given the alpha level (0.05) and necessary corrections for multiple comparisons!
and then by investigating the results of "InteractionDelayReconstruction_calculate" I see that
-TEmat_sur and TEmat are completely equal!
-ALL my TE values in TEmat are Negative!!!
I can not understand what is the problem.
any help would be appreciated.
thanks
The text was updated successfully, but these errors were encountered: