You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Following up on issues #3883, #3764, and #3119, would anyone mind informing me when we need to set the Assay to 'RNA' versus 'SCT' in the conversion of Seurat object to SingleCellExperiment or Monocle object? My aim is to not have to do the data QC and regressing-out of cells and genes again.
Is it correct that if I want to use SCTransform-ed data in another (non-Seurat) package, I should set assay=SCT when converting, and if I want to simply use the raw counts and log-normalized counts of my Seurat object in other pipeline, I will set assay=RNA?
as.SingleCellExperiment() appears to transfer all assays and associated reduced dimensions whereas as.cell_data_set() for Monocle, this is not the case, but there are still counts and logcounts that get transferred which appear to be the same regardless if it were from RNA or SCT. For example, if I want to use UMAP generated by Seurat in Monocle, I should set assay = SCT during conversion, even though the actual counts and logcounts are the same?
Thank you for your help!
When I set assay=SCT and do as.SingleCellExperiment conversion:
When I set assay=RNA and do as.SingleCellExperiment conversion:
When I set assay=SCT and do as.cell_data_set() conversion:
When I set assay=RNA and do as.cell_data_set() conversion:
The text was updated successfully, but these errors were encountered:
denvercal1234GitHub
changed the title
Which Assay to set default before convert Seurat object to other object types?
Which Assay to use before converting Seurat object to other object types?
Jun 15, 2021
denvercal1234GitHub
changed the title
Which Assay to use before converting Seurat object to other object types?
Which Assay to use before converting Seurat object to other object classes?
Jul 5, 2021
Hi there,
Following up on issues #3883, #3764, and #3119, would anyone mind informing me when we need to set the Assay to 'RNA' versus 'SCT' in the conversion of Seurat object to SingleCellExperiment or Monocle object? My aim is to not have to do the data QC and regressing-out of cells and genes again.
Is it correct that if I want to use SCTransform-ed data in another (non-Seurat) package, I should set assay=SCT when converting, and if I want to simply use the raw counts and log-normalized counts of my Seurat object in other pipeline, I will set assay=RNA?
as.SingleCellExperiment() appears to transfer all assays and associated reduced dimensions whereas as.cell_data_set() for Monocle, this is not the case, but there are still counts and logcounts that get transferred which appear to be the same regardless if it were from RNA or SCT. For example, if I want to use UMAP generated by Seurat in Monocle, I should set assay = SCT during conversion, even though the actual counts and logcounts are the same?
Thank you for your help!
When I set assay=SCT and do as.SingleCellExperiment conversion:
When I set assay=RNA and do as.SingleCellExperiment conversion:
When I set assay=SCT and do as.cell_data_set() conversion:
![Screen Shot 2021-05-25 at 3 36 02 PM](https://user-images.githubusercontent.com/62179082/119516755-ecb0e400-bd6e-11eb-80db-f59ed5d6fd47.png)
When I set assay=RNA and do as.cell_data_set() conversion:
![Screen Shot 2021-05-25 at 3 44 43 PM](https://user-images.githubusercontent.com/62179082/119518102-21716b00-bd70-11eb-818b-ef2077bf018b.png)
The text was updated successfully, but these errors were encountered: