GithubHelp home page GithubHelp logo

genecloudomics's People

Contributors

aniket328 avatar buithuytien avatar danijak avatar mohelmy avatar mohmedsoudy avatar rahul799 avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

genecloudomics's Issues

T-sne module not working

Error message:
Error: ModuleNotFoundError: No module named 'scripts.DigitalCellSorter_interactive'
Detailed traceback:
File "", line 5, in

2h_tSNE_NOTWORKING

GEO import, there is problem with this data

For GEO import, there is problem with this data. Once the normalized data is submitted, the message says data imported. The user should move directly to transcriptomics analysis. But if I do that, there is no data available to analyse. If I go to Preprocessing (which I should not since data is already preprocessed), the default RLE is doing circles but no response. Known to be fixed ASAP.

Add docker support for AbioTrans

Right now we won't have any Docker container for our software but we will be very happy to have one.

The aim of this issue will be to have a docker container named as abiotrans which any user can pull and run on all of the features offered by our software.

Steps

  1. Clone our repo inside the container
  2. Install and configure all the dependencies needed.
  3. Configure shiny-server
  4. Push it to Dockerhub

URGENT HELP PLEASEEE

I REALLY NEED SOMEONE TO HELP ME OUT WITH THIS GENECLOUD OMICS WEBSITE. I REALLY NEED TO OPEN AND USE IT FOR MY MASTERS'S FINAL DISSERTATION AND THE DEADLINE IS VERY CLOSE!!! PLEASE HELP. IM NOT ABLE TO OPEN IT

Data tables not display

Tested on R 4.2.0
All DT data tables cannot be displayed in release branch. The data tables in master branch still work.

Add 2 more plots in RAFSIL

Right now RAFSIL has only rafsil-1 / embedding plot, but we want to add two more plots

  1. "rafsil-2 / embedding"
  2. "correlation / embedding"

PCA and all genes

For PCA, the default is using all genes. The number I see for my data is 15077, when It should be 55000+. What happened to the remaining genes? Are they removed due to server/storage issues? If yes, we need to mention this

Correlation should have a plot with samples or time

Correlation should have a plot with samples or time as we often use in our papers. Giving the heatmap for correlation plot is not useful as it is a repeat from heatmap anyway. Pls update this after the paper has been submitted or accepted.

Refactor code present in app.R

Right now, the code is very cluttered and won't follow any proper formatting.
There are many features that can be split into other files and called inside app.R which will make the code more consistent and easy to understand.

So New File Structure can be
-app.R
-functions (New Folder)
|---functionName.R

Linting tools like Styler can also be used.

Package installation errors

Packages that could not be installed by scripts (or by remotes package) - tested on R 4.2.0

  • RAFSIL (package not distributed)
  • maEndToEnd (cannot install)
  • cyjShiny(cannot install by scripts)
  • RCyjs (have to use BiocManager)
  • pd.hugene.1.0.st.v1 (have to use BiocManager)
    Other than that, RSQLite needs to be installed

PPI module not working

Error: unused arguments (layoutName = "cola", styleFile = "./www/style/basicStyle.js")
3f_PPI_not_working

add check.names=FALSE to read.csv

read.csv automatically modify column names if the column names start with a number or special character. This name changing creates inconsistency between column names of input data file, and the meta data file
Error showed:

check if groups and column names are similar

if (!all(col_names %in% group_colnames) || ncol(groups) < 2) {
  showNotification(type = "error", "group names and DS column names not similar")
  return(NULL)
}

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.