Package: GenomicFeatures 1.59.1
GenomicFeatures: Query the gene models of a given organism/assembly
Extract the genomic locations of genes, transcripts, exons, introns, and CDS, for the gene models stored in a TxDb object. A TxDb object is a small database that contains the gene models of a given organism/assembly. Bioconductor provides a small collection of TxDb objects in the form of ready-to-install TxDb packages for the most commonly studied organisms. Additionally, the user can easily make a TxDb object (or package) for the organism/assembly of their choice by using the tools from the txdbmaker package.
Authors:
GenomicFeatures_1.59.1.tar.gz
GenomicFeatures_1.59.1.zip(r-4.5)GenomicFeatures_1.59.1.zip(r-4.4)GenomicFeatures_1.59.1.zip(r-4.3)
GenomicFeatures_1.59.1.tgz(r-4.4-any)GenomicFeatures_1.59.1.tgz(r-4.3-any)
GenomicFeatures_1.59.1.tar.gz(r-4.5-noble)GenomicFeatures_1.59.1.tar.gz(r-4.4-noble)
GenomicFeatures_1.59.1.tgz(r-4.4-emscripten)GenomicFeatures_1.59.1.tgz(r-4.3-emscripten)
GenomicFeatures.pdf |GenomicFeatures.html✨
GenomicFeatures/json (API)
NEWS
# Install 'GenomicFeatures' in R: |
install.packages('GenomicFeatures', repos = c('https://bioc.r-universe.dev', 'https://cloud.r-project.org')) |
Bug tracker:https://github.com/bioconductor/genomicfeatures/issues
On BioConductor:GenomicFeatures-1.59.0(bioc 3.21)GenomicFeatures-1.58.0(bioc 3.20)
geneticsinfrastructureannotationsequencinggenomeannotationbioconductor-packagecore-package
Last updated 14 days agofrom:2d2ddd62a1. Checks:OK: 1 WARNING: 4 NOTE: 2. Indexed: yes.
Target | Result | Date |
---|---|---|
Doc / Vignettes | OK | Nov 08 2024 |
R-4.5-win | WARNING | Nov 08 2024 |
R-4.5-linux | WARNING | Nov 08 2024 |
R-4.4-win | WARNING | Nov 08 2024 |
R-4.4-mac | NOTE | Nov 08 2024 |
R-4.3-win | WARNING | Nov 08 2024 |
R-4.3-mac | NOTE | Nov 08 2024 |
Exports:as.listasBEDasGFFbrowseUCSCtrackcdscdsBycdsByOverlapscoverageByTranscriptdistanceexonicPartsexonsexonsByexonsByOverlapsextendExonsIntoIntronsextractTranscriptSeqsextractUpstreamSeqsfeaturesfiveUTRsByTranscriptgenesgetChromInfoFromBiomartgetPromoterSeqgetTerminatorSeqid2nameintronicPartsintronsByTranscriptisActiveSeqisActiveSeq<-makeFDbPackageFromUCSCmakeFeatureDbFromUCSCmakePackageNamemakeTxDbmakeTxDbFromBiomartmakeTxDbFromEnsemblmakeTxDbFromGFFmakeTxDbFromGRangesmakeTxDbFromUCSCmakeTxDbPackagemakeTxDbPackageFromBiomartmakeTxDbPackageFromUCSCmapFromTranscriptsmapIdsToRangesmapRangesToIdsmapToTranscriptsmicroRNAsorganismpcoverageByTranscriptpmapFromTranscriptspmapToTranscriptspromotersproteinToGenomeseqinfoseqlevels<-seqlevels0showsupportedMiRBaseBuildValuessupportedUCSCFeatureDbTablessupportedUCSCFeatureDbTrackssupportedUCSCtablesterminatorsthreeUTRsByTranscripttidyExonstidyIntronstidyTranscriptstranscriptLengthstranscriptLocs2refLocstranscriptstranscriptsBytranscriptsByOverlapstranscriptWidthstRNAsUCSCFeatureDbTableSchema
Dependencies:abindAnnotationDbiaskpassBHBiobaseBiocGenericsBiocIOBiocParallelBiostringsbitbit64bitopsblobcachemclicodetoolscpp11crayoncurlDBIDelayedArrayfastmapformatRfutile.loggerfutile.optionsgenericsGenomeInfoDbGenomeInfoDbDataGenomicAlignmentsGenomicRangesgluehttrIRangesjsonliteKEGGRESTlambda.rlatticelifecycleMatrixMatrixGenericsmatrixStatsmemoisemimeopensslpkgconfigplogrpngR6RCurlrestfulrRhtslibrjsonrlangRsamtoolsRSQLitertracklayerS4ArraysS4VectorssnowSparseArraySummarizedExperimentsysUCSC.utilsvctrsXMLXVectoryamlzlibbioc
Readme and manuals
Help Manual
Help page | Topics |
---|---|
Coerce to file format structures | asBED,TxDb-method asGFF,TxDb-method |
Compute coverage by transcript (or CDS) of a set of ranges | coverageByTranscript pcoverageByTranscript |
Extract non-overlapping exonic or intronic parts from a TxDb-like object | exonicParts intronicParts tidyExons tidyIntrons tidyTranscripts |
Extend exons by a given number of bases into their adjacent introns | extendExonsIntoIntrons |
Extract transcript (or CDS) sequences from chromosome sequences | extractTranscriptSeqs extractTranscriptSeqs,ANY-method extractTranscriptSeqs,DNAString-method |
Extract sequences upstream of a set of genes or transcripts | extractUpstreamSeqs extractUpstreamSeqs,GenomicRanges-method extractUpstreamSeqs,GRangesList-method extractUpstreamSeqs,TxDb-method |
FeatureDb objects | class:FeatureDb FeatureDb FeatureDb-class |
Extract simple features from a FeatureDb object | features features,FeatureDb-method |
Get gene promoter or terminator sequences | getPromoterSeq getPromoterSeq,GRanges-method getPromoterSeq,GRangesList-method getTerminatorSeq getTerminatorSeq,GRanges-method getTerminatorSeq,GRangesList-method |
Map internal ids to external names for a given feature type | id2name |
[Moved to txdbmaker] Make a FeatureDb object from annotations available at the UCSC Genome Browser | makeFeatureDbFromUCSC supportedUCSCFeatureDbTables supportedUCSCFeatureDbTracks UCSCFeatureDbTableSchema |
[Moved to txdbmaker] Make a TxDb object from user supplied annotations | makeTxDb |
[Moved to txdbmaker] Make a TxDb object from annotations available on a BioMart database | getChromInfoFromBiomart makeTxDbFromBiomart |
[Moved to txdbmaker] Make a TxDb object from an Ensembl database | makeTxDbFromEnsembl |
[Moved to txdbmaker] Make a TxDb object from annotations available as a GFF3 or GTF file | makeTxDbFromGFF |
[Moved to txdbmaker] Make a TxDb object from a GRanges object | makeTxDbFromGRanges |
[Moved to txdbmaker] Make a TxDb object from annotations available at the UCSC Genome Browser | browseUCSCtrack makeTxDbFromUCSC supportedUCSCtables |
[Moved to txdbmaker] Making a TxDb package from annotations available at the UCSC Genome Browser, biomaRt or from another source. | makeFDbPackageFromUCSC makePackageName makeTxDbPackage makeTxDbPackageFromBiomart makeTxDbPackageFromUCSC supportedMiRBaseBuildValues |
Map IDs to Genomic Ranges | mapIdsToRanges mapIdsToRanges,TxDb-method |
Map Genomic Ranges to IDs | mapRangesToIds mapRangesToIds,TxDb-method |
Map range coordinates between transcripts and genome space | coordinate-mapping coordinate-mapping-methods mapFromTranscripts mapFromTranscripts,GenomicRanges,GenomicRanges-method mapFromTranscripts,GenomicRanges,GRangesList-method mapToTranscripts mapToTranscripts,ANY,TxDb-method mapToTranscripts,GenomicRanges,GenomicRanges-method mapToTranscripts,GenomicRanges,GRangesList-method pmapFromTranscripts pmapFromTranscripts,GenomicRanges,GenomicRanges-method pmapFromTranscripts,GenomicRanges,GRangesList-method pmapFromTranscripts,IntegerRanges,GenomicRanges-method pmapFromTranscripts,IntegerRanges,GRangesList-method pmapToTranscripts pmapToTranscripts,GenomicRanges,GenomicRanges-method pmapToTranscripts,GenomicRanges,GRangesList-method pmapToTranscripts,GRangesList,GRangesList-method |
Extract microRNA or tRNA genomic ranges from an object | microRNAs microRNAs,TxDb-method tRNAs tRNAs,TxDb-method |
Finding the nearest genomic range neighbor in a TxDb | distance,GenomicRanges,TxDb-method nearest-methods |
Map protein-relative coordinates to genomic coordinates | proteinToGenome proteinToGenome,ANY-method proteinToGenome,GRangesList-method |
Using the "select" interface on TxDb objects | columns,TxDb-method keys,TxDb-method keytypes,TxDb-method select,TxDb-method select-methods |
Extract the transcript lengths (and other metrics) from a TxDb object | transcriptLengths |
Converting transcript-based locations into reference-based locations | transcriptLocs2refLocs transcriptWidths |
Extract genomic features from a TxDb-like object | cds cds,TxDb-method exons exons,TxDb-method genes genes,TxDb-method promoters promoters,TxDb-method terminators terminators,TxDb-method transcripts transcripts,TxDb-method |
Extract and group genomic features of a given type from a TxDb-like object | cdsBy cdsBy,TxDb-method exonsBy exonsBy,TxDb-method fiveUTRsByTranscript fiveUTRsByTranscript,TxDb-method intronsByTranscript intronsByTranscript,TxDb-method threeUTRsByTranscript threeUTRsByTranscript,TxDb-method transcriptsBy transcriptsBy,TxDb-method |
Extract genomic features from a TxDb-like object based on their genomic location | cdsByOverlaps cdsByOverlaps,TxDb-method exonsByOverlaps exonsByOverlaps,TxDb-method transcriptsByOverlaps transcriptsByOverlaps,TxDb-method |
TxDb objects | as.list,TxDb-method class:TxDb isActiveSeq isActiveSeq,TxDb-method isActiveSeq<- isActiveSeq<-,TxDb-method organism,TxDb-method saveRDS,TxDb-method seqinfo,TxDb-method seqlevels0,TxDb-method seqlevels<-,TxDb-method show,TxDb-method TxDb TxDb-class |