Learn R Programming

act (version 1.3.1)

annotations_all: All annotations in a corpus

Description

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

Usage

annotations_all(x)

Value

Data.frame.

Arguments

x

Corpus object.

Examples

Run this code

library(act)

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

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

Run the code above in your browser using DataLab