From 24252f28fad24fa1750a83f8d62ce20735081082 Mon Sep 17 00:00:00 2001 From: Christopher Andrew Mancuso Date: Wed, 18 Dec 2024 08:02:58 -0500 Subject: [PATCH] Update for small doc change --- docs/source/notes/faqs.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/source/notes/faqs.rst b/docs/source/notes/faqs.rst index 60c70e4..ba52d1c 100644 --- a/docs/source/notes/faqs.rst +++ b/docs/source/notes/faqs.rst @@ -17,7 +17,7 @@ In the supervised machine learning model, any gene from the user-supplied gene list that is able to be converted to an Entrez ID and is also in the network is considered part of the positive class. -Genes in the negative class based on the chosen Geneset Context. The default Geneset +Genes are assigned to the negative class based on the chosen Geneset Context. The default Geneset Context is Combined, which used all available geneset collections. GenePlexus then automatically selects the genes in the negative class by: @@ -113,4 +113,4 @@ How can I get results from the first version of the web server? ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ .. _q4: -A web server has been built on top of this python package. If you were utilizing the original version of the web server which gave you a link to your job results, and you would like to retrieve those results, please use the contact info at the bottom of the `Krishnan Lab `_ web site to let us know. We will help you retrieve these results. Alternatively, `v.1.0.1 `_ of the python package can be used to reproduce those results. \ No newline at end of file +A web server has been built on top of this python package. If you were utilizing the original version of the web server which gave you a link to your job results, and you would like to retrieve those results, please use the contact info at the bottom of the `Krishnan Lab `_ web site to let us know. We will help you retrieve these results. Alternatively, `v.1.0.1 `_ of the python package can be used to reproduce those results.