Skip to content

Commit

Permalink
setting up git-svn bridge
Browse files Browse the repository at this point in the history
  • Loading branch information
l.goff committed Nov 3, 2014
1 parent 175f6a9 commit 2a874a6
Show file tree
Hide file tree
Showing 10 changed files with 291 additions and 354 deletions.
10 changes: 10 additions & 0 deletions .Rapp.history
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
foo = function(x){#
#
x^2#
#
}#
#
y=2#
#
foo(y)
setwd("/Users/loyalgoff/repos/cummeRbund")
1 change: 1 addition & 0 deletions .Rbuildignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
.svn
.Rhistory
.RData
5 changes: 5 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
cuffData.db
.RData
.Rhistory
.DS*
.Rapp.history
11 changes: 0 additions & 11 deletions .project

This file was deleted.

32 changes: 17 additions & 15 deletions DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,23 +1,25 @@
Package: cummeRbund
Title: Analysis, exploration, manipulation, and visualization of
Cufflinks high-throughput sequencing data.
Version: 2.9.0
Title: Analysis, exploration, manipulation, and visualization of Cufflinks high-throughput sequencing data.
Version: 2.9.1
Date: 2013-04-22
Author: L. Goff, C. Trapnell, D. Kelley
Description: Allows for persistent storage, access, exploration, and manipulation of Cufflinks high-throughput sequencing data. In addition, provides numerous plotting functions for commonly used visualizations.
Imports: methods, plyr, BiocGenerics, Biobase
Depends: R (>= 2.7.0), BiocGenerics (>= 0.3.2), RSQLite, ggplot2,
reshape2, fastcluster, rtracklayer, Gviz
Suggests: cluster, plyr, NMFN, stringr, GenomicFeatures, GenomicRanges,
rjson
Depends: R (>= 2.7.0), BiocGenerics (>= 0.3.2), RSQLite, ggplot2, reshape2, fastcluster, rtracklayer, Gviz
Suggests: cluster, plyr, NMFN, stringr, GenomicFeatures, GenomicRanges, rjson
Maintainer: Loyal A. Goff <[email protected]>
License: Artistic-2.0
Collate: AllGenerics.R AllClasses.R database-setup.R methods-CuffSet.R
methods-CuffData.R methods-CuffDist.R methods-CuffGeneSet.R
methods-CuffFeatureSet.R methods-CuffGene.R
methods-CuffFeature.R tools.R
Collate: AllGenerics.R
AllClasses.R
database-setup.R
methods-CuffSet.R
methods-CuffData.R
methods-CuffDist.R
methods-CuffGeneSet.R
methods-CuffFeatureSet.R
methods-CuffGene.R
methods-CuffFeature.R
tools.R
LazyLoad: yes
biocViews: Sequencing, RNASeq, GeneExpression, DifferentialExpression,
Infrastructure, DataImport, DataRepresentation, Visualization,
Clustering, MultipleComparison, QualityControl
Packaged: 2014-05-07 18:47:53 UTC; lgoff
biocViews: HighThroughputSequencing, HighThroughputSequencingData, RNAseq, RNAseqData, GeneExpression, DifferentialExpression, Infrastructure, DataImport, DataRepresentation, Visualization, Bioinformatics, Clustering, MultipleComparisons, QualityControl

Loading

0 comments on commit 2a874a6

Please sign in to comment.