Browse code

fixed up tests

Tom Sherman authored on 07/11/2018 22:38:49
Showing 1 changed files
1 1
deleted file mode 100755
... ...
@@ -1,12 +0,0 @@
1
-% Generated by roxygen2: do not edit by hand
2
-% Please edit documentation in R/Package.R
3
-\docType{data}
4
-\name{tf2ugFC}
5
-\alias{tf2ugFC}
6
-\title{Gene sets defined by transcription factors defined from TRANSFAC.}
7
-\usage{
8
-tf2ugFC
9
-}
10
-\description{
11
-Gene sets defined by transcription factors defined from TRANSFAC.
12
-}
Browse code

updated config to commit file permissions

Tom Sherman authored on 29/10/2018 19:56:14
Showing 1 changed files
1 1
old mode 100644
2 2
new mode 100755
Tom Sherman authored on 26/07/2018 19:21:36
Showing 1 changed files
... ...
@@ -10,4 +10,3 @@ tf2ugFC
10 10
 \description{
11 11
 Gene sets defined by transcription factors defined from TRANSFAC.
12 12
 }
13
-
Browse code

cleaned up directory

Tom Sherman authored on 26/07/2018 18:15:21
Showing 1 changed files
... ...
@@ -1,5 +1,5 @@
1 1
 % Generated by roxygen2: do not edit by hand
2
-% Please edit documentation in R/package.R
2
+% Please edit documentation in R/Package.R
3 3
 \docType{data}
4 4
 \name{tf2ugFC}
5 5
 \alias{tf2ugFC}
Browse code

passing checks

Tom Sherman authored on 05/06/2018 22:04:02
Showing 1 changed files
1 1
new file mode 100644
... ...
@@ -0,0 +1,13 @@
1
+% Generated by roxygen2: do not edit by hand
2
+% Please edit documentation in R/package.R
3
+\docType{data}
4
+\name{tf2ugFC}
5
+\alias{tf2ugFC}
6
+\title{Gene sets defined by transcription factors defined from TRANSFAC.}
7
+\usage{
8
+tf2ugFC
9
+}
10
+\description{
11
+Gene sets defined by transcription factors defined from TRANSFAC.
12
+}
13
+
Browse code

make lintr happy

Tom Sherman authored on 31/05/2018 21:28:52
Showing 1 changed files
1 1
deleted file mode 100644
... ...
@@ -1,10 +0,0 @@
1
-\name{tf2ugFC}
2
-\docType{data}
3
-\alias{tf2ugFC}
4
-\title{Gene sets defined by transcription factors defined from TRANSFAC.}
5
-\description{List of genes contained in gastrointestinal stromal tumor cell line measurements that are regulated by transcription factors in the TRANSFAC database.  Used for the gene set analysis in Ochs et al. (2009).
6
-}
7
-\usage{TFGSList}
8
-\format{Data.frame containing genes (rows) regulated by each transcription factor (columns).}
9
-\references{Ochs, M., Rink, L., Tarn, C., Mburu, S., Taguchi, T., Eisenberg, B., and Godwin, A. (2009). Detection of treatment-induced changes in signaling pathways in gastrointestinal stromal tumors using transcriptomic data. Cancer Res, 69(23), 9125-9132.}
10
-\keyword{datasets}
Browse code

Added the CoGAPS package.

git-svn-id: https://hedgehog.fhcrc.org/bioconductor/trunk/madman/Rpacks/CoGAPS@48067 bc3139a8-67e5-0310-9ffc-ced21a209358

c.wong authored on 12/07/2010 17:26:34
Showing 1 changed files
1 1
new file mode 100644
... ...
@@ -0,0 +1,10 @@
1
+\name{tf2ugFC}
2
+\docType{data}
3
+\alias{tf2ugFC}
4
+\title{Gene sets defined by transcription factors defined from TRANSFAC.}
5
+\description{List of genes contained in gastrointestinal stromal tumor cell line measurements that are regulated by transcription factors in the TRANSFAC database.  Used for the gene set analysis in Ochs et al. (2009).
6
+}
7
+\usage{TFGSList}
8
+\format{Data.frame containing genes (rows) regulated by each transcription factor (columns).}
9
+\references{Ochs, M., Rink, L., Tarn, C., Mburu, S., Taguchi, T., Eisenberg, B., and Godwin, A. (2009). Detection of treatment-induced changes in signaling pathways in gastrointestinal stromal tumors using transcriptomic data. Cancer Res, 69(23), 9125-9132.}
10
+\keyword{datasets}