Coder Social home page Coder Social logo

yo-aka-gene / algebra_ver822 Goto Github PK

View Code? Open in Web Editor NEW
0.0 0.0 0.0 55.54 MB

Analysis codes for "A set-theoretic definition of cell types with an algebraic structure on gene regulatory networks and application in annotation of RNA-seq data"

Dockerfile 0.01% Makefile 0.02% Python 0.71% R 0.02% Jupyter Notebook 99.23% Shell 0.01%
python r

algebra_ver822's Introduction

algebra_ver822's People

Contributors

yo-aka-gene avatar

Watchers

 avatar

algebra_ver822's Issues

Split downloaded files from GSE and rename files

  • Unless rename files to barcodes.tsv.gz/features.tsv.gz/matrix.mtx.gz, Seurat doesn't recognize them
  • if the group of files have multiple prefix such as xxx.barcodes.tsv.gz and yyy.barcodes.tsv.gz, we have to move them to /xxx/barcodes.tsv.gz and /yyy/barcodes.tsv.gz respectively

Colnames and rownames of dgCMatrix should be exported as single .json file

What

  • In data preprocessing via Seurat, colnames and rownames are exported separately as .txt files
  • For the sake of consistency in data loading by spongy_panda, they should be expoerted as single .json file
  • Maybe it's better to implement a func which directly forms SparseDF from .mtx and .json file

Add slices with list in spongy_pandas.SparseDF

What

  • to treat like pd.DataFrame, at least loc and iloc is necessary
  • slices with list (of integers or strings) is also needed
  • maybe we need to split definition of base class and surface class (like pd.DataFrame and pd.core.frame.DataFrame)

Open .npz file in R studio

Why

  • some automatic annotation packages are only available in R
  • therefore when I try to compare results of annotation (based on GRN structure) with the results of automated annotation, I need to open RNA-seq data (at least m1_10x) in R studio
  • As m1_10x is super massive data and the resource of memory is limited for R studio, I need to convert file format to .npz to compress
  • accordingly, I need to install numpy in R studio

Procedure

  • install RStudio Package Manager. See also the Admin Guide
  • mirror PypI
  • install numpy
  • add commands in Dockerfile or Makefile to assure reproductivity

Ignore .txt or .json files in data/gse165388_*/

What

  • Data preprocessing via Seurat exports .mtx file and .txt file (in the future .json file) to enable python codes to read processed data
  • As the .json file are generated as many as the number of submatrices of the data (.txt data are generated twice as many as the submatrices), they should be removed

๐Ÿšจ failed to run `docker compose up -d`

Error response from daemon: failed to create shim: OCI runtime create failed: container_linux.go:380: starting container process caused: exec: "start.sh": executable file not found in $PATH: unknown

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.