View source: R/function_getRT_smile.R
getRT.smile | R Documentation |
Calculate the Retention Time from a smiles entry
getRT.smile(
smile = "O=C(O)C(NC(=O)C(N)C)CC(C)C",
training,
model = model,
cesc = cesc
)
smile |
A SMILE code |
training |
A training dataset with calculated Chemical Descriptors used in the model |
model |
A previusly computed model, like Xgboost, Keras etc |
cesc |
A model for center and scale data calculated with cesc function |
Returns the Retention Time prediction in minutes
smi <- "O=C2C(OC=3C=C(OC1OC(CO)C(O)C(O)C1(O))C=C(O)C2=3)=CC4=CC(O)=C(O)C(O)=C4"
getRT.smile(smile=smi,training,model=model_xgb)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.