prep_features_lineage: Prepare the lineage features table

View source: R/prep_features_lineage.R

prep_features_lineageR Documentation

Prepare the lineage features table

Description

This function creates a table with one-hot encoded lineage features

Usage

prep_features_lineage(
  ccle_data,
  our_data = NULL,
  lineage_column_name = "lineage"
)

Arguments

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").

Examples

prep_features_lineage(sample.info)

Mushriq/mixmap documentation built on Jan. 28, 2024, 7:22 p.m.