From 1233c8a3bea8b9fe245b0c95d4847d7417836452 Mon Sep 17 00:00:00 2001 From: Marijn Date: Thu, 26 Mar 2020 10:49:56 +0100 Subject: [PATCH] Changed the DESCRIPTION to include dependencies --- DESCRIPTION | 17 +++++++++++------ R/FastCAR_Base.R | 1 + 2 files changed, 12 insertions(+), 6 deletions(-) diff --git a/DESCRIPTION b/DESCRIPTION index e9a733f..e5d3863 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -1,11 +1,16 @@ Package: FastCAR Type: Package -Title: What the Package Does (Title Case) +Title: Fast Correction of Ambient RNA Version: 0.1.0 -Author: Who wrote it -Maintainer: The package maintainer -Description: More about what it does (maybe more than one line) - Use four spaces when indenting paragraphs within the Description. -License: What license is it under? +Author: Marijn Berg +Maintainer: Marijn Berg +Description: FastCAR is used to correct gene expression of cells in droplet based single cell RNA + sequencing data. It corrects for ambient RNA, RNA originating from lysed cells in the cell suspension. +License: GPL-3 Encoding: UTF-8 LazyData: true +RoxygenNote: 7.1.0.9000 +Imports: + Matrix, + Seurat, + qlcMatrix diff --git a/R/FastCAR_Base.R b/R/FastCAR_Base.R index dda6b74..968bd9b 100644 --- a/R/FastCAR_Base.R +++ b/R/FastCAR_Base.R @@ -12,6 +12,7 @@ library(Matrix) library(Seurat) library(qlcMatrix) + ############################################################################### # had to make this function to efficiently modify sparse matrices on a per gene basis