Last data update: 2014.03.03

Data Source

R Release (3.2.3)
CranContrib
BioConductor
All

Data Type

Packages
Functions
Images
Data set

Classification

Results 1 - 10 of 18 found.
[1] < 1 2 > [2]  Sort:

nrow,biom-method (Package: biomformat) : Method extensions to code{link[base]{nrow

See the general documentation of nrow method for expected behavior.
● Data Source: BioConductor
● Keywords:
● Alias: nrow,biom-method
● 0 images

observation_metadata (Package: biomformat) : Access observation (row) meta data from code{link{biom-class

Retrieve and organize meta data from biom-class, represented as a data.frame (if possible) or a list, with proper index names.
● Data Source: BioConductor
● Keywords:
● Alias: observation_metadata, observation_metadata,biom,character-method, observation_metadata,biom,missing-method, observation_metadata,biom,numeric-method
● 0 images

read_biom (Package: biomformat) : Read a biom-format file, returning a code{biom-class

Import the data from a biom-format file into R, represented as an instance of the biom-class; essentially a list with special constraints that map to the biom-format definition.
● Data Source: BioConductor
● Keywords:
● Alias: read_biom
● 0 images

read_hdf5_biom (Package: biomformat) : Read in a biom-format vs 2 file, returning a code{list

This function is meant only to be used if the user knows the file is a particular version / hdf5 format. Otherwise, the 'read_biom' file should be used.
● Data Source: BioConductor
● Keywords:
● Alias: read_hdf5_biom
● 0 images

rownames,biom-method (Package: biomformat) : Method extensions to code{link[base]{rownames

See the general documentation of rownames method for expected behavior.
● Data Source: BioConductor
● Keywords:
● Alias: rownames,biom-method
● 0 images

sample_metadata (Package: biomformat) : Access meta data from code{link{biom-class

Retrieve and organize meta data from biom-class, represented as a data.frame (if possible, or a list) with proper index names.
● Data Source: BioConductor
● Keywords:
● Alias: sample_metadata, sample_metadata,biom,character-method, sample_metadata,biom,missing-method, sample_metadata,biom,numeric-method
● 0 images

show,biom-method (Package: biomformat) : Method extensions to show for biom objects.

See the general documentation of show method for expected behavior.
● Data Source: BioConductor
● Keywords:
● Alias: show,biom-method
● 0 images

write_biom (Package: biomformat) : Write a biom-format v1 file, returning a code{biom-class

Write a biom-format v1 file, returning a biom-class.
● Data Source: BioConductor
● Keywords:
● Alias: write_biom
● 0 images

biom-class (Package: biomformat) : The biom format data class.

This class inherits from the list-class, with validity checks specific to the definition to the biom-format. Effectively this means the list must have certain index names, some elements of which must have a specific structure or value. For further details see the biom-format definition. Importantly, this means other special properties of lists, like operations with $ and single- or double-square-braces are also supported; as-is the apply-family function that can operate on lists. Note that some features of the biom-format can be essentially empty, represented by the string "null" in the file. These fields are returned as NULL when accessed by an accessor function.
● Data Source: BioConductor
● Keywords:
● Alias: biom-class
● 0 images

biom (Package: biomformat) : Build and return an instance of the biom-class.

This is for instantiating a biom object within R (biom-class), and assumes relevant data is already available in R. This is different than reading a biom file into R. If you are instead interested in importing a biom file into R, you should use the read_biom function. This function is made available (exported) so that advanced-users/developers can easily represent analogous data in this structure if needed. However, most users are expected to instead rely on the read_biom function for data import, followed by accessor functions that extract R-friendly subsets of the data stored in the biom-format derived list.
● Data Source: BioConductor
● Keywords:
● Alias: biom, biom,list-method
● 0 images