-
Notifications
You must be signed in to change notification settings - Fork 55
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
Question #439
Comments
You can get the map index and then lookup the name of the file in the ConsensusMap object where this feature is coming from. |
tempmap = consensus_map[0].getFeatureList()[0] I have already get the FeatureHandle, named "<pyopenms._pyopenms_3.FeatureHandle at 0x1202380a930>", how can I get the sample name of this FeatureHandle? |
Hi! Roughly like this
-- written on the phone |
This can happen during retention time alignment. |
Hi! I want to obtain the sample name in the demand: how can I get the sample name? Thank you !
The text was updated successfully, but these errors were encountered: