Closed
Description
Hello, I am enjoying getting to know Seurat v4, thanks for all of your hard work!
I am working with the h5 file for your multimodal PBMC atlas from your recent pre-print, and I wanted to check out the RNA and protein weights for different cell types within the full atlas, as you did when illustrating the WNN approach on Bone Marrow dataset in figure 2B of your pre-print.
It seems like the RNA.weight is not stored in the metadata and I am wondering if there is anywhere I can find this information without re-running your Weighted Neighbor Analysis on this large dataset? Thanks!
Activity
yuhanH commentedon Nov 10, 2020
Hi,
we didn't store the RNA and protein information, but you can calculate it by the following script.
Protein weight is 1 - RNA weight.
ryland-mortlock commentedon Nov 10, 2020
Thank you for clarifying!