Skip to content
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

editChannelNames.m components\tools\OmeroM\src\image #5808

Closed

Conversation

kouichi-c-nakamura
Copy link
Member

What this PR does

This PR adds editChannelNames.m MATLAB function and it allows MATLAB users to retrieve or edit channel names easily.

Testing this PR

  1. required setup

You need at least one image, ideally with multiple channels, in OMERO server.

  1. actions to perform
imageID = 25; % assuming it has three channels

T = editChannelNames(session,imageID) % to retrieve the current channel names

T = editChannelNames(session,imageID,{'AMCA','Alexa488','Cy3'}) % to edit the channel names

T = editChannelNames(session,imageID,{'Alexa405','FITC'},'ChannelIDs',[21,22]) % to edit the specific subset of channel names
  1. expected observations

The first syntax will retrieve channel IDs and names as table format.
The second and third syntaxes should change the channel names in OMERO server.

Related reading

@jburel
Copy link
Member

jburel commented Apr 4, 2019

Closing. This has been moved to ome/omero-matlab#6

@jburel jburel closed this Apr 4, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants