git-svn-id: file:///home/git/hedgehog.fhcrc.org/bioconductor/trunk/madman/Rpacks/gmapR@87035 bc3139a8-67e5-0310-9ffc-ced21a209358
... | ... |
@@ -2,47 +2,29 @@ Package: gmapR |
2 | 2 |
Maintainer: Michael Lawrence <lawrence.michael@gene.com> |
3 | 3 |
License: Artistic-2.0 |
4 | 4 |
Title: Provides convenience methods to work with GMAP and GSNAP from |
5 |
- within R |
|
5 |
+ within R |
|
6 | 6 |
Type: Package |
7 | 7 |
Author: Cory Barr, Thomas Wu, Michael Lawrence |
8 | 8 |
Description: GSNAP and GMAP are a pair of tools to align short-read |
9 |
- data written by Tom Wu. This package provides convenience methods |
|
10 |
- to work with GMAP and GSNAP from within R. In addition, it provides |
|
11 |
- methods to tally alignment results on a per-nucleotide basis using |
|
12 |
- the bam_tally tool. |
|
13 |
-Version: 1.5.10 |
|
9 |
+ data written by Tom Wu. This package provides convenience |
|
10 |
+ methods to work with GMAP and GSNAP from within R. In addition, |
|
11 |
+ it provides methods to tally alignment results on a |
|
12 |
+ per-nucleotide basis using the bam_tally tool. |
|
13 |
+Version: 1.5.11 |
|
14 | 14 |
Depends: R (>= 2.15.0), methods, GenomicRanges |
15 | 15 |
Imports: IRanges, Rsamtools (>= 1.7.4), rtracklayer (>= 1.17.15), |
16 |
- GenomicFeatures, Biostrings, VariantAnnotation (>= 1.9.4), tools, |
|
17 |
- Biobase, BSgenome |
|
16 |
+ GenomicFeatures, Biostrings, VariantAnnotation (>= 1.9.4), |
|
17 |
+ tools, Biobase, BSgenome |
|
18 | 18 |
Suggests: RUnit, BSgenome.Dmelanogaster.UCSC.dm3, |
19 |
- BSgenome.Scerevisiae.UCSC.sacCer3, |
|
20 |
- org.Hs.eg.db, TxDb.Hsapiens.UCSC.hg19.knownGene, |
|
21 |
- BSgenome.Hsapiens.UCSC.hg19, LungCancerLines |
|
22 |
-License: Artistic-2.0 |
|
23 |
-Collate: GmapBamReader-class.R |
|
24 |
- GmapGenomeDirectory-class.R |
|
25 |
- GmapGenome-class.R |
|
26 |
- GmapSnpDirectory-class.R |
|
27 |
- GmapSnps-class.R |
|
28 |
- GsnapParam-class.R |
|
29 |
- GsnapOutput-class.R |
|
30 |
- atoiindex-command.R |
|
31 |
- BamTallyParam-class.R |
|
32 |
- bam_tally-command.R |
|
33 |
- cmetindex-command.R |
|
34 |
- get-genome-command.R |
|
35 |
- gmap-command.R |
|
36 |
- gmap_build-command.R |
|
37 |
- gsnap-command.R |
|
38 |
- iit-format.R |
|
39 |
- iit_store-command.R |
|
40 |
- info.R |
|
41 |
- snpindex-command.R |
|
42 |
- system.R |
|
43 |
- test_gmapR_package.R |
|
44 |
- makeGmapGenomePackage.R |
|
45 |
- TP53Genome.R |
|
46 |
- utils.R |
|
47 |
- asSystemCall.R |
|
48 |
- |
|
19 |
+ BSgenome.Scerevisiae.UCSC.sacCer3, org.Hs.eg.db, |
|
20 |
+ TxDb.Hsapiens.UCSC.hg19.knownGene, BSgenome.Hsapiens.UCSC.hg19, |
|
21 |
+ LungCancerLines |
|
22 |
+Collate: GmapBamReader-class.R GmapGenomeDirectory-class.R |
|
23 |
+ GmapGenome-class.R GmapSnpDirectory-class.R GmapSnps-class.R |
|
24 |
+ GsnapParam-class.R GsnapOutput-class.R atoiindex-command.R |
|
25 |
+ BamTallyParam-class.R bam_tally-command.R cmetindex-command.R |
|
26 |
+ get-genome-command.R gmap-command.R gmap_build-command.R |
|
27 |
+ gsnap-command.R iit-format.R iit_store-command.R info.R |
|
28 |
+ snpindex-command.R system.R test_gmapR_package.R |
|
29 |
+ makeGmapGenomePackage.R TP53Genome.R utils.R asSystemCall.R |
|
30 |
+biocViews: Alignment |