Browse code

local BiocCheck error fix

Yichen Wang authored on 10/05/2021 22:58:10
Showing 1 changed files
... ...
@@ -14,6 +14,9 @@ Returns a data.frame that shows MSigDB categories and
14 14
 subcategories as well as descriptions for each. The entries in the ID
15 15
 column in this table can be used as input for \link{importGeneSetsFromMSigDB}.
16 16
 }
17
+\examples{
18
+getMSigDBTable()
19
+}
17 20
 \seealso{
18 21
 \link{importGeneSetsFromMSigDB} for importing MSigDB gene sets.
19 22
 }
Browse code

Merge branch 'master' of github.com:compbiomed/singleCellTK

Yusuke Koga authored on 16/10/2020 00:27:01
Showing 0 changed files
Browse code

Fix to msigdbr deprecated function

Yusuke Koga authored on 09/10/2020 23:31:44
Showing 1 changed files
... ...
@@ -7,7 +7,7 @@
7 7
 getMSigDBTable()
8 8
 }
9 9
 \description{
10
-Returns a data.frame that shows MSigDB categories and 
10
+Returns a data.frame that shows MSigDB categories and
11 11
 subcategories as well as descriptions for each. The entries in the ID
12 12
 column in this table can be used as input for \link{importGeneSetsFromMSigDB}.
13 13
 }
Browse code

Added functions to subset rows and columns. Also updated some importGeneSet function parameters as well as runPerCellQC to be able to use imported gene sets.

Joshua D. Campbell authored on 02/07/2020 00:55:06
Showing 1 changed files
... ...
@@ -11,6 +11,9 @@ Returns a data.frame that shows MSigDB categories and
11 11
 subcategories as well as descriptions for each. The entries in the ID
12 12
 column in this table can be used as input for \link{importGeneSetsFromMSigDB}.
13 13
 }
14
+\seealso{
15
+\link{importGeneSetsFromMSigDB} for importing MSigDB gene sets.
16
+}
14 17
 \author{
15 18
 Joshua D. Campbell
16 19
 }
Browse code

Finished fixing up importGeneSet functions. Modified and moved featureIndex function from Celda to sctk. Added msigdb object and documentation

Joshua D. Campbell authored on 28/06/2020 19:18:31
Showing 1 changed files
1 1
new file mode 100644
... ...
@@ -0,0 +1,16 @@
1
+% Generated by roxygen2: do not edit by hand
2
+% Please edit documentation in R/importGeneSets.R
3
+\name{getMSigDBTable}
4
+\alias{getMSigDBTable}
5
+\title{Shows MSigDB categories}
6
+\usage{
7
+getMSigDBTable()
8
+}
9
+\description{
10
+Returns a data.frame that shows MSigDB categories and 
11
+subcategories as well as descriptions for each. The entries in the ID
12
+column in this table can be used as input for \link{importGeneSetsFromMSigDB}.
13
+}
14
+\author{
15
+Joshua D. Campbell
16
+}