helper_transcriptNames_get {act} | R Documentation |
Helper: Get names of all transcripts in a corpus
Description
Gets the names of all transcript objects in a corpus object based from the @name
attribute of each transcript.
Usage
helper_transcriptNames_get(x)
Arguments
x |
Corpus object |
Value
List
Examples
library(act)
act::helper_transcriptNames_get(examplecorpus)
[Package act version 1.3.1 Index]