Data: Constructor function for S3 class representing an NGS Data...

Description Usage Arguments Value

View source: R/import.R

Description

Data returns constructed Data object.

Usage

1
2
Data(path, datatype = utils::tail(strsplit(path, "\\.")[[1]], n = 1),
  seqtype = "nucleotide")

Arguments

path

A character string representing the absolute path to sequence file.

datatype

A character string representing the file type. Default value is file extension (last of all period (".") separated extensions).

seqtype

A character string representing the sequence type. Options: "nucleotide" (default) or "amino acid".

Value

Returns a constructed S3 object which is a child object of a parent session object, inherits from the following classes:

and contains the following elements:


PoonLab/highlineR documentation built on Aug. 2, 2019, 4:32 p.m.