read.file {pcutils}R Documentation

Read some special format file

Description

Read some special format file

Usage

read.file(
  file,
  format = NULL,
  just_print = FALSE,
  all_yes = FALSE,
  density = 120,
  ...
)

Arguments

file

file path

format

"blast", "diamond", "fa", "fasta", "fna", "gff", "gtf","jpg", "png", "pdf", "svg"...

just_print

just print the file

all_yes

all_yes?

density

the resolution for reading pdf or svg

...

additional arguments

Value

data.frame


[Package pcutils version 0.2.5 Index]