... | ... |
@@ -1,6 +1,7 @@ |
1 | 1 |
useDynLib(gmapR, .registration = TRUE) |
2 | 2 |
|
3 |
-importFrom(Rsamtools, path, bamPaths, "bamWhich<-", BamFile, BamFileList, |
|
3 |
+importFrom(BiocGenerics, path) |
|
4 |
+importFrom(Rsamtools, bamPaths, "bamWhich<-", BamFile, BamFileList, |
|
4 | 5 |
BamSampler) |
5 | 6 |
importFrom(tools, file_path_as_absolute, file_ext, file_path_sans_ext, |
6 | 7 |
list_files_with_exts) |
... | ... |
@@ -12,7 +13,8 @@ import(GenomicRanges) |
12 | 13 |
import(GenomeInfoDb) |
13 | 14 |
import(BiocParallel) |
14 | 15 |
importMethodsFrom(GenomeInfoDb, genome) |
15 |
-importFrom(utils, packageVersion) |
|
16 |
+importFrom(stats, setNames) |
|
17 |
+importFrom(utils, packageVersion, read.table, str) |
|
16 | 18 |
importFrom(Biostrings, getSeq, readDNAStringSet, DNAStringSet) |
17 | 19 |
importMethodsFrom(GenomicRanges, seqnames, strand) |
18 | 20 |
importMethodsFrom(Rsamtools, asBam) |
... | ... |
@@ -34,7 +34,7 @@ importMethodsFrom(GenomicAlignments, qwidth) |
34 | 34 |
export(bam_tally, GmapGenome, GmapGenomeDirectory, GsnapParam, |
35 | 35 |
directory, BamTallyParam, makeGmapGenomePackage, GsnapOutput, |
36 | 36 |
GmapSnps, GmapSnpDirectory, TP53Genome, TP53Which, variantSummary, |
37 |
- GmapParam) |
|
37 |
+ GmapParam, cmetindex) |
|
38 | 38 |
|
39 | 39 |
exportClasses(GmapGenome, GmapGenomeDirectory, GmapSnpDirectory, |
40 | 40 |
GsnapOutput, GmapSnps, BamTallyParam, GsnapParam, GmapParam, |
git-svn-id: file:///home/git/hedgehog.fhcrc.org/bioconductor/trunk/madman/Rpacks/gmapR@111183 bc3139a8-67e5-0310-9ffc-ced21a209358
... | ... |
@@ -17,12 +17,13 @@ importFrom(Biostrings, getSeq, readDNAStringSet, DNAStringSet) |
17 | 17 |
importMethodsFrom(GenomicRanges, seqnames, strand) |
18 | 18 |
importMethodsFrom(Rsamtools, asBam) |
19 | 19 |
importClassesFrom(GenomicFeatures, TxDb) |
20 |
-importFrom(GenomicFeatures, transcripts, exons) |
|
20 |
+importFrom(GenomicFeatures, transcripts, exons, exonsBy) |
|
21 | 21 |
importClassesFrom(rtracklayer, RTLFile, FastaFile, RTLFileList) |
22 |
-importFrom(rtracklayer, "referenceSequence<-", import, export, FastaFile) |
|
22 |
+importFrom(rtracklayer, "referenceSequence<-", import, export, FastaFile, |
|
23 |
+ FileForFormat) |
|
23 | 24 |
importMethodsFrom(rtracklayer, export) |
24 | 25 |
importFrom(VariantAnnotation, readVcf, ScanVcfParam, fixed, VRanges, ref, alt, |
25 |
- "ref<-", "alt<-", altDepth, refDepth) |
|
26 |
+ "ref<-", "alt<-", altDepth, refDepth, "vcfWhich<-") |
|
26 | 27 |
importClassesFrom(VariantAnnotation, "VCF", "VRanges") |
27 | 28 |
importFrom(BSgenome, getSeq, providerVersion) |
28 | 29 |
importFrom(GenomicAlignments, readGAlignments) |
git-svn-id: file:///home/git/hedgehog.fhcrc.org/bioconductor/trunk/madman/Rpacks/gmapR@110840 bc3139a8-67e5-0310-9ffc-ced21a209358
... | ... |
@@ -18,7 +18,7 @@ importMethodsFrom(GenomicRanges, seqnames, strand) |
18 | 18 |
importMethodsFrom(Rsamtools, asBam) |
19 | 19 |
importClassesFrom(GenomicFeatures, TxDb) |
20 | 20 |
importFrom(GenomicFeatures, transcripts, exons) |
21 |
-importClassesFrom(rtracklayer, RTLFile, FastaFile) |
|
21 |
+importClassesFrom(rtracklayer, RTLFile, FastaFile, RTLFileList) |
|
22 | 22 |
importFrom(rtracklayer, "referenceSequence<-", import, export, FastaFile) |
23 | 23 |
importMethodsFrom(rtracklayer, export) |
24 | 24 |
importFrom(VariantAnnotation, readVcf, ScanVcfParam, fixed, VRanges, ref, alt, |
... | ... |
@@ -32,10 +32,14 @@ importMethodsFrom(GenomicAlignments, qwidth) |
32 | 32 |
|
33 | 33 |
export(bam_tally, GmapGenome, GmapGenomeDirectory, GsnapParam, |
34 | 34 |
directory, BamTallyParam, makeGmapGenomePackage, GsnapOutput, |
35 |
- GmapSnps, GmapSnpDirectory, TP53Genome, TP53Which, variantSummary) |
|
35 |
+ GmapSnps, GmapSnpDirectory, TP53Genome, TP53Which, variantSummary, |
|
36 |
+ GmapParam) |
|
36 | 37 |
|
37 | 38 |
exportClasses(GmapGenome, GmapGenomeDirectory, GmapSnpDirectory, |
38 |
- GsnapOutput, GmapSnps, BamTallyParam, GsnapParam) |
|
39 |
+ GsnapOutput, GmapSnps, BamTallyParam, GsnapParam, GmapParam, |
|
40 |
+ GmapAlignerParam) |
|
39 | 41 |
|
40 | 42 |
exportMethods(bamPaths, path, genome, seqinfo, gsnap, "snps<-", |
41 |
- "spliceSites<-", getSeq) |
|
43 |
+ "spliceSites<-", getSeq, gmap) |
|
44 |
+ |
|
45 |
+S3method(as.list, GmapAlignerParam) |
git-svn-id: file:///home/git/hedgehog.fhcrc.org/bioconductor/trunk/madman/Rpacks/gmapR@110039 bc3139a8-67e5-0310-9ffc-ced21a209358
... | ... |
@@ -11,10 +11,12 @@ import(methods) |
11 | 11 |
import(GenomicRanges) |
12 | 12 |
import(GenomeInfoDb) |
13 | 13 |
import(BiocParallel) |
14 |
+importMethodsFrom(GenomeInfoDb, genome) |
|
14 | 15 |
importFrom(utils, packageVersion) |
15 | 16 |
importFrom(Biostrings, getSeq, readDNAStringSet, DNAStringSet) |
17 |
+importMethodsFrom(GenomicRanges, seqnames, strand) |
|
16 | 18 |
importMethodsFrom(Rsamtools, asBam) |
17 |
-importClassesFrom(GenomicFeatures, TxDb) #TranscriptDb) |
|
19 |
+importClassesFrom(GenomicFeatures, TxDb) |
|
18 | 20 |
importFrom(GenomicFeatures, transcripts, exons) |
19 | 21 |
importClassesFrom(rtracklayer, RTLFile, FastaFile) |
20 | 22 |
importFrom(rtracklayer, "referenceSequence<-", import, export, FastaFile) |
git-svn-id: file:///home/git/hedgehog.fhcrc.org/bioconductor/trunk/madman/Rpacks/gmapR@102487 bc3139a8-67e5-0310-9ffc-ced21a209358
... | ... |
@@ -11,12 +11,10 @@ import(methods) |
11 | 11 |
import(GenomicRanges) |
12 | 12 |
import(GenomeInfoDb) |
13 | 13 |
import(BiocParallel) |
14 |
-importMethodsFrom(GenomeInfoDb, genome) |
|
15 | 14 |
importFrom(utils, packageVersion) |
16 | 15 |
importFrom(Biostrings, getSeq, readDNAStringSet, DNAStringSet) |
17 |
-importMethodsFrom(GenomicRanges, seqnames, strand) |
|
18 | 16 |
importMethodsFrom(Rsamtools, asBam) |
19 |
-importClassesFrom(GenomicFeatures, TxDb) |
|
17 |
+importClassesFrom(GenomicFeatures, TxDb) #TranscriptDb) |
|
20 | 18 |
importFrom(GenomicFeatures, transcripts, exons) |
21 | 19 |
importClassesFrom(rtracklayer, RTLFile, FastaFile) |
22 | 20 |
importFrom(rtracklayer, "referenceSequence<-", import, export, FastaFile) |
git-svn-id: file:///home/git/hedgehog.fhcrc.org/bioconductor/trunk/madman/Rpacks/gmapR@101254 bc3139a8-67e5-0310-9ffc-ced21a209358
... | ... |
@@ -9,11 +9,11 @@ import(IRanges) |
9 | 9 |
import(S4Vectors) |
10 | 10 |
import(methods) |
11 | 11 |
import(GenomicRanges) |
12 |
+import(GenomeInfoDb) |
|
12 | 13 |
import(BiocParallel) |
13 | 14 |
importMethodsFrom(GenomeInfoDb, genome) |
14 | 15 |
importFrom(utils, packageVersion) |
15 | 16 |
importFrom(Biostrings, getSeq, readDNAStringSet, DNAStringSet) |
16 |
-importFrom(GenomeInfoDb, seqinfo, seqlengths, Seqinfo) |
|
17 | 17 |
importMethodsFrom(GenomicRanges, seqnames, strand) |
18 | 18 |
importMethodsFrom(Rsamtools, asBam) |
19 | 19 |
importClassesFrom(GenomicFeatures, TxDb) |
git-svn-id: file:///home/git/hedgehog.fhcrc.org/bioconductor/trunk/madman/Rpacks/gmapR@101253 bc3139a8-67e5-0310-9ffc-ced21a209358
... | ... |
@@ -13,7 +13,7 @@ import(BiocParallel) |
13 | 13 |
importMethodsFrom(GenomeInfoDb, genome) |
14 | 14 |
importFrom(utils, packageVersion) |
15 | 15 |
importFrom(Biostrings, getSeq, readDNAStringSet, DNAStringSet) |
16 |
-importFrom(GenomeInfoDb, seqinfo, seqlengths) |
|
16 |
+importFrom(GenomeInfoDb, seqinfo, seqlengths, Seqinfo) |
|
17 | 17 |
importMethodsFrom(GenomicRanges, seqnames, strand) |
18 | 18 |
importMethodsFrom(Rsamtools, asBam) |
19 | 19 |
importClassesFrom(GenomicFeatures, TxDb) |
git-svn-id: file:///home/git/hedgehog.fhcrc.org/bioconductor/trunk/madman/Rpacks/gmapR@101190 bc3139a8-67e5-0310-9ffc-ced21a209358
... | ... |
@@ -13,10 +13,10 @@ import(BiocParallel) |
13 | 13 |
importMethodsFrom(GenomeInfoDb, genome) |
14 | 14 |
importFrom(utils, packageVersion) |
15 | 15 |
importFrom(Biostrings, getSeq, readDNAStringSet, DNAStringSet) |
16 |
-importFrom(GenomicRanges, seqinfo) |
|
16 |
+importFrom(GenomeInfoDb, seqinfo, seqlengths) |
|
17 | 17 |
importMethodsFrom(GenomicRanges, seqnames, strand) |
18 | 18 |
importMethodsFrom(Rsamtools, asBam) |
19 |
-importClassesFrom(GenomicFeatures, TxDb) #TranscriptDb) |
|
19 |
+importClassesFrom(GenomicFeatures, TxDb) |
|
20 | 20 |
importFrom(GenomicFeatures, transcripts, exons) |
21 | 21 |
importClassesFrom(rtracklayer, RTLFile, FastaFile) |
22 | 22 |
importFrom(rtracklayer, "referenceSequence<-", import, export, FastaFile) |
git-svn-id: file:///home/git/hedgehog.fhcrc.org/bioconductor/trunk/madman/Rpacks/gmapR@93316 bc3139a8-67e5-0310-9ffc-ced21a209358
... | ... |
@@ -1,20 +1,22 @@ |
1 | 1 |
useDynLib(gmapR, .registration = TRUE) |
2 | 2 |
|
3 |
-import(methods) |
|
4 |
-importFrom(tools, file_path_as_absolute, file_ext, file_path_sans_ext, |
|
5 |
- list_files_with_exts) |
|
6 |
-importFrom(utils, packageVersion) |
|
7 |
- |
|
8 | 3 |
importFrom(Rsamtools, path, bamPaths, "bamWhich<-", BamFile, BamFileList, |
9 | 4 |
BamSampler) |
5 |
+importFrom(tools, file_path_as_absolute, file_ext, file_path_sans_ext, |
|
6 |
+ list_files_with_exts) |
|
10 | 7 |
importFrom(Biobase, createPackage) |
11 |
-import(S4Vectors) |
|
12 | 8 |
import(IRanges) |
13 |
-import(GenomeInfoDb) |
|
9 |
+import(S4Vectors) |
|
10 |
+import(methods) |
|
14 | 11 |
import(GenomicRanges) |
12 |
+import(BiocParallel) |
|
13 |
+importMethodsFrom(GenomeInfoDb, genome) |
|
14 |
+importFrom(utils, packageVersion) |
|
15 | 15 |
importFrom(Biostrings, getSeq, readDNAStringSet, DNAStringSet) |
16 |
+importFrom(GenomicRanges, seqinfo) |
|
17 |
+importMethodsFrom(GenomicRanges, seqnames, strand) |
|
16 | 18 |
importMethodsFrom(Rsamtools, asBam) |
17 |
-importClassesFrom(GenomicFeatures, TxDb) |
|
19 |
+importClassesFrom(GenomicFeatures, TxDb) #TranscriptDb) |
|
18 | 20 |
importFrom(GenomicFeatures, transcripts, exons) |
19 | 21 |
importClassesFrom(rtracklayer, RTLFile, FastaFile) |
20 | 22 |
importFrom(rtracklayer, "referenceSequence<-", import, export, FastaFile) |
git-svn-id: file:///home/git/hedgehog.fhcrc.org/bioconductor/trunk/madman/Rpacks/gmapR@92976 bc3139a8-67e5-0310-9ffc-ced21a209358
... | ... |
@@ -14,7 +14,7 @@ import(GenomeInfoDb) |
14 | 14 |
import(GenomicRanges) |
15 | 15 |
importFrom(Biostrings, getSeq, readDNAStringSet, DNAStringSet) |
16 | 16 |
importMethodsFrom(Rsamtools, asBam) |
17 |
-importClassesFrom(GenomicFeatures, TranscriptDb) |
|
17 |
+importClassesFrom(GenomicFeatures, TxDb) |
|
18 | 18 |
importFrom(GenomicFeatures, transcripts, exons) |
19 | 19 |
importClassesFrom(rtracklayer, RTLFile, FastaFile) |
20 | 20 |
importFrom(rtracklayer, "referenceSequence<-", import, export, FastaFile) |
git-svn-id: file:///home/git/hedgehog.fhcrc.org/bioconductor/trunk/madman/Rpacks/gmapR@89880 bc3139a8-67e5-0310-9ffc-ced21a209358
... | ... |
@@ -1,18 +1,18 @@ |
1 | 1 |
useDynLib(gmapR, .registration = TRUE) |
2 | 2 |
|
3 |
-importFrom(Rsamtools, path, bamPaths, "bamWhich<-", BamFile, BamFileList, |
|
4 |
- BamSampler) |
|
3 |
+import(methods) |
|
5 | 4 |
importFrom(tools, file_path_as_absolute, file_ext, file_path_sans_ext, |
6 | 5 |
list_files_with_exts) |
6 |
+importFrom(utils, packageVersion) |
|
7 |
+ |
|
8 |
+importFrom(Rsamtools, path, bamPaths, "bamWhich<-", BamFile, BamFileList, |
|
9 |
+ BamSampler) |
|
7 | 10 |
importFrom(Biobase, createPackage) |
8 | 11 |
import(S4Vectors) |
9 | 12 |
import(IRanges) |
10 |
-import(methods) |
|
13 |
+import(GenomeInfoDb) |
|
11 | 14 |
import(GenomicRanges) |
12 |
-importFrom(utils, packageVersion) |
|
13 | 15 |
importFrom(Biostrings, getSeq, readDNAStringSet, DNAStringSet) |
14 |
-importFrom(GenomicRanges, genome, seqinfo) |
|
15 |
-importMethodsFrom(GenomicRanges, seqnames, strand) |
|
16 | 16 |
importMethodsFrom(Rsamtools, asBam) |
17 | 17 |
importClassesFrom(GenomicFeatures, TranscriptDb) |
18 | 18 |
importFrom(GenomicFeatures, transcripts, exons) |
git-svn-id: file:///home/git/hedgehog.fhcrc.org/bioconductor/trunk/madman/Rpacks/gmapR@89179 bc3139a8-67e5-0310-9ffc-ced21a209358
... | ... |
@@ -5,6 +5,7 @@ importFrom(Rsamtools, path, bamPaths, "bamWhich<-", BamFile, BamFileList, |
5 | 5 |
importFrom(tools, file_path_as_absolute, file_ext, file_path_sans_ext, |
6 | 6 |
list_files_with_exts) |
7 | 7 |
importFrom(Biobase, createPackage) |
8 |
+import(S4Vectors) |
|
8 | 9 |
import(IRanges) |
9 | 10 |
import(methods) |
10 | 11 |
import(GenomicRanges) |
git-svn-id: file:///home/git/hedgehog.fhcrc.org/bioconductor/trunk/madman/Rpacks/gmapR@88417 bc3139a8-67e5-0310-9ffc-ced21a209358
... | ... |
@@ -1,6 +1,7 @@ |
1 | 1 |
useDynLib(gmapR, .registration = TRUE) |
2 | 2 |
|
3 |
-importFrom(Rsamtools, path, bamPaths, "bamWhich<-", BamFile, BamFileList) |
|
3 |
+importFrom(Rsamtools, path, bamPaths, "bamWhich<-", BamFile, BamFileList, |
|
4 |
+ BamSampler) |
|
4 | 5 |
importFrom(tools, file_path_as_absolute, file_ext, file_path_sans_ext, |
5 | 6 |
list_files_with_exts) |
6 | 7 |
importFrom(Biobase, createPackage) |
... | ... |
@@ -21,6 +22,8 @@ importFrom(VariantAnnotation, readVcf, ScanVcfParam, fixed, VRanges, ref, alt, |
21 | 22 |
"ref<-", "alt<-", altDepth, refDepth) |
22 | 23 |
importClassesFrom(VariantAnnotation, "VCF", "VRanges") |
23 | 24 |
importFrom(BSgenome, getSeq, providerVersion) |
25 |
+importFrom(GenomicAlignments, readGAlignments) |
|
26 |
+importMethodsFrom(GenomicAlignments, qwidth) |
|
24 | 27 |
|
25 | 28 |
## public API |
26 | 29 |
|
git-svn-id: file:///home/git/hedgehog.fhcrc.org/bioconductor/trunk/madman/Rpacks/gmapR@87282 bc3139a8-67e5-0310-9ffc-ced21a209358
... | ... |
@@ -7,6 +7,7 @@ importFrom(Biobase, createPackage) |
7 | 7 |
import(IRanges) |
8 | 8 |
import(methods) |
9 | 9 |
import(GenomicRanges) |
10 |
+importFrom(utils, packageVersion) |
|
10 | 11 |
importFrom(Biostrings, getSeq, readDNAStringSet, DNAStringSet) |
11 | 12 |
importFrom(GenomicRanges, genome, seqinfo) |
12 | 13 |
importMethodsFrom(GenomicRanges, seqnames, strand) |
git-svn-id: file:///home/git/hedgehog.fhcrc.org/bioconductor/trunk/madman/Rpacks/gmapR@86409 bc3139a8-67e5-0310-9ffc-ced21a209358
... | ... |
@@ -17,7 +17,7 @@ importClassesFrom(rtracklayer, RTLFile, FastaFile) |
17 | 17 |
importFrom(rtracklayer, "referenceSequence<-", import, export, FastaFile) |
18 | 18 |
importMethodsFrom(rtracklayer, export) |
19 | 19 |
importFrom(VariantAnnotation, readVcf, ScanVcfParam, fixed, VRanges, ref, alt, |
20 |
- "ref<-", "alt<-") |
|
20 |
+ "ref<-", "alt<-", altDepth, refDepth) |
|
21 | 21 |
importClassesFrom(VariantAnnotation, "VCF", "VRanges") |
22 | 22 |
importFrom(BSgenome, getSeq, providerVersion) |
23 | 23 |
|
git-svn-id: file:///home/git/hedgehog.fhcrc.org/bioconductor/trunk/madman/Rpacks/gmapR@83107 bc3139a8-67e5-0310-9ffc-ced21a209358
... | ... |
@@ -1,7 +1,6 @@ |
1 | 1 |
useDynLib(gmapR, .registration = TRUE) |
2 | 2 |
|
3 | 3 |
importFrom(Rsamtools, path, bamPaths, "bamWhich<-", BamFile, BamFileList) |
4 |
-importFrom(GenomicAlignments, readBamGappedAlignments) |
|
5 | 4 |
importFrom(tools, file_path_as_absolute, file_ext, file_path_sans_ext, |
6 | 5 |
list_files_with_exts) |
7 | 6 |
importFrom(Biobase, createPackage) |
git-svn-id: file:///home/git/hedgehog.fhcrc.org/bioconductor/trunk/madman/Rpacks/gmapR@83106 bc3139a8-67e5-0310-9ffc-ced21a209358
... | ... |
@@ -1,7 +1,7 @@ |
1 | 1 |
useDynLib(gmapR, .registration = TRUE) |
2 | 2 |
|
3 |
-importFrom(Rsamtools, path, bamPaths, readBamGappedAlignments, "bamWhich<-", |
|
4 |
- BamFile, BamFileList) |
|
3 |
+importFrom(Rsamtools, path, bamPaths, "bamWhich<-", BamFile, BamFileList) |
|
4 |
+importFrom(GenomicAlignments, readBamGappedAlignments) |
|
5 | 5 |
importFrom(tools, file_path_as_absolute, file_ext, file_path_sans_ext, |
6 | 6 |
list_files_with_exts) |
7 | 7 |
importFrom(Biobase, createPackage) |
git-svn-id: file:///home/git/hedgehog.fhcrc.org/bioconductor/trunk/madman/Rpacks/gmapR@78525 bc3139a8-67e5-0310-9ffc-ced21a209358
... | ... |
@@ -26,7 +26,7 @@ importFrom(BSgenome, getSeq, providerVersion) |
26 | 26 |
|
27 | 27 |
export(bam_tally, GmapGenome, GmapGenomeDirectory, GsnapParam, |
28 | 28 |
directory, BamTallyParam, makeGmapGenomePackage, GsnapOutput, |
29 |
- GmapSnps, GmapSnpDirectory, TP53Genome, TP53Which, summarizeVariants) |
|
29 |
+ GmapSnps, GmapSnpDirectory, TP53Genome, TP53Which, variantSummary) |
|
30 | 30 |
|
31 | 31 |
exportClasses(GmapGenome, GmapGenomeDirectory, GmapSnpDirectory, |
32 | 32 |
GsnapOutput, GmapSnps, BamTallyParam, GsnapParam) |
git-svn-id: file:///home/git/hedgehog.fhcrc.org/bioconductor/trunk/madman/Rpacks/gmapR@78427 bc3139a8-67e5-0310-9ffc-ced21a209358
... | ... |
@@ -6,6 +6,7 @@ importFrom(tools, file_path_as_absolute, file_ext, file_path_sans_ext, |
6 | 6 |
list_files_with_exts) |
7 | 7 |
importFrom(Biobase, createPackage) |
8 | 8 |
import(IRanges) |
9 |
+import(methods) |
|
9 | 10 |
import(GenomicRanges) |
10 | 11 |
importFrom(Biostrings, getSeq, readDNAStringSet, DNAStringSet) |
11 | 12 |
importFrom(GenomicRanges, genome, seqinfo) |
... | ... |
@@ -16,15 +17,16 @@ importFrom(GenomicFeatures, transcripts, exons) |
16 | 17 |
importClassesFrom(rtracklayer, RTLFile, FastaFile) |
17 | 18 |
importFrom(rtracklayer, "referenceSequence<-", import, export, FastaFile) |
18 | 19 |
importMethodsFrom(rtracklayer, export) |
19 |
-importFrom(VariantAnnotation, readVcf, ScanVcfParam, fixed) |
|
20 |
-importClassesFrom(VariantAnnotation, "VCF") |
|
20 |
+importFrom(VariantAnnotation, readVcf, ScanVcfParam, fixed, VRanges, ref, alt, |
|
21 |
+ "ref<-", "alt<-") |
|
22 |
+importClassesFrom(VariantAnnotation, "VCF", "VRanges") |
|
21 | 23 |
importFrom(BSgenome, getSeq, providerVersion) |
22 | 24 |
|
23 | 25 |
## public API |
24 | 26 |
|
25 | 27 |
export(bam_tally, GmapGenome, GmapGenomeDirectory, GsnapParam, |
26 | 28 |
directory, BamTallyParam, makeGmapGenomePackage, GsnapOutput, |
27 |
- GmapSnps, GmapSnpDirectory, TP53Genome, TP53Which) |
|
29 |
+ GmapSnps, GmapSnpDirectory, TP53Genome, TP53Which, summarizeVariants) |
|
28 | 30 |
|
29 | 31 |
exportClasses(GmapGenome, GmapGenomeDirectory, GmapSnpDirectory, |
30 | 32 |
GsnapOutput, GmapSnps, BamTallyParam, GsnapParam) |
git-svn-id: file:///home/git/hedgehog.fhcrc.org/bioconductor/trunk/madman/Rpacks/gmapR@76521 bc3139a8-67e5-0310-9ffc-ced21a209358
... | ... |
@@ -7,7 +7,7 @@ importFrom(tools, file_path_as_absolute, file_ext, file_path_sans_ext, |
7 | 7 |
importFrom(Biobase, createPackage) |
8 | 8 |
import(IRanges) |
9 | 9 |
import(GenomicRanges) |
10 |
-importFrom(Biostrings, getSeq, read.DNAStringSet, DNAStringSet) |
|
10 |
+importFrom(Biostrings, getSeq, readDNAStringSet, DNAStringSet) |
|
11 | 11 |
importFrom(GenomicRanges, genome, seqinfo) |
12 | 12 |
importMethodsFrom(GenomicRanges, seqnames, strand) |
13 | 13 |
importMethodsFrom(Rsamtools, asBam) |
git-svn-id: file:///home/git/hedgehog.fhcrc.org/bioconductor/trunk/madman/Rpacks/gmapR@75072 bc3139a8-67e5-0310-9ffc-ced21a209358
... | ... |
@@ -12,7 +12,7 @@ importFrom(GenomicRanges, genome, seqinfo) |
12 | 12 |
importMethodsFrom(GenomicRanges, seqnames, strand) |
13 | 13 |
importMethodsFrom(Rsamtools, asBam) |
14 | 14 |
importClassesFrom(GenomicFeatures, TranscriptDb) |
15 |
-importFrom(GenomicFeatures, transcripts) |
|
15 |
+importFrom(GenomicFeatures, transcripts, exons) |
|
16 | 16 |
importClassesFrom(rtracklayer, RTLFile, FastaFile) |
17 | 17 |
importFrom(rtracklayer, "referenceSequence<-", import, export, FastaFile) |
18 | 18 |
importMethodsFrom(rtracklayer, export) |
git-svn-id: file:///home/git/hedgehog.fhcrc.org/bioconductor/trunk/madman/Rpacks/gmapR@74945 bc3139a8-67e5-0310-9ffc-ced21a209358
... | ... |
@@ -7,7 +7,7 @@ importFrom(tools, file_path_as_absolute, file_ext, file_path_sans_ext, |
7 | 7 |
importFrom(Biobase, createPackage) |
8 | 8 |
import(IRanges) |
9 | 9 |
import(GenomicRanges) |
10 |
-importFrom(Biostrings, getSeq, read.DNAStringSet) |
|
10 |
+importFrom(Biostrings, getSeq, read.DNAStringSet, DNAStringSet) |
|
11 | 11 |
importFrom(GenomicRanges, genome, seqinfo) |
12 | 12 |
importMethodsFrom(GenomicRanges, seqnames, strand) |
13 | 13 |
importMethodsFrom(Rsamtools, asBam) |
git-svn-id: file:///home/git/hedgehog.fhcrc.org/bioconductor/trunk/madman/Rpacks/gmapR@74876 bc3139a8-67e5-0310-9ffc-ced21a209358
... | ... |
@@ -18,6 +18,7 @@ importFrom(rtracklayer, "referenceSequence<-", import, export, FastaFile) |
18 | 18 |
importMethodsFrom(rtracklayer, export) |
19 | 19 |
importFrom(VariantAnnotation, readVcf, ScanVcfParam, fixed) |
20 | 20 |
importClassesFrom(VariantAnnotation, "VCF") |
21 |
+importFrom(BSgenome, getSeq, providerVersion) |
|
21 | 22 |
|
22 | 23 |
## public API |
23 | 24 |
|
... | ... |
@@ -29,4 +30,4 @@ exportClasses(GmapGenome, GmapGenomeDirectory, GmapSnpDirectory, |
29 | 30 |
GsnapOutput, GmapSnps, BamTallyParam, GsnapParam) |
30 | 31 |
|
31 | 32 |
exportMethods(bamPaths, path, genome, seqinfo, gsnap, "snps<-", |
32 |
- "spliceSites<-") |
|
33 |
+ "spliceSites<-", getSeq) |
git-svn-id: file:///home/git/hedgehog.fhcrc.org/bioconductor/trunk/madman/Rpacks/gmapR@69966 bc3139a8-67e5-0310-9ffc-ced21a209358
... | ... |
@@ -7,7 +7,6 @@ importFrom(tools, file_path_as_absolute, file_ext, file_path_sans_ext, |
7 | 7 |
importFrom(Biobase, createPackage) |
8 | 8 |
import(IRanges) |
9 | 9 |
import(GenomicRanges) |
10 |
-import(parallel) |
|
11 | 10 |
importFrom(Biostrings, getSeq, read.DNAStringSet) |
12 | 11 |
importFrom(GenomicRanges, genome, seqinfo) |
13 | 12 |
importMethodsFrom(GenomicRanges, seqnames, strand) |
git-svn-id: file:///home/git/hedgehog.fhcrc.org/bioconductor/trunk/madman/Rpacks/gmapR@69355 bc3139a8-67e5-0310-9ffc-ced21a209358
... | ... |
@@ -24,8 +24,7 @@ importClassesFrom(VariantAnnotation, "VCF") |
24 | 24 |
|
25 | 25 |
export(bam_tally, GmapGenome, GmapGenomeDirectory, GsnapParam, |
26 | 26 |
directory, BamTallyParam, makeGmapGenomePackage, GsnapOutput, |
27 |
- GmapSnps, GmapSnpDirectory, TP53Genome, subsetRegion, getGeneRoi, |
|
28 |
- checkPackageInstalled) |
|
27 |
+ GmapSnps, GmapSnpDirectory, TP53Genome, TP53Which) |
|
29 | 28 |
|
30 | 29 |
exportClasses(GmapGenome, GmapGenomeDirectory, GmapSnpDirectory, |
31 | 30 |
GsnapOutput, GmapSnps, BamTallyParam, GsnapParam) |
*asSystemCall.R added
*previous code that calls .system had to account for the case of when
getOption("systemCallMode") is TRUE. Since exception is now being
thrown, this logic was removed from gsnap() function
*LungCancerLines no longer mentioned in NAMESPACE
git-svn-id: file:///home/git/hedgehog.fhcrc.org/bioconductor/trunk/madman/Rpacks/gmapR@69338 bc3139a8-67e5-0310-9ffc-ced21a209358
... | ... |
@@ -8,7 +8,6 @@ importFrom(Biobase, createPackage) |
8 | 8 |
import(IRanges) |
9 | 9 |
import(GenomicRanges) |
10 | 10 |
import(parallel) |
11 |
-import(LungCancerLines) |
|
12 | 11 |
importFrom(Biostrings, getSeq, read.DNAStringSet) |
13 | 12 |
importFrom(GenomicRanges, genome, seqinfo) |
14 | 13 |
importMethodsFrom(GenomicRanges, seqnames, strand) |
git-svn-id: file:///home/git/hedgehog.fhcrc.org/bioconductor/trunk/madman/Rpacks/gmapR@69298 bc3139a8-67e5-0310-9ffc-ced21a209358
... | ... |
@@ -8,6 +8,7 @@ importFrom(Biobase, createPackage) |
8 | 8 |
import(IRanges) |
9 | 9 |
import(GenomicRanges) |
10 | 10 |
import(parallel) |
11 |
+import(LungCancerLines) |
|
11 | 12 |
importFrom(Biostrings, getSeq, read.DNAStringSet) |
12 | 13 |
importFrom(GenomicRanges, genome, seqinfo) |
13 | 14 |
importMethodsFrom(GenomicRanges, seqnames, strand) |
git-svn-id: file:///home/git/hedgehog.fhcrc.org/bioconductor/trunk/madman/Rpacks/gmapR@69292 bc3139a8-67e5-0310-9ffc-ced21a209358
... | ... |
@@ -24,7 +24,8 @@ importClassesFrom(VariantAnnotation, "VCF") |
24 | 24 |
|
25 | 25 |
export(bam_tally, GmapGenome, GmapGenomeDirectory, GsnapParam, |
26 | 26 |
directory, BamTallyParam, makeGmapGenomePackage, GsnapOutput, |
27 |
- GmapSnps, GmapSnpDirectory, TP53Genome) |
|
27 |
+ GmapSnps, GmapSnpDirectory, TP53Genome, subsetRegion, getGeneRoi, |
|
28 |
+ checkPackageInstalled) |
|
28 | 29 |
|
29 | 30 |
exportClasses(GmapGenome, GmapGenomeDirectory, GmapSnpDirectory, |
30 | 31 |
GsnapOutput, GmapSnps, BamTallyParam, GsnapParam) |
git-svn-id: file:///home/git/hedgehog.fhcrc.org/bioconductor/trunk/madman/Rpacks/gmapR@69202 bc3139a8-67e5-0310-9ffc-ced21a209358
git-svn-id: file:///home/git/hedgehog.fhcrc.org/bioconductor/trunk/madman/Rpacks/gmapR@69201 bc3139a8-67e5-0310-9ffc-ced21a209358
... | ... |
@@ -8,7 +8,7 @@ importFrom(Biobase, createPackage) |
8 | 8 |
import(IRanges) |
9 | 9 |
import(GenomicRanges) |
10 | 10 |
import(parallel) |
11 |
-import(Biostrings, getSeq, read.DNAStringSet) |
|
11 |
+importFrom(Biostrings, getSeq, read.DNAStringSet) |
|
12 | 12 |
importFrom(GenomicRanges, genome, seqinfo) |
13 | 13 |
importMethodsFrom(GenomicRanges, seqnames, strand) |
14 | 14 |
importMethodsFrom(Rsamtools, asBam) |
git-svn-id: file:///home/git/hedgehog.fhcrc.org/bioconductor/trunk/madman/Rpacks/gmapR@69198 bc3139a8-67e5-0310-9ffc-ced21a209358
... | ... |
@@ -29,4 +29,5 @@ export(bam_tally, GmapGenome, GmapGenomeDirectory, GsnapParam, |
29 | 29 |
exportClasses(GmapGenome, GmapGenomeDirectory, GmapSnpDirectory, |
30 | 30 |
GsnapOutput, GmapSnps, BamTallyParam, GsnapParam) |
31 | 31 |
|
32 |
-exportMethods(bamPaths, path, genome, seqinfo, gsnap, "snps<-") |
|
32 |
+exportMethods(bamPaths, path, genome, seqinfo, gsnap, "snps<-", |
|
33 |
+ "spliteSites<-") |
git-svn-id: file:///home/git/hedgehog.fhcrc.org/bioconductor/trunk/madman/Rpacks/gmapR@69157 bc3139a8-67e5-0310-9ffc-ced21a209358
... | ... |
@@ -7,12 +7,13 @@ importFrom(tools, file_path_as_absolute, file_ext, file_path_sans_ext, |
7 | 7 |
importFrom(Biobase, createPackage) |
8 | 8 |
import(IRanges) |
9 | 9 |
import(GenomicRanges) |
10 |
-import(Biostrings) |
|
11 | 10 |
import(parallel) |
11 |
+import(Biostrings, getSeq, read.DNAStringSet) |
|
12 | 12 |
importFrom(GenomicRanges, genome, seqinfo) |
13 | 13 |
importMethodsFrom(GenomicRanges, seqnames, strand) |
14 | 14 |
importMethodsFrom(Rsamtools, asBam) |
15 | 15 |
importClassesFrom(GenomicFeatures, TranscriptDb) |
16 |
+importFrom(GenomicFeatures, transcripts) |
|
16 | 17 |
importClassesFrom(rtracklayer, RTLFile, FastaFile) |
17 | 18 |
importFrom(rtracklayer, "referenceSequence<-", import, export, FastaFile) |
18 | 19 |
importMethodsFrom(rtracklayer, export) |
... | ... |
@@ -23,7 +24,7 @@ importClassesFrom(VariantAnnotation, "VCF") |
23 | 24 |
|
24 | 25 |
export(bam_tally, GmapGenome, GmapGenomeDirectory, GsnapParam, |
25 | 26 |
directory, BamTallyParam, makeGmapGenomePackage, GsnapOutput, |
26 |
- GmapSnps, GmapSnpDirectory) |
|
27 |
+ GmapSnps, GmapSnpDirectory, TP53Genome) |
|
27 | 28 |
|
28 | 29 |
exportClasses(GmapGenome, GmapGenomeDirectory, GmapSnpDirectory, |
29 | 30 |
GsnapOutput, GmapSnps, BamTallyParam, GsnapParam) |
git-svn-id: file:///home/git/hedgehog.fhcrc.org/bioconductor/trunk/madman/Rpacks/gmapR@68698 bc3139a8-67e5-0310-9ffc-ced21a209358
... | ... |
@@ -23,11 +23,9 @@ importClassesFrom(VariantAnnotation, "VCF") |
23 | 23 |
|
24 | 24 |
export(bam_tally, GmapGenome, GmapGenomeDirectory, GsnapParam, |
25 | 25 |
directory, BamTallyParam, makeGmapGenomePackage, GsnapOutput, |
26 |
- flankingCycleBreaks) |
|
26 |
+ GmapSnps, GmapSnpDirectory) |
|
27 |
+ |
|
27 | 28 |
exportClasses(GmapGenome, GmapGenomeDirectory, GmapSnpDirectory, |
28 | 29 |
GsnapOutput, GmapSnps, BamTallyParam, GsnapParam) |
29 |
-exportMethods(bamPaths, path, genome, seqinfo, gsnap) |
|
30 |
- |
|
31 |
-## gsnap API |
|
32 | 30 |
|
33 |
-## export("snps<-", getDefaultGmapGenomePath) |
|
31 |
+exportMethods(bamPaths, path, genome, seqinfo, gsnap, "snps<-") |
git-svn-id: file:///home/git/hedgehog.fhcrc.org/bioconductor/trunk/madman/Rpacks/gmapR@68557 bc3139a8-67e5-0310-9ffc-ced21a209358
... | ... |
@@ -1,8 +1,9 @@ |
1 | 1 |
useDynLib(gmapR, .registration = TRUE) |
2 | 2 |
|
3 | 3 |
importFrom(Rsamtools, path, bamPaths, readBamGappedAlignments, "bamWhich<-", |
4 |
- BamFile) |
|
5 |
-importFrom(tools, file_path_as_absolute, file_ext, file_path_sans_ext) |
|
4 |
+ BamFile, BamFileList) |
|
5 |
+importFrom(tools, file_path_as_absolute, file_ext, file_path_sans_ext, |
|
6 |
+ list_files_with_exts) |
|
6 | 7 |
importFrom(Biobase, createPackage) |
7 | 8 |
import(IRanges) |
8 | 9 |
import(GenomicRanges) |
... | ... |
@@ -21,7 +22,8 @@ importClassesFrom(VariantAnnotation, "VCF") |
21 | 22 |
## public API |
22 | 23 |
|
23 | 24 |
export(bam_tally, GmapGenome, GmapGenomeDirectory, GsnapParam, |
24 |
- directory, BamTallyParam, makeGmapGenomePackage, GsnapOutput) |
|
25 |
+ directory, BamTallyParam, makeGmapGenomePackage, GsnapOutput, |
|
26 |
+ flankingCycleBreaks) |
|
25 | 27 |
exportClasses(GmapGenome, GmapGenomeDirectory, GmapSnpDirectory, |
26 | 28 |
GsnapOutput, GmapSnps, BamTallyParam, GsnapParam) |
27 | 29 |
exportMethods(bamPaths, path, genome, seqinfo, gsnap) |
git-svn-id: file:///home/git/hedgehog.fhcrc.org/bioconductor/trunk/madman/Rpacks/gmapR@68172 bc3139a8-67e5-0310-9ffc-ced21a209358
... | ... |
@@ -1,25 +1,31 @@ |
1 |
-importFrom(Rsamtools, path, bamPaths, readBamGappedAlignments) |
|
2 |
-importFrom(tools, list_files_with_exts) |
|
1 |
+useDynLib(gmapR, .registration = TRUE) |
|
2 |
+ |
|
3 |
+importFrom(Rsamtools, path, bamPaths, readBamGappedAlignments, "bamWhich<-", |
|
4 |
+ BamFile) |
|
5 |
+importFrom(tools, file_path_as_absolute, file_ext, file_path_sans_ext) |
|
6 |
+importFrom(Biobase, createPackage) |
|
3 | 7 |
import(IRanges) |
4 | 8 |
import(GenomicRanges) |
5 | 9 |
import(Biostrings) |
6 | 10 |
import(parallel) |
11 |
+importFrom(GenomicRanges, genome, seqinfo) |
|
12 |
+importMethodsFrom(GenomicRanges, seqnames, strand) |
|
13 |
+importMethodsFrom(Rsamtools, asBam) |
|
14 |
+importClassesFrom(GenomicFeatures, TranscriptDb) |
|
15 |
+importClassesFrom(rtracklayer, RTLFile, FastaFile) |
|
16 |
+importFrom(rtracklayer, "referenceSequence<-", import, export, FastaFile) |
|
17 |
+importMethodsFrom(rtracklayer, export) |
|
18 |
+importFrom(VariantAnnotation, readVcf, ScanVcfParam, fixed) |
|
19 |
+importClassesFrom(VariantAnnotation, "VCF") |
|
20 |
+ |
|
21 |
+## public API |
|
22 |
+ |
|
23 |
+export(bam_tally, GmapGenome, GmapGenomeDirectory, GsnapParam, |
|
24 |
+ directory, BamTallyParam, makeGmapGenomePackage, GsnapOutput) |
|
25 |
+exportClasses(GmapGenome, GmapGenomeDirectory, GmapSnpDirectory, |
|
26 |
+ GsnapOutput, GmapSnps, BamTallyParam, GsnapParam) |
|
27 |
+exportMethods(bamPaths, path, genome, seqinfo, gsnap) |
|
7 | 28 |
|
8 |
-export(buildGmapDbSNPIndex) |
|
9 |
-export(buildGmapIITFromFasta) |
|
10 |
-export(buildGmapIndex) |
|
11 |
-export(buildGsnapSNPIIT) |
|
12 |
-export(buildRefseqSpliceSites) |
|
13 |
-export(consolidateGmapFiles) |
|
14 |
-export(consolidateGsnapFiles) |
|
15 |
-export(exonsToGmapSpliceSites) |
|
16 |
-export(getGsnapFileCounts) |
|
17 |
-export(globals) |
|
18 |
-export(installGmap) |
|
19 |
-export(parallelized_gsnap) |
|
20 |
-export(tally2GR) |
|
21 |
-export(tallyInDel) |
|
22 |
-export(getChrGRangesFromGmap) |
|
29 |
+## gsnap API |
|
23 | 30 |
|
24 |
-exportClasses(GsnapOutput) |
|
25 |
-export(GsnapOutput, bamPaths) |
|
31 |
+## export("snps<-", getDefaultGmapGenomePath) |
git-svn-id: file:///home/git/hedgehog.fhcrc.org/bioconductor/trunk/madman/Rpacks/gmapR@65646 bc3139a8-67e5-0310-9ffc-ced21a209358
git-svn-id: file:///home/git/hedgehog.fhcrc.org/bioconductor/trunk/madman/Rpacks/gmapR@64512 bc3139a8-67e5-0310-9ffc-ced21a209358
git-svn-id: file:///home/git/hedgehog.fhcrc.org/bioconductor/trunk/madman/Rpacks/gmapR@63997 bc3139a8-67e5-0310-9ffc-ced21a209358
git-svn-id: file:///home/git/hedgehog.fhcrc.org/bioconductor/trunk/madman/Rpacks/gmapR@63977 bc3139a8-67e5-0310-9ffc-ced21a209358
git-svn-id: file:///home/git/hedgehog.fhcrc.org/bioconductor/trunk/madman/Rpacks/gmapR@62315 bc3139a8-67e5-0310-9ffc-ced21a209358
git-svn-id: file:///home/git/hedgehog.fhcrc.org/bioconductor/trunk/madman/Rpacks/gmapR@62230 bc3139a8-67e5-0310-9ffc-ced21a209358
git-svn-id: file:///home/git/hedgehog.fhcrc.org/bioconductor/trunk/madman/Rpacks/gmapR@62229 bc3139a8-67e5-0310-9ffc-ced21a209358
git-svn-id: file:///home/git/hedgehog.fhcrc.org/bioconductor/trunk/madman/Rpacks/gmapR@62224 bc3139a8-67e5-0310-9ffc-ced21a209358
git-svn-id: file:///home/git/hedgehog.fhcrc.org/bioconductor/trunk/madman/Rpacks/gmapR@62150 bc3139a8-67e5-0310-9ffc-ced21a209358
git-svn-id: file:///home/git/hedgehog.fhcrc.org/bioconductor/trunk/madman/Rpacks/gmapR@62149 bc3139a8-67e5-0310-9ffc-ced21a209358
git-svn-id: file:///home/git/hedgehog.fhcrc.org/bioconductor/trunk/madman/Rpacks/gmapR@61526 bc3139a8-67e5-0310-9ffc-ced21a209358
git-svn-id: file:///home/git/hedgehog.fhcrc.org/bioconductor/trunk/madman/Rpacks/gmapR@61303 bc3139a8-67e5-0310-9ffc-ced21a209358
git-svn-id: file:///home/git/hedgehog.fhcrc.org/bioconductor/trunk/madman/Rpacks/gmapR@61241 bc3139a8-67e5-0310-9ffc-ced21a209358
... | ... |
@@ -1,12 +1,3 @@ |
1 |
-importFrom(tools, list_files_with_exts) |
|
2 |
-import(BiocGenerics) |
|
3 |
-importFrom(IRanges, isSingleString) |
|
4 |
-importFrom(Rsamtools, bamPaths, path) |
|
5 |
- |
|
6 |
-export(GsnapOutput) |
|
7 |
-exportClasses(GsnapOutput) |
|
8 |
-exportMethods(bamPaths, path) |
|
9 |
- |
|
10 | 1 |
export(buildGmapDbSNPIndex) |
11 | 2 |
export(buildGmapIITFromFasta) |
12 | 3 |
export(buildGmapIndex) |
git-svn-id: file:///home/git/hedgehog.fhcrc.org/bioconductor/trunk/madman/Rpacks/gmapR@60633 bc3139a8-67e5-0310-9ffc-ced21a209358
git-svn-id: file:///home/git/hedgehog.fhcrc.org/bioconductor/trunk/madman/Rpacks/gmapR@58865 bc3139a8-67e5-0310-9ffc-ced21a209358
... | ... |
@@ -1,3 +1,11 @@ |
1 |
+importFrom(Rsamtools, bamPaths, path) |
|
2 |
+importFrom(tools, list_files_with_exts) |
|
3 |
+importFrom(IRanges, isSingleString) |
|
4 |
+ |
|
5 |
+export(GsnapOutput) |
|
6 |
+exportClasses(GsnapOutput) |
|
7 |
+exportMethods(bamPaths, path) |
|
8 |
+ |
|
1 | 9 |
export(buildGmapDbSNPIndex) |
2 | 10 |
export(buildGmapIITFromFasta) |
3 | 11 |
export(buildGmapIndex) |
... | ... |
@@ -10,4 +18,3 @@ export(getGsnapFileCounts) |
10 | 18 |
export(globals) |
11 | 19 |
export(installGmap) |
12 | 20 |
export(parallelized_gsnap) |
13 |
-importFrom(IRanges, isSingleString) |
*removed obsolete lines in dcf file that globals() reads
*better error checking when creating splice sites and dbSNP IITs
*added a TODO
git-svn-id: file:///home/git/hedgehog.fhcrc.org/bioconductor/trunk/madman/Rpacks/gmapR@58330 bc3139a8-67e5-0310-9ffc-ced21a209358
*updated script to install pipeline
*fixed bug in buildGmapIndex
git-svn-id: file:///home/git/hedgehog.fhcrc.org/bioconductor/trunk/madman/Rpacks/gmapR@58273 bc3139a8-67e5-0310-9ffc-ced21a209358
git-svn-id: file:///home/git/hedgehog.fhcrc.org/bioconductor/trunk/madman/Rpacks/gmapR@58049 bc3139a8-67e5-0310-9ffc-ced21a209358
git-svn-id: file:///home/git/hedgehog.fhcrc.org/bioconductor/trunk/madman/Rpacks/gmapR@58029 bc3139a8-67e5-0310-9ffc-ced21a209358
... | ... |
@@ -1,10 +1,10 @@ |
1 | 1 |
export(buildGmapDbSNPIndex) |
2 | 2 |
export(buildGmapIndex) |
3 | 3 |
export(buildGmapIITFromFasta) |
4 |
-export(installGmap) |
|
5 | 4 |
export(buildGsnapSNPIIT) |
6 | 5 |
export(consolidateGmapFiles) |
7 | 6 |
export(consolidateGsnapFiles) |
8 | 7 |
export(exonsToGmapSpliceSites) |
9 | 8 |
export(getGsnapFileCounts) |
9 |
+export(installGmap) |
|
10 | 10 |
export(parallelized_gsnap) |
*added exonsToGmapSpliceSites and associated unit test
git-svn-id: file:///home/git/hedgehog.fhcrc.org/bioconductor/trunk/madman/Rpacks/gmapR@57572 bc3139a8-67e5-0310-9ffc-ced21a209358
... | ... |
@@ -1,6 +1,10 @@ |
1 | 1 |
export(buildGmapDbSNPIndex) |
2 | 2 |
export(buildGmapIndex) |
3 |
+export(buildGmapIITFromFasta) |
|
3 | 4 |
export(installGmap) |
5 |
+export(buildGsnapSNPIIT) |
|
4 | 6 |
export(consolidateGmapFiles) |
7 |
+export(consolidateGsnapFiles) |
|
8 |
+export(exonsToGmapSpliceSites) |
|
5 | 9 |
export(getGsnapFileCounts) |
6 | 10 |
export(parallelized_gsnap) |
git-svn-id: file:///home/git/hedgehog.fhcrc.org/bioconductor/trunk/madman/Rpacks/gmapR@57248 bc3139a8-67e5-0310-9ffc-ced21a209358