Skip to content

TF-IDF and network construction #5

Answered by fl-yu
BenxiaHu asked this question in Q&A
Discussion options

You must be logged in to vote

LSI matrix is calculated from the binarized count matrix by using TF-IDF and SVD techniques. Next, for each cell, the neighbor is evaluated by euclidean metric from LSI matrix and the top k cells were selected as the k-nearest neighbors (knn). We used a mutual knn graph rather than the original one by considering only the cells are the top k-nearest neighbors to each other, where we reasoned that it is more rigorous for cell-to-cell network construction.

Replies: 5 comments

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Answer selected by BenxiaHu
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
question Further information is requested
2 participants
Converted from issue

This discussion was converted from issue #4 on June 16, 2022 01:14.