satijalab / seurat-data

Dataset distribution for Seurat
GNU General Public License v3.0
129 stars 46 forks source link

Question about InstallData #56

Open jefferyUstc opened 2 years ago

jefferyUstc commented 2 years ago

Hi, seurat-data team, I've got a problem when using the example data in SeuratData.

library(SeuratData)
InstallData("stxBrain")
brain <- LoadData("stxBrain", type = "anterior1")

For the stxBrain data above, where are these documents stored on disk? or how can i find the files on disk?

thanks for your time !