Skip to content

Commit

Permalink
colour bar
Browse files Browse the repository at this point in the history
  • Loading branch information
syedzayyan committed Jan 2, 2024
1 parent 6042ca5 commit 5004f8f
Show file tree
Hide file tree
Showing 223 changed files with 19,745 additions and 1,015 deletions.
15 changes: 10 additions & 5 deletions .next/build-manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,6 @@
],
"rootMainFiles": [],
"pages": {
"/": [
"static/chunks/webpack.js",
"static/chunks/main.js",
"static/chunks/pages/index.js"
],
"/_app": [
"static/chunks/webpack.js",
"static/chunks/main.js",
Expand All @@ -27,6 +22,16 @@
"static/chunks/main.js",
"static/chunks/pages/_error.js"
],
"/tools/dimension-reduction/pca": [
"static/chunks/webpack.js",
"static/chunks/main.js",
"static/chunks/pages/tools/dimension-reduction/pca.js"
],
"/tools/dimension-reduction/tsne": [
"static/chunks/webpack.js",
"static/chunks/main.js",
"static/chunks/pages/tools/dimension-reduction/tsne.js"
],
"/tools/ml/rf": [
"static/chunks/webpack.js",
"static/chunks/main.js",
Expand Down
Binary file modified .next/cache/webpack/client-development-fallback/0.pack.gz
Binary file not shown.
Binary file modified .next/cache/webpack/client-development-fallback/1.pack.gz
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file modified .next/cache/webpack/client-development/1.pack.gz
Binary file not shown.
Binary file modified .next/cache/webpack/client-development/10.pack.gz
Binary file not shown.
Binary file modified .next/cache/webpack/client-development/11.pack.gz
Binary file not shown.
Binary file modified .next/cache/webpack/client-development/12.pack.gz
Binary file not shown.
Binary file modified .next/cache/webpack/client-development/13.pack.gz
Binary file not shown.
Binary file modified .next/cache/webpack/client-development/14.pack.gz
Binary file not shown.
Binary file modified .next/cache/webpack/client-development/16.pack.gz
Binary file not shown.
Binary file modified .next/cache/webpack/client-development/18.pack.gz
Binary file not shown.
Binary file modified .next/cache/webpack/client-development/20.pack.gz
Binary file not shown.
Binary file modified .next/cache/webpack/client-development/21.pack.gz
Binary file not shown.
Binary file modified .next/cache/webpack/client-development/22.pack.gz
Binary file not shown.
Binary file modified .next/cache/webpack/client-development/23.pack.gz
Binary file not shown.
Binary file added .next/cache/webpack/client-development/24.pack.gz
Binary file not shown.
Binary file not shown.
Binary file modified .next/cache/webpack/client-development/3.pack.gz
Binary file not shown.
Binary file modified .next/cache/webpack/client-development/5.pack.gz
Binary file not shown.
Binary file modified .next/cache/webpack/client-development/6.pack.gz
Binary file not shown.
Binary file modified .next/cache/webpack/client-development/7.pack.gz
Binary file not shown.
Binary file modified .next/cache/webpack/client-development/8.pack.gz
Binary file not shown.
Binary file modified .next/cache/webpack/client-development/9.pack.gz
Binary file not shown.
Binary file modified .next/cache/webpack/client-development/index.pack.gz
Binary file not shown.
Binary file modified .next/cache/webpack/client-development/index.pack.gz.old
Binary file not shown.
Binary file modified .next/cache/webpack/server-development/0.pack.gz
Binary file not shown.
Binary file modified .next/cache/webpack/server-development/1.pack.gz
Binary file not shown.
Binary file modified .next/cache/webpack/server-development/10.pack.gz
Binary file not shown.
Binary file modified .next/cache/webpack/server-development/11.pack.gz
Binary file not shown.
Binary file modified .next/cache/webpack/server-development/12.pack.gz
Binary file not shown.
Binary file modified .next/cache/webpack/server-development/2.pack.gz
Binary file not shown.
Binary file modified .next/cache/webpack/server-development/3.pack.gz
Binary file not shown.
Binary file modified .next/cache/webpack/server-development/4.pack.gz
Binary file not shown.
Binary file modified .next/cache/webpack/server-development/5.pack.gz
Binary file not shown.
Binary file modified .next/cache/webpack/server-development/6.pack.gz
Binary file not shown.
Binary file modified .next/cache/webpack/server-development/7.pack.gz
Binary file not shown.
Binary file modified .next/cache/webpack/server-development/8.pack.gz
Binary file not shown.
Binary file modified .next/cache/webpack/server-development/9.pack.gz
Binary file not shown.
Binary file modified .next/cache/webpack/server-development/index.pack.gz
Binary file not shown.
Binary file modified .next/cache/webpack/server-development/index.pack.gz.old
Binary file not shown.
12 changes: 9 additions & 3 deletions .next/react-loadable-manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,16 @@
"id": "../node_modules/scikitjs/dist/esm/simpleSerializer.js -> ./index",
"files": []
},
"index.js -> ../components/TargetGetter": {
"id": "index.js -> ../components/TargetGetter",
"tools/dimension-reduction/pca.js -> ../../../components/PCA_Plot": {
"id": "tools/dimension-reduction/pca.js -> ../../../components/PCA_Plot",
"files": [
"static/chunks/components_TargetGetter_js.js"
"static/chunks/components_PCA_Plot_js.js"
]
},
"tools/dimension-reduction/tsne.js -> ../../../components/tSNE_Plot": {
"id": "tools/dimension-reduction/tsne.js -> ../../../components/tSNE_Plot",
"files": [
"static/chunks/components_tSNE_Plot_js.js"
]
},
"tools/ml/rf.js -> ../../../components/RandomForest": {
Expand Down
55 changes: 55 additions & 0 deletions .next/server/components_PCA_Plot_js.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion .next/server/components_TargetGetter_js.js

Large diffs are not rendered by default.

65 changes: 65 additions & 0 deletions .next/server/components_tSNE_Plot_js.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion .next/server/middleware-build-manifest.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion .next/server/middleware-react-loadable-manifest.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 2 additions & 1 deletion .next/server/pages-manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@
"/_app": "pages/_app.js",
"/_error": "pages/_error.js",
"/_document": "pages/_document.js",
"/": "pages/index.js",
"/tools/dimension-reduction/tsne": "pages/tools/dimension-reduction/tsne.js",
"/tools/dimension-reduction/pca": "pages/tools/dimension-reduction/pca.js",
"/tools/ml/rf": "pages/tools/ml/rf.js",
"/tools/data-distribution": "pages/tools/data-distribution.js"
}
222 changes: 222 additions & 0 deletions .next/server/pages/tools/dimension-reduction/pca.js

Large diffs are not rendered by default.

211 changes: 211 additions & 0 deletions .next/server/pages/tools/dimension-reduction/tsne.js

Large diffs are not rendered by default.

393 changes: 0 additions & 393 deletions .next/server/vendor-chunks/next.js

Large diffs are not rendered by default.

5,772 changes: 5,772 additions & 0 deletions .next/static/chunks/components_PCA_Plot_js.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion .next/static/chunks/components_TargetGetter_js.js

Large diffs are not rendered by default.

5,712 changes: 5,712 additions & 0 deletions .next/static/chunks/components_tSNE_Plot_js.js

Large diffs are not rendered by default.

103 changes: 103 additions & 0 deletions .next/static/chunks/pages/tools/dimension-reduction/pca.js

Large diffs are not rendered by default.

103 changes: 103 additions & 0 deletions .next/static/chunks/pages/tools/dimension-reduction/tsne.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion .next/static/chunks/webpack.js
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,7 @@
/******/
/******/ /* webpack/runtime/getFullHash */
/******/ !function() {
/******/ __webpack_require__.h = function() { return "e323f06276e5ef5d"; }
/******/ __webpack_require__.h = function() { return "904cc6bc4826bba9"; }
/******/ }();
/******/
/******/ /* webpack/runtime/global */
Expand Down
2 changes: 1 addition & 1 deletion .next/static/development/_buildManifest.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{"c":["webpack","components_tSNE_Plot_js","components_PCA_Plot_js"],"r":[],"m":[]}

This file was deleted.

This file was deleted.

Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{"c":["webpack","components_tSNE_Plot_js"],"r":[],"m":[]}

This file was deleted.

Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{"c":["webpack","components_tSNE_Plot_js"],"r":[],"m":[]}

This file was deleted.

Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{"c":["webpack","components_tSNE_Plot_js"],"r":[],"m":[]}
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{"c":["webpack","components_tSNE_Plot_js"],"r":[],"m":[]}
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{"c":["webpack","components_tSNE_Plot_js"],"r":[],"m":[]}
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{"c":["webpack","components_tSNE_Plot_js","components_PCA_Plot_js"],"r":[],"m":[]}
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{"c":["pages/index","webpack"],"r":[],"m":[]}
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{"c":["webpack","components_tSNE_Plot_js"],"r":[],"m":[]}
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{"c":["webpack","components_PCA_Plot_js","components_tSNE_Plot_js"],"r":[],"m":[]}
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{"c":["webpack","components_tSNE_Plot_js"],"r":[],"m":[]}
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{"c":["webpack"],"r":["pages/index","pages/tools/data-distribution","components_Histogram_js","components_TargetGetter_js"],"m":["./context/TargetContext.js","./node_modules/next/dist/build/webpack/loaders/next-client-pages-loader.js?absolutePagePath=%2FUsers%2Fsyedzayyanmasud%2FDesktop%2Fprog%2Fqsar_js%2Fpages%2Findex.js&page=%2F!","./pages/index.js","./node_modules/next/dist/build/webpack/loaders/next-client-pages-loader.js?absolutePagePath=%2FUsers%2Fsyedzayyanmasud%2FDesktop%2Fprog%2Fqsar_js%2Fpages%2Ftools%2Fdata-distribution.js&page=%2Ftools%2Fdata-distribution!","./pages/tools/data-distribution.js","./components/Histogram.js","./components/utils/usual_maths_stuff.js","./components/CompoundGetter.js","./components/DataPreProcessToolKit.js","./components/TargetGetter.js","./node_modules/next/router.js"]}
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{"c":["pages/index","webpack"],"r":[],"m":[]}
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{"c":["webpack","components_tSNE_Plot_js"],"r":[],"m":[]}
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{"c":["pages/index","webpack"],"r":[],"m":[]}
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{"c":["webpack","components_tSNE_Plot_js"],"r":[],"m":[]}
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{"c":["webpack","components_tSNE_Plot_js"],"r":[],"m":[]}

This file was deleted.

Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{"c":["webpack","components_tSNE_Plot_js"],"r":[],"m":[]}
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{"c":["webpack","components_tSNE_Plot_js","components_PCA_Plot_js"],"r":[],"m":[]}
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{"c":["pages/index","webpack"],"r":[],"m":[]}

This file was deleted.

Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{"c":["pages/index","webpack"],"r":[],"m":[]}

This file was deleted.

Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{"c":["webpack","components_tSNE_Plot_js"],"r":[],"m":[]}
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{"c":["webpack","components_PCA_Plot_js","components_tSNE_Plot_js"],"r":["pages/tools/dimension-reduction/pca","components_PCA_Plot_js"],"m":["./node_modules/next/dist/build/webpack/loaders/next-client-pages-loader.js?absolutePagePath=%2FUsers%2Fsyedzayyanmasud%2FDesktop%2Fprog%2Fqsar_js%2Fpages%2Ftools%2Fdimension-reduction%2Fpca.js&page=%2Ftools%2Fdimension-reduction%2Fpca!","./pages/tools/dimension-reduction/pca.js","./components/PCA_Plot.js","./node_modules/is-any-array/lib-esm/index.js","./node_modules/ml-array-max/lib-es6/index.js","./node_modules/ml-array-min/lib-es6/index.js","./node_modules/ml-array-rescale/lib-es6/index.js","./node_modules/ml-matrix/matrix.js","./node_modules/ml-matrix/matrix.mjs","./node_modules/ml-pca/lib-esm/pca.js"]}
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{"c":["webpack"],"r":[],"m":[]}
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{"c":["webpack"],"r":[],"m":[]}
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{"c":["webpack","components_PCA_Plot_js"],"r":["/_error"],"m":["./node_modules/next/dist/build/webpack/loaders/next-client-pages-loader.js?absolutePagePath=%2FUsers%2Fsyedzayyanmasud%2FDesktop%2Fprog%2Fqsar_js%2Fnode_modules%2Fnext%2Fdist%2Fpages%2F_error.js&page=%2F_error!"]}

This file was deleted.

Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{"c":["pages/index","webpack"],"r":[],"m":[]}
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{"c":["webpack","components_PCA_Plot_js","components_tSNE_Plot_js"],"r":["pages/tools/data-distribution","pages/index","components_TargetGetter_js","components_Histogram_js"],"m":["./node_modules/next/dist/build/webpack/loaders/next-client-pages-loader.js?absolutePagePath=%2FUsers%2Fsyedzayyanmasud%2FDesktop%2Fprog%2Fqsar_js%2Fpages%2Ftools%2Fdata-distribution.js&page=%2Ftools%2Fdata-distribution!","./pages/tools/data-distribution.js","./context/TargetContext.js","./node_modules/next/dist/build/webpack/loaders/next-client-pages-loader.js?absolutePagePath=%2FUsers%2Fsyedzayyanmasud%2FDesktop%2Fprog%2Fqsar_js%2Fpages%2Findex.js&page=%2F!","./pages/index.js","./components/CompoundGetter.js","./components/DataPreProcessToolKit.js","./components/TargetGetter.js","./components/utils/rdkit_loader.js","./node_modules/@rdkit/rdkit/dist/RDKit_minimal.js","./node_modules/events/events.js","./node_modules/lodash/lodash.js","./node_modules/next/dist/compiled/buffer/index.js","./node_modules/next/dist/compiled/crypto-browserify/index.js","./node_modules/next/dist/compiled/path-browserify/index.js","./node_modules/next/dist/compiled/stream-browserify/index.js","./node_modules/next/dist/compiled/util/util.js","./node_modules/next/dist/compiled/vm-browserify/index.js","./node_modules/next/router.js","./node_modules/string_decoder/lib/string_decoder.js","./node_modules/string_decoder/node_modules/safe-buffer/index.js","?d30d","./components/Histogram.js","./components/utils/usual_maths_stuff.js"]}
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{"c":["webpack","components_tSNE_Plot_js"],"r":["pages/index","components_TargetGetter_js"],"m":["./context/TargetContext.js","./node_modules/next/dist/build/webpack/loaders/next-client-pages-loader.js?absolutePagePath=%2FUsers%2Fsyedzayyanmasud%2FDesktop%2Fprog%2Fqsar_js%2Fpages%2Findex.js&page=%2F!","./pages/index.js","./components/CompoundGetter.js","./components/DataPreProcessToolKit.js","./components/TargetGetter.js","./components/utils/rdkit_loader.js","./node_modules/@rdkit/rdkit/dist/RDKit_minimal.js","./node_modules/events/events.js","./node_modules/lodash/lodash.js","./node_modules/next/dist/compiled/buffer/index.js","./node_modules/next/dist/compiled/crypto-browserify/index.js","./node_modules/next/dist/compiled/path-browserify/index.js","./node_modules/next/dist/compiled/stream-browserify/index.js","./node_modules/next/dist/compiled/util/util.js","./node_modules/next/dist/compiled/vm-browserify/index.js","./node_modules/next/router.js","./node_modules/string_decoder/lib/string_decoder.js","./node_modules/string_decoder/node_modules/safe-buffer/index.js","?d30d"]}

This file was deleted.

Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{"c":["webpack"],"r":[],"m":[]}

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Loading

0 comments on commit 5004f8f

Please sign in to comment.