Skip to content

NeuroMorpho/swc2pvec

Repository files navigation

swc2pvec service API

Adaption of original Neurontools source code to function as a Dockerized service.
The following methods are provided:

/clearpvecs

Clear previously submitted files

/sendfile [POST]

Requires swc file as POST payload

/calcpvecs

Will calculate sent pvecs

/getjson

Fetch calculated pvecs as JSON with following structure for each neuron with name neuronname

{"pvecs": 
  {"[neuronname]": 
    {
            "distance": "[calculated distance]",
            "Sfactor": "[calculated scaling factor]",
            "vector": "[calculated coeff vector"]
    }
  }
}

/download-zip

Zips calculated pvecs and returns as zip file

Deployed and callable at with http://cng-nmo-main.orc.gmu.edu/swc2pvec/ as API root.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published