Skip to content

Commit

Permalink
Merge conflicts
Browse files Browse the repository at this point in the history
Former-commit-id: 9b4bfb8a45f4d2ccb5197525a4fa68daac2ac8c7
Former-commit-id: f2eb4550a4de20b505ab42d545c82d3fd63f9dd9
Former-commit-id: 47d35c1479f1c6b004c827c896c9d634d2d657f4
Former-commit-id: 3c00f0e
Former-commit-id: 790a66712bf0a91db1c9907d1a62d49d3c243016
Former-commit-id: 52bb960
  • Loading branch information
sthawinke committed Apr 1, 2020
2 parents 21d240b + 7e1d85c commit 37d4b6f
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 4 deletions.
7 changes: 5 additions & 2 deletions R/SPsimSeq-package.R
Original file line number Diff line number Diff line change
@@ -1,17 +1,20 @@
#' SPsimSeq package
#'
#'
#' SPsimSeq uses a specially designed exponential family for density estimation
#' to constructs the distribution of gene expression levels from a given real RNA
#' sequencing data (single-cell or bulk), and subsequently, simulates a new
#' dataset from the estimated marginal distributions using Gaussian-copulas to
#' retain the dependence between genes. It allows simulation of multiple
#' groups and batches with any required sample size and library size.
#'
#'
#' @docType package
#' @author Alemu Takele Assefa \email{alemutak@hotmail.com}
#' @author Stijn Hawinkel \email{stijnhawinkel@hotmail.com}
#'
#' @references
#' \itemize{
#' \item Alemu Takele Assefa, Jo Vandesompele, Olivier Thas. (2020). SPsimSeq: semi-parametric simulation of bulk and single cell RNA sequencing data, \emph{Bioinformatics}, , btaa105, https://doi.org/10.1093/bioinformatics/btaa105
#' }
#' @name SPsimSeq-package
#'
NULL
5 changes: 3 additions & 2 deletions README.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ This is the github repo for the SPsimSeq R package.

# Overview
SPsimSeq uses a specially designed exponential family for density estimation to constructs the distribution of gene expression levels from a given real RNA sequencing data (single-cell or bulk), and subsequently, simulates a new dataset from the estimated marginal distributions using Gaussian-copulas to retain the dependence between genes. It allows simulation of multiple groups and batches with any required sample size and library size.

# Installation

Github installation
Expand Down Expand Up @@ -98,4 +98,5 @@ class(sim.data.sc1)
head(counts(sim.data.sc1)[, seq_len(5)])
colData(sim.data.sc1)
rowData(sim.data.sc1)
```
```

0 comments on commit 37d4b6f

Please sign in to comment.