annotations_all {act}R Documentation

All annotations in a corpus

Description

Merges annotations from all transcripts in a corpus and returns a data frame.

Usage

annotations_all(x)

Arguments

x

Corpus object.

Value

Data.frame.

Examples


library(act)

#Get data frame with all annotations
allannotations <- act::annotations_all(examplecorpus)

#Have a look at the number of annotations
nrow(allannotations)


[Package act version 1.3.1 Index]