Seurat: AddSamples in Seurat 3.0

Created on 16 Jan 2019  路  3Comments  路  Source: satijalab/seurat

Hi , I want to know how can I add samples in seurat 3.0? I used to do this with AddSamples, but in seurat3 I couldn't find this function. Thanks.

Most helpful comment

In Seurat v3, both AddSamples and MergeSeurat have been deprecated in favor of merge; as much as possible, we've tried to replace our custom functions with R's own functions (eg. merge instead of MergeSeurat, subset instead of SubsetData, etc). We try to link the old functions to the new ones in the help messages, but it seems that we forgot to do this for MergeSeurat and AddSamples. Will fix.

All 3 comments

merge?

In Seurat v3, both AddSamples and MergeSeurat have been deprecated in favor of merge; as much as possible, we've tried to replace our custom functions with R's own functions (eg. merge instead of MergeSeurat, subset instead of SubsetData, etc). We try to link the old functions to the new ones in the help messages, but it seems that we forgot to do this for MergeSeurat and AddSamples. Will fix.

awesome! thanks.

Was this page helpful?
0 / 5 - 0 ratings