Learn R Programming

MSbox (version 0.1.0)

tanimoto: tanimoto similarity

Description

calculate tanimoto similarities of different compounds

Usage

tanimoto(x)

Arguments

x

similary

Examples

Run this code
# NOT RUN {
 x <- data.frame(Samp1=c(0,0,0,1,1,1,0,0,1), Samp2=c(1,1,1,1,1,1,0,0,1))
 tanimoto(x)
# }

Run the code above in your browser using DataLab