Function to score cell's memberships by fuzzy logic
Fuzzy(
cluMem = NULL,
pcaQue = NULL,
corCell = NULL,
fuzzyPCA = 10,
MST = NULL,
verbose = FALSE
)
Memberships' clustering data.
PCA representation of the cells.
Matrix containing the initial membership assignment. Matrix dimensions are expected as #Cell x #Memberships, with each row sum equal to 1.
Number of PCs to use in the fuzzy process.
Minimum spanning tree
Print output.
This function perform the fuzzification for the cells' membership. A minimum spanning tree (MST) is created among memberships, and the fuzzification is performed for each of the edges of the MST.#'