rtsne_convert_dataframe | R Documentation |
Title
rtsne_convert_dataframe( rtnse_fit, ids, sample_metadata_dataframe = NULL, id_column_in_metadata = "id" )
rtnse_fit |
object returned by Rtsne |
ids |
name of each samples input into Rtsne (character). |
sample_metadata_dataframe |
sample metadata. Should be 1 row per sample (dataframe) |
id_column_in_metadata |
name of column in sample_metadata_dataframe containing sample identifier (string) |
dataframe
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.