Package: TreeSummarizedExperiment 2.15.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.15.0.tar.gz
TreeSummarizedExperiment_2.15.0.zip(r-4.5)TreeSummarizedExperiment_2.15.0.zip(r-4.4)TreeSummarizedExperiment_2.15.0.zip(r-4.3)
TreeSummarizedExperiment_2.15.0.tgz(r-4.4-any)TreeSummarizedExperiment_2.15.0.tgz(r-4.3-any)
TreeSummarizedExperiment_2.15.0.tar.gz(r-4.5-noble)TreeSummarizedExperiment_2.15.0.tar.gz(r-4.4-noble)
TreeSummarizedExperiment_2.15.0.tgz(r-4.4-emscripten)TreeSummarizedExperiment_2.15.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')) |
- tinyTree - A simulated phylogenetic tree with 10 tips and 9 internal nodes
On BioConductor:TreeSummarizedExperiment-2.15.0(bioc 3.21)TreeSummarizedExperiment-2.14.0(bioc 3.20)
This package does not link to any Github/Gitlab/R-forge repository. No issue tracker or development information is available.
datarepresentationinfrastructure
Last updated 20 days agofrom:20c5a8f91a. Checks:OK: 1 NOTE: 3 WARNING: 3. Indexed: yes.
Target | Result | Date |
---|---|---|
Doc / Vignettes | OK | Oct 31 2024 |
R-4.5-win | WARNING | Oct 31 2024 |
R-4.5-linux | NOTE | Oct 31 2024 |
R-4.4-win | WARNING | Oct 31 2024 |
R-4.4-mac | NOTE | Oct 31 2024 |
R-4.3-win | WARNING | Oct 31 2024 |
R-4.3-mac | NOTE | Oct 31 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.Rmd
usingknitr::rmarkdown
on Oct 31 2024.Last update: 2021-01-18
Started: 2018-12-12
Combine TreeSummarizedExperiment objects
Rendered fromThe_combination_of_multiple_TSEs.Rmd
usingknitr::rmarkdown
on Oct 31 2024.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 |