processTrajectories | R Documentation |
Process trajectories found in findPaths.
processTrajectories( object, assay.type = "RNA", genes, path.rank, num.cells, neighs, column.ann = "population", column.color = "colors" ) ## S4 method for signature 'CellRouter' processTrajectories( object, assay.type = "RNA", genes, path.rank, num.cells, neighs, column.ann = "population", column.color = "colors" )
object |
CellRouter object. |
assay.type |
character; the type of data to use. |
genes |
character vector; gene names that are used for trajectory analysis. |
path.rank |
character; method to rank paths: path_cost, path_flow, rank, length. Available ranks are 'path_cost', 'path_flow', 'rank', 'length'. |
num.cells |
numeric; minimum of cells contained in the trajectories. |
neighs |
numeric; the size of the neighborhood in kNN graph used to smoothen kinetic profiles. |
column.ann |
character; transitions between the cell states provided here are identified, such as clusters or sorted populations. |
column.color |
character; the colors corresponding to the annotation in column.ann. |
CellRouter object with the paths, the networks and the pathsinfo slots updated.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.