b22faf0d |
useDynLib(gmapR, .registration = TRUE)
importFrom(Rsamtools, path, bamPaths, readBamGappedAlignments, "bamWhich<-",
|
d99f8059 |
BamFile, BamFileList)
importFrom(tools, file_path_as_absolute, file_ext, file_path_sans_ext,
list_files_with_exts)
|
b22faf0d |
importFrom(Biobase, createPackage)
|
97bf6d3e |
import(IRanges)
|
59c36844 |
import(methods)
|
97bf6d3e |
import(GenomicRanges)
|
dc71e3aa |
importFrom(utils, packageVersion)
|
0dbb11f8 |
importFrom(Biostrings, getSeq, readDNAStringSet, DNAStringSet)
|
b22faf0d |
importFrom(GenomicRanges, genome, seqinfo)
importMethodsFrom(GenomicRanges, seqnames, strand)
importMethodsFrom(Rsamtools, asBam)
importClassesFrom(GenomicFeatures, TranscriptDb)
|
82c0838e |
importFrom(GenomicFeatures, transcripts, exons)
|
b22faf0d |
importClassesFrom(rtracklayer, RTLFile, FastaFile)
importFrom(rtracklayer, "referenceSequence<-", import, export, FastaFile)
importMethodsFrom(rtracklayer, export)
|
59c36844 |
importFrom(VariantAnnotation, readVcf, ScanVcfParam, fixed, VRanges, ref, alt,
"ref<-", "alt<-")
importClassesFrom(VariantAnnotation, "VCF", "VRanges")
|
248ed950 |
importFrom(BSgenome, getSeq, providerVersion)
|
b22faf0d |
## public API
export(bam_tally, GmapGenome, GmapGenomeDirectory, GsnapParam,
|
d99f8059 |
directory, BamTallyParam, makeGmapGenomePackage, GsnapOutput,
|
f3db568b |
GmapSnps, GmapSnpDirectory, TP53Genome, TP53Which, variantSummary)
|
0a4b811e |
|
b22faf0d |
exportClasses(GmapGenome, GmapGenomeDirectory, GmapSnpDirectory,
GsnapOutput, GmapSnps, BamTallyParam, GsnapParam)
|
cc3f47cf |
|
5fdf6426 |
exportMethods(bamPaths, path, genome, seqinfo, gsnap, "snps<-",
|
248ed950 |
"spliceSites<-", getSeq)
|