Package: ROSeq 1.17.0

Krishan Gupta

ROSeq: Modeling expression ranks for noise-tolerant differential expression analysis of scRNA-Seq data

ROSeq - A rank based approach to modeling gene expression with filtered and normalized read count matrix. ROSeq takes filtered and normalized read matrix and cell-annotation/condition as input and determines the differentially expressed genes between the contrasting groups of single cells. One of the input parameters is the number of cores to be used.

Authors:Krishan Gupta [aut, cre], Manan Lalit [aut], Aditya Biswas [aut], Abhik Ghosh [aut], Debarka Sengupta [aut]

ROSeq_1.17.0.tar.gz
ROSeq_1.17.0.zip(r-4.5)ROSeq_1.17.0.zip(r-4.4)ROSeq_1.17.0.zip(r-4.3)
ROSeq_1.17.0.tgz(r-4.4-any)ROSeq_1.17.0.tgz(r-4.3-any)
ROSeq_1.17.0.tar.gz(r-4.5-noble)ROSeq_1.17.0.tar.gz(r-4.4-noble)
ROSeq_1.17.0.tgz(r-4.4-emscripten)ROSeq_1.17.0.tgz(r-4.3-emscripten)
ROSeq.pdf |ROSeq.html
ROSeq/json (API)
NEWS

# Install 'ROSeq' in R:
install.packages('ROSeq', repos = c('https://bioc.r-universe.dev', 'https://cloud.r-project.org'))

Peer review:

Bug tracker:https://github.com/krishan57gupta/roseq/issues

Datasets:

On BioConductor:ROSeq-1.17.0(bioc 3.20)ROSeq-1.16.0(bioc 3.19)

bioconductor-package

2 exports 0.49 score 7 dependencies

Last updated 2 months agofrom:72d00a4af8

Exports:ROSeqTMMnormalization

Dependencies:edgeRlatticelimmalocfitpbmcapplyRcppstatmod

ROSeq

Rendered fromROSeq.Rmdusingknitr::rmarkdownon Jun 30 2024.

Last update: 2021-02-16
Started: 2019-12-04

Readme and manuals

Help Manual

Help pageTopics
Computes differential expression for the gene in question, by comparing the optimal parameters for sub-populations one and twocomputeDEG
Finds the optimal values of parameters a and b that model the probability distribution of ranks, by Maximising the Log-LikelihoodfindParams
Finds the double derivative of Agetd
Evaluates statistics of the read counts corresponding to the genegetDataStatistics
Finds the first derivative of u1 with respect to a. This first derivative is evaluated at the optimal (a_hat, b_hat).getdu1da
Finds the first derivative of u1 with respect to b. This first derivative is evaluated at the optimal (a_hat, b_hat).getdu1db
Finds the first derivative of u2 with respect to a. This first derivative is evaluated at the optimal (a_hat, b_hat).getdu2da
Finds the first derivative of u2 with respect to b. This first derivative is evaluated at the optimal (a_hat, b_hat).getdu2db
Finds the first derivative of v with respect to a. This first derivative is evaluated at the optimal (a_hat, b_hat).getdvda
Finds the first derivative of v with respect to b. This first derivative is evaluated at the optimal (a_hat, b_hat).getdvdb
Computes the Fisher Information MatrixgetI
Computes u1getu1
Computes u2getu2
Computes vgetv
Computes differential analysis for a given geneinitiateAnalysis
Single cell samples for DE genes analysisL_Tung_single
Minimizes the Negative Log-Likelihood by iterating across values of parameters a and bminimizeNLL
Modeling expression ranks for noise-tolerant differential expression analysis of scRNA-Seq dataROSeq
TMM Normalization.TMMnormalization