Package: TreeSummarizedExperiment 2.13.0

Ruizhu Huang

TreeSummarizedExperiment: TreeSummarizedExperiment: a S4 Class for Data with Tree Structures

TreeSummarizedExperiment has extended SingleCellExperiment to include hierarchical information on the rows or columns of the rectangular data.

Authors:Ruizhu Huang [aut, cre], Felix G.M. Ernst [ctb]

TreeSummarizedExperiment_2.13.0.tar.gz
TreeSummarizedExperiment_2.13.0.zip(r-4.5)TreeSummarizedExperiment_2.13.0.zip(r-4.4)TreeSummarizedExperiment_2.13.0.zip(r-4.3)
TreeSummarizedExperiment_2.13.0.tgz(r-4.4-any)TreeSummarizedExperiment_2.13.0.tgz(r-4.3-any)
TreeSummarizedExperiment_2.13.0.tar.gz(r-4.5-noble)TreeSummarizedExperiment_2.13.0.tar.gz(r-4.4-noble)
TreeSummarizedExperiment_2.13.0.tgz(r-4.4-emscripten)TreeSummarizedExperiment_2.13.0.tgz(r-4.3-emscripten)
TreeSummarizedExperiment.pdf |TreeSummarizedExperiment.html
TreeSummarizedExperiment/json (API)

# Install 'TreeSummarizedExperiment' in R:
install.packages('TreeSummarizedExperiment', repos = c('https://bioc.r-universe.dev', 'https://cloud.r-project.org'))

Peer review:

Datasets:
  • tinyTree - A simulated phylogenetic tree with 10 tips and 9 internal nodes

On BioConductor:TreeSummarizedExperiment-2.13.0(bioc 3.20)TreeSummarizedExperiment-2.12.0(bioc 3.19)

This package does not link to any Github/Gitlab/R-forge repository. No issue tracker or development information is available.

datarepresentationinfrastructure

51 exports 7.80 score 67 dependencies 16 dependents 1 mentions 235 scripts 2.8k downloads

Last updated 5 months agofrom:b6da78c634. Checks:OK: 1 NOTE: 6. Indexed: yes.

TargetResultDate
Doc / VignettesOKSep 28 2024
R-4.5-winNOTESep 28 2024
R-4.5-linuxNOTESep 28 2024
R-4.4-winNOTESep 28 2024
R-4.4-macNOTESep 28 2024
R-4.3-winNOTESep 28 2024
R-4.3-macNOTESep 28 2024

Exports:addLabelaggTSEaggValueasLeafasPhylocbindchangeTreecolLinkscolnames<-colTreecolTree<-colTreeNamescolTreeNames<-convertNodecountLeafcountNodedetectLoopdistNodefindAncestorfindChildfindDescendantfindOSfindSiblingisLeafjoinNodeLinkDataFramemakeTSEmatTreeprintNoderbindreferenceSeqreferenceSeq<-resolveLooprowLinksrownames<-rowTreerowTree<-rowTreeNamesrowTreeNames<-shareNodeshowNodesignalNodesubsetByLeafsubsetByNodetoTreetrackNodetransNodeTreeSummarizedExperimentunionLeafupdateObjectvertical_slot_names

Dependencies:abindapeaskpassBHBiobaseBiocGenericsBiocParallelBiostringsclicodetoolscpp11crayoncurlDelayedArraydigestdplyrfansiformatRfsfutile.loggerfutile.optionsgenericsGenomeInfoDbGenomeInfoDbDataGenomicRangesgluehttrIRangesjsonlitelambda.rlatticelazyevallifecyclemagrittrMatrixMatrixGenericsmatrixStatsmimenlmeopensslpillarpkgconfigpurrrR6RcpprlangS4ArraysS4VectorsSingleCellExperimentsnowSparseArraystringistringrSummarizedExperimentsystibbletidyrtidyselecttidytreetreeioUCSC.utilsutf8vctrswithrXVectoryulab.utilszlibbioc

