satijalab / seurat

R toolkit for single cell genomics
http://www.satijalab.org/seurat
Other
2.26k stars 908 forks source link

R Session Aborted after TransferData function #3242

Closed jasonsaunderswilliams closed 4 years ago

jasonsaunderswilliams commented 4 years ago

Hi,

I am following the seurat vignette (https://satijalab.org/signac/articles/pbmc_vignette.html)

At the following stage, when loading the scRNA PBMC data R aborts.

pbmc_rna <- readRDS("/data/Jason/ATAC-Seq/CELLRANGER_scATAC/1_4303Swansea_CS001/pbmc_10k_v3.rds")

transfer.anchors <- FindTransferAnchors(
  reference = pbmc_rna,
  query = pbmc,
  reduction = 'cca'
)

predicted.labels <- TransferData(
  anchorset = transfer.anchors,
  refdata = pbmc_rna$celltype,
  weight.reduction = pbmc[['lsi']],
  dims = 2:30
)

pbmc <- AddMetaData(object = pbmc, metadata = predicted.labels)

I ran the individual lines of code to see where it aborts and it is from predicted.labels.

Couldn't see that anyone else has had the same issue.

timoast commented 4 years ago

Please see https://github.com/timoast/signac/issues/177 and try the suggestions there

no-response[bot] commented 4 years ago

This issue has been automatically closed because there has been no response to our request for more information from the original author. With only the information that is currently in the issue, we don't have enough information to take action. Please reach out if you have or find the answers we need so that we can investigate further.