Commit 35a51f9f authored by AustinHartman's avatar AustinHartman
Browse files

drop unused dependency; remove Matrix version constraint

parent 19025003
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
@@ -22,10 +22,9 @@ Imports:
    dplyr, 
    methods,
    tidyr, 
    reshape2,
    purrr,
    tibble,
    Matrix (>= 1.5-0),
    Matrix,
    rlang,
    stats, 
    utils
+3 −1
Original line number Diff line number Diff line
@@ -39,6 +39,8 @@ colnames(m) <- paste0("C", 1:500)
o <- CreateSeuratObject(m)
o$md1 <- sample(c("a", "b"), 500, replace=TRUE)
o$md2 <- sample(c("c", "d"), 500, replace=TRUE)
data_collapsed <- collapse_counts(o@assays$RNA@counts, o@meta.data, c('md1', 'md2'))
data_collapsed <- collapse_counts(
    o@assays$RNA@counts, o@meta.data, c('md1', 'md2')
)

}
+1 −1
Original line number Diff line number Diff line
@@ -22,7 +22,7 @@ pseudobulk_within(

\item{meta_data}{data.frame of cell metadata}

\item{split_var}{tbd}
\item{split_var}{-}

\item{vals_test}{cell metadata columns}

+2 −2
Original line number Diff line number Diff line
@@ -7,10 +7,10 @@
summarize_dge_pairs(dge_res, mode = c("min", "max")[1])
}
\arguments{
\item{dge_res}{table returned by pseudobulk_deseq2() function when mode is
\item{dge_res}{table returned by pseudobulk_deseq2() function when `mode` is
`pairwise`}

\item{mode}{tbd}
\item{mode}{-}
}
\description{
Summarize differential gene expression pairs