scibet
scibet copied to clipboard
Query data format
Hi. Scibet's input data format is: Rows= cells and columns= genes. My data is Seurat object which is the opposite, Columns=cells and Rows=genes. May I ask if you know how to transform my data into Scibet-acceptable input? Thank you!
I use t(as.data.frame(train@assays$RNA@data)) to transform the data, and want to know if there is other method to do?