phyloCompDataFromCompData | R Documentation |
phyloCompData
objectThe phyloCompData
class extends the compData
class
with sequence length and phylogeny related information.
phyloCompDataFromCompData(
compDataObject,
tree = list(),
length.matrix = matrix(NA_integer_, 0, 0)
)
compDataObject |
An object of class |
tree |
A phylogenetic tree describing the relationships between samples. |
length.matrix |
A length matrix, with genes as rows and observations as columns. |
A phyloCompData
object.
Charlotte Soneson, Paul Bastide
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.