AddDist-redeemR-method.Rd
AddDist This add Jaccard, Dice, Jaccard3W distance and stored in DistObjects
# S4 method for redeemR
AddDist(
object,
jaccard = T,
dice = T,
jaccard3w = T,
w_jaccard = T,
w_cosine = T,
weightDF = NULL,
NN = 1,
LSIdist = T,
dim = 2:50
)
mitoTracin class
default=T
default=T
default=T
default=T
default=T
To replace NA, which means a variant shown in the object is not shown in the weight vector, with a number, default is 1 for jaccard system.
default=T
the dimensions to use to calculate LSI distance default is 2:50
A two column dataframe, "Variant"(The variant name should match cell-variant matrix column, e.g, Variants310TC), "weight" (numeric)
redeemR class