read.tabout: Import information sheet returned by LTRdigest

View source: R/read.tabout.R

read.taboutR Documentation

Import information sheet returned by LTRdigest

Description

This function imports the *-ltrdigest_tabout.csv file generated by LTRdigest.

Usage

read.tabout(tabout.file)

Arguments

tabout.file

path to the tabout.csv file generated by the LTRdigest function.

Author(s)

Hajk-Georg Drost

Examples

# example tabout file generated by LTRdigest for A thaliana
tabout.file <- system.file("TAIR10_chr_all-ltrdigest_tabout.csv",package = "LTRpred")
# import tabout file
imported.tabout <- read.tabout(tabout.file)
# look at the imported tabout file.
head(imported.tabout)      

HajkD/LTRpred documentation built on April 22, 2022, 4:35 p.m.