Package: TreeSummarizedExperiment 2.19.0
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:
TreeSummarizedExperiment_2.19.0.tar.gz
TreeSummarizedExperiment_2.19.0.zip(r-4.7)TreeSummarizedExperiment_2.19.0.zip(r-4.6)TreeSummarizedExperiment_2.19.0.zip(r-4.5)
TreeSummarizedExperiment_2.19.0.tgz(r-4.6-any)TreeSummarizedExperiment_2.19.0.tgz(r-4.5-any)
TreeSummarizedExperiment_2.19.0.tar.gz(r-4.6-any)TreeSummarizedExperiment_2.19.0.tar.gz(r-4.5-any)
TreeSummarizedExperiment_2.19.0.tgz(r-4.5-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')) |
- tinyTree - A simulated phylogenetic tree with 10 tips and 9 internal nodes
On BioConductor:TreeSummarizedExperiment-2.19.0(bioc 3.23)TreeSummarizedExperiment-2.18.0(bioc 3.22)
This package does not link to any Github/Gitlab/R-forge repository. No issue tracker or development information is available.
datarepresentationinfrastructure
Last updated from:d592bc4bb9. Checks:1 WARNING, 7 NOTE, 2 OK. Indexed: yes.
| Target | Result | Time | Files | Syslog |
|---|---|---|---|---|
| bioc-checks | WARNING | 186 | ||
| linux-devel-x86_64 | NOTE | 448 | ||
| source / vignettes | OK | 293 | ||
| linux-release-x86_64 | NOTE | 403 | ||
| macos-release-arm64 | NOTE | 344 | ||
| macos-oldrel-arm64 | NOTE | 313 | ||
| windows-devel | NOTE | 315 | ||
| windows-release | NOTE | 296 | ||
| windows-oldrel | NOTE | 365 | ||
| wasm-release | OK | 150 |
Exports:addLabelaggTSEaggValueasLeafasPhylocbindchangeTreecolLinkscolnames<-colTreecolTree<-colTreeNamescolTreeNames<-convertNodecountLeafcountNodedetectLoopdistNodefindAncestorfindChildfindDescendantfindOSfindSiblingisLeafjoinNodeLinkDataFramemakeTSEmatTreeprintNoderbindreferenceSeqreferenceSeq<-resolveLooprowLinksrownames<-rowTreerowTree<-rowTreeNamesrowTreeNames<-shareNodeshowNodesignalNodesubsetByLeafsubsetByNodetoTreetrackNodetransNodeTreeSummarizedExperimentunionLeafupdateObjectvertical_slot_names
Dependencies:abindapeBHBiobaseBiocGenericsBiocParallelBiostringsclicodetoolscpp11crayonDelayedArraydigestdplyrformatRfsfutile.loggerfutile.optionsgenericsGenomicRangesglueIRangesjsonlitelambda.rlatticelazyevallifecyclemagrittrMatrixMatrixGenericsmatrixStatsnlmepillarpkgconfigpurrrR6rappdirsRcpprlangS4ArraysS4VectorsSeqinfoSingleCellExperimentsnowSparseArraystringistringrSummarizedExperimenttibbletidyrtidyselecttidytreetreeioutf8vctrswithrXVectoryulab.utils
Introduction to TreeSummarizedExperiment
Rendered fromIntroduction_to_treeSummarizedExperiment.Rmdusingknitr::rmarkdownon Apr 08 2026.Last update: 2021-01-18
Started: 2018-12-12
Combine TreeSummarizedExperiment objects
Rendered fromThe_combination_of_multiple_TSEs.Rmdusingknitr::rmarkdownon Apr 08 2026.Last update: 2021-01-25
Started: 2021-01-17
Readme and manuals
Help Manual
| Help page | Topics |
|---|---|
| The 'TreeSummarizedExperiment' package | TreeeSummarizedExperiment-package |
| add labels to nodes of a tree | addLabel |
| Perform data aggregations based on the available tree structures | aggTSE |
| Perform data aggregations based on the available tree structures | aggValue |
| change internal nodes to leaf nodes | asLeaf |
| Convert a data frame to a phylo object | asPhylo |
| Change the row or column tree | changeTree |
| count the number of leaf nodes | countLeaf |
| count the number of nodes | countNode |
| Detect loops 'detectLoop' detects loops | detectLoop |
| Calculate the distance between any two nodes on the tree | distNode |
| Find the ancestors of specified nodes | findAncestor |
| Find the children | findChild |
| Find descendants (or offsprings) | findDescendant findOS |
| find the sibling node | findSibling |
| To test whether the specified nodes are leaf nodes | isLeaf |
| LinkDataFrame: A S4 class extended from DataFrame An S4 class LinkDataFrame | LinkDataFrame-class |
| Construct a LinkDataFrame Construct a LinkDataFrame object | LinkDataFrame LinkDataFrame-constructor |
| A toy TreeSummarizedExperiment object | makeTSE |
| Transform a phylo object into a matrix. | matTree |
| To print out the node labels | printNode |
| Combine TSEs by rows or columns | cbind,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-accessors | colLinks 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 node | shareNode |
| Find nodes on the tree | showNode |
| Join nodes | joinNode signalNode |
| A simulated phylogenetic tree with 10 tips and 9 internal nodes | tinyTree |
| Translate a data frame to a phylo object | toTree |
| track the nodes of a phylo tree | trackNode |
| Transfer between node number and node label | convertNode transNode |
| An S4 class TreeSummarizedExperiment | TreeSummarizedExperiment-class |
| Construct a TreeSummarizedExperiment object | TreeSummarizedExperiment TreeSummarizedExperiment-constructor |
| list leaf nodes that are the descendants of at least one specified node | unionLeaf |
| Update a 'TreeSummarizedExperiment' object | updateObject,TreeSummarizedExperiment-method |
