writeLocus: Write mentions to file

Description Usage Arguments Details Author(s) Examples

View source: R/writeLocus.R

Description

Write locus tag and other mentions to file

Usage

1
writeLocus(x, file = "locus.tab", append = TRUE)

Arguments

x

data frame

file

file name

append

append to existing file

Details

Writes data frame to file using write.table

Author(s)

Chris Stubben

Examples

1
2
3
4
5
6
7
8
9
## Not run: 
doc <- pmcOAI("PMC2231364" )
data(yplocus)
txt <- pmcText(doc)
y <- findTags(doc, yplocus, "YPO", "a")
writeLocus(y)


## End(Not run)

cstubben/pmcXML documentation built on May 14, 2019, 12:25 p.m.