| read.tabout | R Documentation |
This function imports the *-ltrdigest_tabout.csv file generated by LTRdigest.
read.tabout(tabout.file)
tabout.file |
path to the tabout.csv file generated by the
|
Hajk-Georg Drost
# 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)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.