theislab / destiny

R package for single cell and other data analysis using diffusion maps
https://theislab.github.io/destiny/
GNU General Public License v3.0
69 stars 12 forks source link

Disabled branching? #52

Open mayanbriller opened 2 years ago

mayanbriller commented 2 years ago

Hello, I have a code used by a previous user where there was an option whether to branch or not: image However, when I want to re-use this code I'm getting an error that this option does not exist anymore: Warning message: In DPT(dm, branching = F) : extra argument ‘branching’ will be disregarded Help?

mdmanurung commented 2 years ago

Perhaps you could access the help page for your current package version using ?DPT. If the argument is not there, then perhaps you could ask your colleague about the package version that was used.