readAODPmatch: Read AODP match file output

Description Usage Arguments Author(s) Examples

View source: R/readAODPmatch.R

Description

Function takes AODP match file as an input and produces dataframe. As sometimes AODP match tables can be very big we use function fread() to upload file and perform folloving operation with it usin data.table package.

Usage

1
readAODPmatch(filepath, value)

Arguments

filepath

Path to AODP match output file.

value

Numeric. Persent identity cutoff value. Table entriesm, which less than value will be removed.

Author(s)

Anatoly Belov

Examples

1
2
{
  }

anabeloff/AODPvisual documentation built on May 16, 2019, 6:56 p.m.