synPluck: Traverse a synapse path

View source: R/traversal.R

synPluckR Documentation

Traverse a synapse path

Description

Starting from the provided synapse ID, traverses descendants by name

Usage

synPluck(sid, ...)

Arguments

sid

Synapse ID of the starting entity

...

One or more names for constructing a path. Accepts individual names, vectors and lists

Value

Synapse ID of the "plucked" entity

Examples

## Not run: 
synPluck( "syn1773110", "mRNA", "Counts", "htseq-count", "H9.144.7.7.txt" )
# [1] "syn2822560"

## End(Not run)

ArtemSokolov/synExtra documentation built on Sept. 27, 2022, 12:17 a.m.