Convert BioCyc SmartTable
biocyc_transform.Rd
This function is used to perform specified conversion operations on BioCyc SmartTable.
Details
There are a total of 104 transformation operations,
which can be obtained through cailab.utils:::biocyc_get_transformations()
. Users can view the details of them
in the transformations
data by data("transformations")
.
See also
For details on available transformation operations, see https://biocyc.org/st-transformations-table
Examples
if (FALSE) { # \dontrun{
session <-biocyc_session("your_email@example.com", "your_password")
biocyc_transform(session, "your_table_id", "your_transform_id")
} # }