jaccard-class: An S4 class jaccard to represent a jaccard object.

jaccard-classR Documentation

An S4 class jaccard to represent a jaccard object.

Description

Class jaccard defines a jaccard object.

Slots

jmat

a matrix object that contains the jaccard index similarity matrix

nmat

a matrix object that contains the normalized similarity matrix

p1

an array of numeric values indicates the coverage for rows

p2

an array of numeric values indicates the coverage for columns

norm

a logical variable indicates whether jaccard index matrix has been normalized

input.mat

a character variable indicates what matrix is used as input (i.e. "bmat", "pmat", "gmat")

Examples

data(demo.sp);
demo.sub.sp = demo.sp[1:5,]

r3fang/SnapATAC documentation built on March 29, 2022, 4:33 p.m.