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.
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.
Most helpful comment
In Seurat v3, both
AddSamplesandMergeSeurathave been deprecated in favor ofmerge; as much as possible, we've tried to replace our custom functions with R's own functions (eg.mergeinstead ofMergeSeurat,subsetinstead ofSubsetData, 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 forMergeSeuratandAddSamples. Will fix.