Learn R Programming

zonator (version 0.6.0)

features_info: Get the features info component of Zresults.

Description

Returns the data in *.features_info.txt results standard output of Zonation if present.

Usage

features_info(x)

# S4 method for Zresults features_info(x)

# S4 method for Zvariant features_info(x)

Arguments

x

Z* object.

Value

data.frame containing the features info data.

Details

Argument x can be an instance of one the following Z* classes:

  • Zvariant

  • Zresults

See Also

Zvariant-class Zresults-class groupnames groups

Examples

Run this code
# NOT RUN {
 setup.dir <- system.file("extdata/tutorial/basic", package="zonator")
 tutorial.project <- create_zproject(setup.dir)
 variant.caz <- get_variant(tutorial.project, "01")

 # Feature names for a Zvariant object
 features_info(variant_caz)
# }
# NOT RUN {
# }

Run the code above in your browser using DataLab