cellDive.fillInMarkerComboInterpretations: Add columns Cell_Type and Cell_Subtype to marker counts file

Description Usage Arguments Value

View source: R/interface.R

Description

Given a table where the first three columns = Markers, Cell_Type, and Cell_Subtype and Cell_Type/Subtype are blank, and the remaining columns contain total counts for each marker combination in a single sample, fill in blank columns using meta data files

Usage

1
2
cellDive.fillInMarkerComboInterpretations(xlfile = NULL,
  markerComboTable = NULL, outDir = NULL, allCellTypes = NULL)

Arguments

xlfile

XLSX file containing table described above; default=NULL; if not specified, markerComboTable must be given

markerComboTable

marker combination table returned from cellDive.getMarkerCombinationTable(); if not specified, must provide xlfile

outDir

directory where xlsx file should be saved

allCellTypes

parsed cell types as returned by flattenMetaData()

Value

marker combo table with columns Cell_Type and Cell_Subtype filled in


caitlinjones/halo documentation built on May 7, 2019, 8 a.m.