Introduction to TreeSummarizedExperiment

Rendered fromIntroduction_to_treeSummarizedExperiment.Rmdusingknitr::rmarkdownon Sep 28 2024.

Last update: 2021-01-18
Started: 2018-12-12

Combine TreeSummarizedExperiment objects

Rendered fromThe_combination_of_multiple_TSEs.Rmdusingknitr::rmarkdownon Sep 28 2024.

Last update: 2021-01-25
Started: 2021-01-17

Readme and manuals

Help Manual

Help pageTopics
The 'TreeSummarizedExperiment' packageTreeeSummarizedExperiment-package
add labels to nodes of a treeaddLabel
Perform data aggregations based on the available tree structuresaggTSE
Perform data aggregations based on the available tree structuresaggValue
change internal nodes to leaf nodesasLeaf
Convert a data frame to a phylo objectasPhylo
Change the row or column treechangeTree
count the number of leaf nodescountLeaf
count the number of nodescountNode
Detect loops 'detectLoop' detects loopsdetectLoop
Calculate the distance between any two nodes on the treedistNode
Find the ancestors of specified nodesfindAncestor
Find the childrenfindChild
Find descendants (or offsprings)findDescendant findOS
find the sibling nodefindSibling
To test whether the specified nodes are leaf nodesisLeaf
LinkDataFrame: A S4 class extended from DataFrame An S4 class LinkDataFrameLinkDataFrame-class
Construct a LinkDataFrame Construct a LinkDataFrame objectLinkDataFrame LinkDataFrame-constructor
A toy TreeSummarizedExperiment objectmakeTSE
Transform a phylo object into a matrix.matTree
To print out the node labelsprintNode
Combine TSEs by rows or columnscbind,TreeSummarizedExperiment-method rbind,TreeSummarizedExperiment-method TreeSummarizedExperiment-combine
Resolve loops 'resolveLoop' resolve loops by adding suffix to the child node. The suffix is "_i" where 'i' is a number. Please see examples.resolveLoop
TreeSummarizedExperiment-accessorscolLinks colLinks,TreeSummarizedExperiment-method colnames<-,TreeSummarizedExperiment-method colTree colTree,TreeSummarizedExperiment-method colTree<- colTree<-,TreeSummarizedExperiment-method colTreeNames colTreeNames,TreeSummarizedExperiment-method colTreeNames<- colTreeNames<-,TreeSummarizedExperiment-method referenceSeq referenceSeq,TreeSummarizedExperiment-method referenceSeq<- referenceSeq<-,TreeSummarizedExperiment-method rowLinks rowLinks,TreeSummarizedExperiment-method rownames<-,TreeSummarizedExperiment-method rowTree rowTree,TreeSummarizedExperiment-method rowTree<- rowTree<-,TreeSummarizedExperiment-method rowTreeNames rowTreeNames,TreeSummarizedExperiment-method rowTreeNames<- rowTreeNames<-,TreeSummarizedExperiment-method subsetByLeaf subsetByLeaf,TreeSummarizedExperiment-method subsetByNode subsetByNode,TreeSummarizedExperiment-method TreeSummarizedExperiment-accessor [,TreeSummarizedExperiment,ANY,ANY,ANY-method [<-,TreeSummarizedExperiment,ANY,ANY,TreeSummarizedExperiment-method
Find the share nodeshareNode
Find nodes on the treeshowNode
Join nodesjoinNode signalNode
A simulated phylogenetic tree with 10 tips and 9 internal nodestinyTree
Translate a data frame to a phylo objecttoTree
track the nodes of a phylo treetrackNode
Transfer between node number and node labelconvertNode transNode
An S4 class TreeSummarizedExperimentTreeSummarizedExperiment-class
Construct a TreeSummarizedExperiment objectTreeSummarizedExperiment TreeSummarizedExperiment-constructor
list leaf nodes that are the descendants of at least one specified nodeunionLeaf
Update a 'TreeSummarizedExperiment' objectupdateObject,TreeSummarizedExperiment-method