set_data_info | R Documentation |
Create a set function that will return the value for each attribute. For example, set_data_info will perform all of the calculations to fill in the data_info attribute. These functions will be called in the as.xxx functions to create an xxxData object but can be used individually to update any one of the attributes at a later time. Sets/updates the values in the data_info attribute
set_data_info(
e_data,
edata_cname,
data_scale_orig,
data_scale,
data_types,
norm_info,
is_normalized,
batch_info,
is_bc
)
e_data , edata_cname , data_scale_orig , data_scale , data_types , norm_info , is_normalized , batch_info , is_bc |
See the |
A list of edited data_info to replace the attribute in the omicsData object.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.