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

Parsing Ubiquinone or Coenzyme #13

Open
JauntyJJS opened this issue Sep 2, 2021 · 1 comment
Open

Parsing Ubiquinone or Coenzyme #13

JauntyJJS opened this issue Sep 2, 2021 · 1 comment
Labels
enhancement New feature or request
Projects

Comments

@JauntyJJS
Copy link

Hi,

I am currently using rgoslin release version 1.1.2

I was trying to use it to parse a Ubiquinone, namely Coenzyme Q10.

Unfortunately, I do not know what name should I use as an input.

  • CoQ 10
  • Coenzyme Q10
  • Ubiquinone-10
library("rgoslin")

isValidLipidName("CoQ 10")
#> Warning in rcpp_is_valid_lipid_name(lipidName): Parsing of lipid name 'CoQ 10'
#> caused an exception: Lipid not found
#> [1] FALSE
isValidLipidName("Coenzyme Q10")
#> Warning in rcpp_is_valid_lipid_name(lipidName): Parsing of lipid name 'Coenzyme
#> Q10' caused an exception: Lipid not found
#> [1] FALSE
isValidLipidName("Ubiquinone-10")
#> Warning in rcpp_is_valid_lipid_name(lipidName): Parsing of lipid name
#> 'Ubiquinone-10' caused an exception: Lipid not found
#> [1] FALSE
Created on 2021-09-02 by the reprex package (v2.0.1)

Kindly advise.

Thank you.

@nilshoffmann
Copy link
Member

@JauntyJJS Hi, we currently do not support them in Goslin / rgoslin 1.1.2, sorry. The issue here is, that there is no agreed upon shorthand nomenclature available so far for prenol lipids (as far as I know @dominik-kopczynski ).

A full list of currently supported lipid classes is available here: https://github.com/lifs-tools/goslin/blob/master/lipid-list.csv

@nilshoffmann nilshoffmann transferred this issue from lifs-tools/rgoslin-old Nov 30, 2021
@nilshoffmann nilshoffmann added the enhancement New feature or request label Nov 30, 2021
@nilshoffmann nilshoffmann added this to To do in Goslin via automation Nov 30, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
Goslin
  
To do
Development

No branches or pull requests

2 participants