merge_samples: Merge expression of multiple samples

View source: R/merge_samples.R

merge_samplesR Documentation

Merge expression of multiple samples

Description

The expression of multiple samples are merged. New cell names are produced as SAMPLE_CELL.

Usage

merge_samples(ge_list, sample_names = NULL)

Arguments

ge_list

a list of ge_df (e.g. read from read_mtx).

sample_names

the names of each sample. If NULL, tries to use ge_list's names.

Value

a list with

ge

the merged gene expression data.frame

info

a data.frame with new and original cell names, and corresponding sample name

Author(s)

Jean Monlong


jmonlong/scCNAutils documentation built on May 3, 2022, 4:34 a.m.