Functional labels for MNE

Hello!

Are there some publicly available functional labels (for example, for
visual zones - V1, V2, etc) for standard brain?

I need to do some analysis of brain activity, separately for each of those
zones. Obviously, I could create such labels by hand, but the result would
be probably messy and imprecise.

Best wishes,
Platon Pronko
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://mail.nmr.mgh.harvard.edu/pipermail/mne_analysis/attachments/20121017/9060bfcb/attachment.html

Hi,

V1 and V2 labels are given by the freesurfer reconstructions.

look in the "label? folder of the freesurfer recon.

HTH

Alex

Thanks for you reply!

I looked in that folder - it only contains these files:

aparc.annot.a2009s.ctab
aparc.annot.ctab
lh.aparc.a2009s.annot
lh.aparc.annot
lh.cortex.label
rh.aparc.a2009s.annot
rh.aparc.annot
rh.cortex.label

Could there be something wrong with my freesurfer reconstruction?

2012/10/17 Alexandre Gramfort <gramfort at nmr.mgh.harvard.edu>

Hi,

V1 and V2 labels are given by the freesurfer reconstructions.

look in the "label? folder of the freesurfer recon.

HTH

Alex

> Hello!
>
> Are there some publicly available functional labels (for example, for
visual
> zones - V1, V2, etc) for standard brain?
>
> I need to do some analysis of brain activity, separately for each of
those
> zones. Obviously, I could create such labels by hand, but the result
would
> be probably messy and imprecise.
>
> Best wishes,
> Platon Pronko
>
> _______________________________________________
> Mne_analysis mailing list
> Mne_analysis at nmr.mgh.harvard.edu
> https://mail.nmr.mgh.harvard.edu/mailman/listinfo/mne_analysis
>
>
> The information in this e-mail is intended only for the person to whom
it is
> addressed. If you believe this e-mail was sent to you in error and the
> e-mail
> contains patient information, please contact the Partners Compliance
> HelpLine at
> http://www.partners.org/complianceline . If the e-mail was sent to you
in
> error
> but does not contain patient information, please contact the sender and
> properly
> dispose of the e-mail.
>

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://mail.nmr.mgh.harvard.edu/pipermail/mne_analysis/attachments/20121017/dc522eeb/attachment.html

hi,

you can visualize annotations (they are many labels in one file) with
tksurfer, pysurfer or mne_analyze

to split the annot into labels use:

mne_annot2labels

HTH
A

Hello,

Yes, I do visualize those annotations using mne_analyze. Sadly, those
annotations contain only anatomical labels (G_precentral, S_occipital_ant,
etc.), but no functional ones.

2012/10/17 Alexandre Gramfort <gramfort at nmr.mgh.harvard.edu>

hi,

you can visualize annotations (they are many labels in one file) with
tksurfer, pysurfer or mne_analyze

to split the annot into labels use:

mne_annot2labels

HTH
A

> Thanks for you reply!
>
> I looked in that folder - it only contains these files:
>
> aparc.annot.a2009s.ctab
> aparc.annot.ctab
> lh.aparc.a2009s.annot
> lh.aparc.annot
> lh.cortex.label
> rh.aparc.a2009s.annot
> rh.aparc.annot
> rh.cortex.label
>
> Could there be something wrong with my freesurfer reconstruction?
>
> 2012/10/17 Alexandre Gramfort <gramfort at nmr.mgh.harvard.edu>
>>
>> Hi,
>>
>> V1 and V2 labels are given by the freesurfer reconstructions.
>>
>> look in the "label? folder of the freesurfer recon.
>>
>> HTH
>>
>> Alex
>>
>> > Hello!
>> >
>> > Are there some publicly available functional labels (for example, for
>> > visual
>> > zones - V1, V2, etc) for standard brain?
>> >
>> > I need to do some analysis of brain activity, separately for each of
>> > those
>> > zones. Obviously, I could create such labels by hand, but the result
>> > would
>> > be probably messy and imprecise.
>> >
>> > Best wishes,
>> > Platon Pronko
>> >
>> > _______________________________________________
>> > Mne_analysis mailing list
>> > Mne_analysis at nmr.mgh.harvard.edu
>> > https://mail.nmr.mgh.harvard.edu/mailman/listinfo/mne_analysis
>> >
>> >
>> > The information in this e-mail is intended only for the person to whom
>> > it is
>> > addressed. If you believe this e-mail was sent to you in error and the
>> > e-mail
>> > contains patient information, please contact the Partners Compliance
>> > HelpLine at
>> > http://www.partners.org/complianceline . If the e-mail was sent to
you
>> > in
>> > error
>> > but does not contain patient information, please contact the sender
and
>> > properly
>> > dispose of the e-mail.
>> >
>
>

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://mail.nmr.mgh.harvard.edu/pipermail/mne_analysis/attachments/20121017/b1e0f924/attachment.html

hi

you need lh.BA.annot and rh.BA.annot to have V1 and V2 labels.

A

Hello,

And how can I obtain those files (lh.BA.annot)?

2012/10/17 Alexandre Gramfort <gramfort at nmr.mgh.harvard.edu>

hi

you need lh.BA.annot and rh.BA.annot to have V1 and V2 labels.

A

The information in this e-mail is intended only for the person to whom it
is
addressed. If you believe this e-mail was sent to you in error and the
e-mail
contains patient information, please contact the Partners Compliance
HelpLine at
http://www.partners.org/complianceline . If the e-mail was sent to you in
error
but does not contain patient information, please contact the sender and
properly
dispose of the e-mail.

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://mail.nmr.mgh.harvard.edu/pipermail/mne_analysis/attachments/20121017/a30fc444/attachment.html

And how can I obtain those files (lh.BA.annot)?

you should have it if you used :

recon-all -all ?

at least I have it for all my subjects

Alex

I used

recon-all -i $(ls | head -1) -s $SUBJECT
recon-all -autorecon-all -s $SUBJECT

where $(ls | head -1) is the first image file.

Docs for recon-all state that "-autorecon-all" is the same as "-all", so
that doesn't seem to be a problem.

2012/10/17 Alexandre Gramfort <gramfort at nmr.mgh.harvard.edu>

> And how can I obtain those files (lh.BA.annot)?

you should have it if you used :

recon-all -all ?

at least I have it for all my subjects

Alex

The information in this e-mail is intended only for the person to whom it
is
addressed. If you believe this e-mail was sent to you in error and the
e-mail
contains patient information, please contact the Partners Compliance
HelpLine at
http://www.partners.org/complianceline . If the e-mail was sent to you in
error
but does not contain patient information, please contact the sender and
properly
dispose of the e-mail.

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://mail.nmr.mgh.harvard.edu/pipermail/mne_analysis/attachments/20121017/d980c56e/attachment.html

ok then I don't know. I would ask the question on the freesurfer mailing list.

Alex

Yeah, it must be some oddity with Freesurfer. We've been doing recon --all
with Freesurfer x86_64 5.1.0 and our subjects have lh.BA.annot. If you
figure it out, let us know!

Eric

Well, seems that I have an outdated version of Freesurfer - it says
"freesurfer-Linux-centos4_x86_64-stable-pub-v4.5.0". I'll try updating it.