phyloCompDataFromCompData: Create a 'phyloCompData' object

View source: R/AllClasses.R

phyloCompDataFromCompDataR Documentation

Create a phyloCompData object

Description

The phyloCompData class extends the compData class with sequence length and phylogeny related information.

Usage

phyloCompDataFromCompData(
  compDataObject,
  tree = list(),
  length.matrix = matrix(NA_integer_, 0, 0)
)

Arguments

compDataObject

An object of class compData.

tree

A phylogenetic tree describing the relationships between samples.

length.matrix

A length matrix, with genes as rows and observations as columns.

Value

A phyloCompData object.

Author(s)

Charlotte Soneson, Paul Bastide


csoneson/compcodeR documentation built on Oct. 25, 2023, 1:28 a.m.