Changes between Version 17 and Version 18 of SOP/scRNA-seq
- Timestamp:
- 08/06/20 10:17:18 (4 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
SOP/scRNA-seq
v17 v18 93 93 } 94 94 95 # Find so-called anchors .95 # Find so-called anchors and carry out the integration. 96 96 s3.anchors <- FindIntegrationAnchors(object.list = s3.list) 97 97 s3.integrated <- IntegrateData(anchorset = s3.anchors)