Python
Contents:
How to install emzed?
emzed end user API
emzed package
Subpackages
emzed.align package
emzed.annotate package
emzed.chemistry package
emzed.config package
emzed.core package
emzed.ms2 package
emzed.ms_data package
emzed.optimized package
emzed.peak_picking package
emzed.pyopenms package
emzed.quantification package
emzed.r_connect package
emzed.remote_package package
emzed.table package
Submodules
Module contents
emzed.targeted package
emzed.utils package
Submodules
Module contents
Python
»
emzed package
»
emzed.table package
»
emzed.table.table_utils module
View page source
emzed.table.table_utils module
¶
emzed.table.table_utils.
best_convert
(
value
,
dash_is_none
)
[source]
¶
emzed.table.table_utils.
cleanup_references
(
model
,
col_name
,
type_
)
[source]
¶
emzed.table.table_utils.
copy_all_refered_tables
(
source_model
,
target_conn
)
[source]
¶
emzed.table.table_utils.
create_db_table
(
conn
,
access_name
,
col_names
,
col_types
)
[source]
¶
emzed.table.table_utils.
get_references
(
model
)
[source]
¶
emzed.table.table_utils.
guess_col_format
(
col_name
,
col_type
)
[source]
¶
emzed.table.table_utils.
guess_col_formats
(
col_names
,
col_types
)
[source]
¶
emzed.table.table_utils.
guess_common_type
(
col_name
,
values
)
[source]
¶
emzed.table.table_utils.
is_int
(
text
)
[source]
¶
emzed.table.table_utils.
list_data_tables
(
conn
)
[source]
¶
emzed.table.table_utils.
list_peakmap_tables
(
conn
)
[source]
¶
emzed.table.table_utils.
print_table
(
t
,
max_rows
,
max_col_width
,
stream
)
[source]
¶
emzed.table.table_utils.
setup_col_formatters
(
col_names
,
col_types
,
col_formats
)
[source]
¶
emzed.table.table_utils.
table_to_html
(
t
)
[source]
¶
emzed.table.table_utils.
to_openms_feature_map
(
table
)
[source]
¶
converts table to pyopenms FeatureMap type.
emzed.table.table_utils.
type_to_str
(
t
)
[source]
¶