View source: R/prep_features_lineage.R
prep_features_lineage | R Documentation |
This function creates a table with one-hot encoded lineage features
prep_features_lineage(
ccle_data,
our_data = NULL,
lineage_column_name = "lineage"
)
ccle_data |
A data frame with cell line names as rownames and at least one column matching lineage_column_name. |
our_data |
A data frame with cell line names as rownames and at least one column matching lineage_column_name. |
lineage_column_name |
The name of the column that holds the lineage information (default = "lineage"). |
prep_features_lineage(sample.info)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.