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 57 found.
[1] < 1 2 3 4 5 6 > [6]  Sort:

sets (Package: BiocGenerics) : Set operations

Performs set union, intersection and (asymmetric!) difference on two vector-like objects.
● Data Source: BioConductor
● Keywords: methods
● Alias: intersect, setdiff, sets, union
● 0 images

sort (Package: BiocGenerics) : Sorting a vector-like object

Sort a vector-like object into ascending or descending order.
● Data Source: BioConductor
● Keywords: methods
● Alias: sort
● 0 images

start (Package: BiocGenerics) : Start, end, width generic getters and setters

Get or set the start, end, or width of an object.
● Data Source: BioConductor
● Keywords: methods
● Alias: end, end<-, start, start<-, width, width<-
● 0 images

strand (Package: BiocGenerics) : Accessing strand information

Get or set the strand information contained in an object.
● Data Source: BioConductor
● Keywords: methods
● Alias: invertStrand, invertStrand,ANY-method, strand, strand<-, unstrand
● 0 images

subset (Package: BiocGenerics) : Subsetting vector-like, matrix-like and data-frame-like objects

Return subsets of vector-like, matrix-like or data-frame-like objects which meet conditions.
● Data Source: BioConductor
● Keywords: methods
● Alias: subset
● 0 images

table (Package: BiocGenerics) : Cross tabulation and table creation

table uses the cross-classifying factors to build a contingency table of the counts at each combination of factor levels.
● Data Source: BioConductor
● Keywords: methods
● Alias: table
● 0 images

tapply (Package: BiocGenerics) : Apply a function over a ragged array

tapply applies a function to each cell of a ragged array, that is to each (non-empty) group of values given by a unique combination of the levels of certain factors.
● Data Source: BioConductor
● Keywords: methods
● Alias: tapply
● 0 images

testPackage (Package: BiocGenerics) : Run RUnit package unit tests

testPackage helps developers implement unit tests using the RUnit testing conventions.
● Data Source: BioConductor
● Keywords: methods
● Alias: testPackage
● 0 images

unique (Package: BiocGenerics) : Extract unique elements

unique returns an object of the same class as x (typically a vector-like, data-frame-like, or array-like object) but with duplicate elements/rows removed.
● Data Source: BioConductor
● Keywords: methods
● Alias: unique
● 0 images

unlist (Package: BiocGenerics) : Flatten list-like objects

Given a list-like object x, unlist produces a vector-like object obtained by concatenating (conceptually thru c) all the top-level elements in x (each of them being expected to be a vector-like object, typically).
● Data Source: BioConductor
● Keywords: methods
● Alias: unlist
● 0 images