| mx_dataset | R Documentation | 
Takes in data from data.frame of cell-level multiplexed data to create a mx_dataset S3 object.
mx_dataset(data, slide_id, image_id, marker_cols, metadata_cols = NULL)
| data | multiplexed data to normalize. Data assumed to be a data.frame with cell-level data. | 
| slide_id | String slide identifier of input  | 
| image_id | String image identifier of input  | 
| marker_cols | vector of column name(s) in  | 
| metadata_cols | other identifiers of the input  | 
data.frame object in the mx_dataset format with attribute for input type
mx_data = mx_dataset(mxnorm::mx_sample, "slide_id", "image_id",
  c("marker1_vals","marker2_vals","marker3_vals"),
  c("metadata1_vals"))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.