R/346-extractDrugWeight.R
extractDrugWeight.Rd
Descriptor that Calculates the Total Weight of Atoms
extractDrugWeight(molecules, silent = TRUE)
molecules | Parsed molucule object. |
---|---|
silent | Logical. Whether the calculating process
should be shown or not, default is |
A data frame, each row represents one of the molecules,
each column represents one feature.
This function returns one column named MW
.
This descriptor calculates the molecular weight.
# NOT RUN { smi = system.file('vignettedata/FDAMDD.smi', package = 'Rcpi') # }# NOT RUN { mol = readMolFromSmi(smi, type = 'mol') dat = extractDrugWeight(mol) head(dat) # }