dynverse / dynmethods

A collection of 50+ trajectory inference methods within a common interface 📥📤
https://dynverse.org
Other
118 stars 26 forks source link

updated run and def files for parameter selection with pcreode #105

Closed herrinca closed 6 years ago

rcannood commented 6 years ago

Hey Chuck,

Thanks for your input! I made two changes:

Is this okay for you?

Robrecht

herrinca commented 6 years ago

Sorry, looks like I missed the noise parameter in the analysis call, instead of

analysis = pcreode.Analysis( file_path = "/ti/workspace/.", graph_id = gid, data = pca_reduced_data, density = density, noise = params["noise"] )

it should be

analysis = pcreode.Analysis( file_path = "/ti/workspace/.", graph_id = gid, data = pca_reduced_data, density = density, noise = noise )

That should get rid of the need for a noise parameter.