summaryrefslogtreecommitdiff
path: root/FAQ.md
blob: 00e4f5f3e4309423fbf3b0c5dff9fd9ce43b413c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
## *lazar* Frequently Asked Questions

#### The *lazar* program's interface has changed, and I am not sure how to use the information given with regard to its confidence. In the former version, I would consider a confidence value higher than 0.025 as reliable. But now, there is no such parameter in the prediction results. How can I consider a prediction as presenting high or low confidence?

In the past many users had problems to interpret the confidence level,
for this reason we provide now the probabilities that the prediction
belongs to one of the two classes. In contrast to the confidence level,
these numbers can be interpreted as real probabilities ranging from 0 to
1.

Reliable prediction have a high probability for the predicted class and
a low probability for the other one. Unreliable predictions have similar
values for both classes, and are caused by a lot of contradictory
activities of similar compounds.

Probabilities are calculated from the activities and similarities of
neighbors, please make sure to inspect the neighbors list for any
inconsistencies that might affect the prediction.

#### How can I use *lazar* locally on my computer
If you are familiar with docker, you can use one of our docker images to run lazar locally:

[lazar docker image](https://hub.docker.com/r/insilicotox/lazar)

[nano-lazar docker image](https://hub.docker.com/r/insilicotox/nano-lazar)

If you want to install lazar/nano-lazar without docker you should know how to use UNIX/Linux and the Ruby programming language. Source code and brief installation instructions for the GUIs is available at:

[lazar gui source code](https://github.com/opentox/lazar-gui)

[nano-lazar gui source code](https://github.com/opentox/nano-lazar)

You can also use just the libraries from the command line:

[lazar|nano-lazar lib](https://github.com/opentox/lazar)

Documentation is available at:

[gem](http://www.rubydoc.info/gems/lazar)

lazar depends on a couple of external libraries and programs, that could be difficult to install. Due to limited resources we cannot provide support, please use the docker version if you cannot manage it on your own.