Package: GenomicInteractions 1.39.0

Liz Ing-Simmons

GenomicInteractions: Utilities for handling genomic interaction data

Utilities for handling genomic interaction data such as ChIA-PET or Hi-C, annotating genomic features with interaction information, and producing plots and summary statistics.

Authors:Harmston, N., Ing-Simmons, E., Perry, M., Baresic, A., Lenhard, B.

GenomicInteractions_1.39.0.tar.gz
GenomicInteractions_1.39.0.zip(r-4.5)GenomicInteractions_1.39.0.zip(r-4.4)GenomicInteractions_1.39.0.zip(r-4.3)
GenomicInteractions_1.39.0.tgz(r-4.4-any)GenomicInteractions_1.39.0.tgz(r-4.3-any)
GenomicInteractions_1.39.0.tar.gz(r-4.5-noble)GenomicInteractions_1.39.0.tar.gz(r-4.4-noble)
GenomicInteractions_1.39.0.tgz(r-4.4-emscripten)GenomicInteractions_1.39.0.tgz(r-4.3-emscripten)
GenomicInteractions.pdf |GenomicInteractions.html
GenomicInteractions/json (API)
NEWS

# Install 'GenomicInteractions' in R:
install.packages('GenomicInteractions', repos = c('https://bioc.r-universe.dev', 'https://cloud.r-project.org'))

Peer review:

Bug tracker:https://github.com/computationalregulatorygenomicsicl/genomicinteractions/issues

Datasets:

On BioConductor:GenomicInteractions-1.39.0(bioc 3.20)GenomicInteractions-1.38.0(bioc 3.19)

bioconductor-package

52 exports 2.09 score 149 dependencies 6 dependents 10 mentions

Last updated 2 months agofrom:56932e965f

Exports:anchorOneanchorTwoannotateInteractionsannotateRegionsannotationFeaturesasBEDavailableDisplayParscalculateDistancescategoriseInteractionschromosomecountsBetweenAnchorsdescriptiondescription<-endexport.bed12export.bedpeexport.chiasigexport.igraphGenomicInteractionsget_binom_ligation_thresholdget_self_ligation_thresholdinteractionCountsinteractionCounts<-InteractionTrackis.cisis.ddis.dtis.pdis.ppis.ptis.transis.ttisInteractionTypemakeGenomicInteractionsFromFilenamename<-plotAvgViewpointplotCisTransplotCountsplotDistsplotInteractionAnnotationsplotSummaryStatsplotViewpointremoveDupsresetAnnotationsstartsubsetsubsetByFeaturessummariseByFeaturePairssummariseByFeaturesupdateObjectviewPoint

Dependencies:abindAnnotationDbiAnnotationFilteraskpassbackportsbase64encBHBiobaseBiocFileCacheBiocGenericsBiocIOBiocParallelbiomaRtBiostringsbiovizBasebitbit64bitopsblobBSgenomebslibcachemcheckmatecliclustercodetoolscolorspacecpp11crayoncurldata.tableDBIdbplyrDelayedArraydeldirdichromatdigestdplyrensembldbevaluatefansifarverfastmapfilelockfontawesomeforeignformatRFormulafsfutile.loggerfutile.optionsgenericsGenomeInfoDbGenomeInfoDbDataGenomicAlignmentsGenomicFeaturesGenomicRangesggplot2gluegridExtragtableGvizhighrHmischmshtmlTablehtmltoolshtmlwidgetshttrhttr2igraphInteractionSetinterpIRangesisobandjpegjquerylibjsonliteKEGGRESTknitrlabelinglambda.rlatticelatticeExtralazyevallifecyclemagrittrMASSMatrixMatrixGenericsmatrixStatsmemoisemgcvmimemunsellnlmennetopensslpillarpkgconfigplogrpngprettyunitsprogressProtGenericspurrrR6rappdirsRColorBrewerRcppRcppEigenRCurlrestfulrRhtslibrjsonrlangrmarkdownrpartRsamtoolsRSQLiterstudioapirtracklayerS4ArraysS4VectorssassscalessnowSparseArraystringistringrSummarizedExperimentsystibbletidyrtidyselecttinytexUCSC.utilsutf8VariantAnnotationvctrsviridisviridisLitewithrxfunXMLxml2XVectoryamlzlibbioc

Package Vignette for Genomic Interactions: ChIA-PET data

Rendered fromchiapet_vignette.rmdusingknitr::rmarkdownon Jun 19 2024.

Last update: 2020-04-13
Started: 2014-10-03

HiC vignette for GenomicInteractions package

Rendered fromhic_vignette.Rmdusingknitr::rmarkdownon Jun 19 2024.

Last update: 2020-04-13
Started: 2014-10-03

Readme and manuals

Help Manual

Help pageTopics
GenomicInteractionsGenomicInteractions-package
Function to read in processed Hi-C interaction data generated by hiclib.importHicLib
Function to read in processed Hi-C interaction data generated by HOMER.importHomer
Function to process names relating to interactions stored in bed12 formats..processChiapetName
Function to read in interaction-data stored in a BAM file.readBam
Function to read in interaction-data stored in a pair of BAM files.readTwoBams
Function to validate tabular input.validateInput
Annotate the interactions in a GInteractions objectannotateInteractions annotateInteractions,GInteractions,list-method
Annotate regionsannotateRegions annotateRegions,GInteractions,character,vector-method
Coerce to BED structureasBED,GInteractions-method
The default display parameters for a track object class can be queries using the availableDisplayPars function.availableDisplayPars
Calculate interaction distancescalculateDistances calculateDistances,GInteractions-method
Get the numbers of interaction types existing in your datacategoriseInteractions
Summarise interactions between defined anchorscountsBetweenAnchors countsBetweenAnchors,GInteractions,GRanges-method
Export interactions in BED12 format.export.bed12 export.bed12,GInteractions-method
Export interactions in BED Paired-End format.export.bedpe export.bedpe,GInteractions-method
Export interactions in a BEDPE-like format for use with ChiaSigexport.chiasig export.chiasig,GInteractions-method
Export interactions to an igraph object.export.igraph export.igraph,GInteractions-method
Function to create a GenomicInteractions objectGenomicInteractions GenomicInteractions,ANY,ANY,ANY-method GenomicInteractions,GInteractions,ANY,ANY-method GenomicInteractions,GInteractions,numeric,ANY-method GenomicInteractions,GRanges,GRanges,GenomicRanges_OR_missing-method GenomicInteractions,GRanges,GRanges,numeric-method GenomicInteractions,missing,missing,GenomicRanges_OR_missing-method GenomicInteractions,numeric,numeric,GRanges-method
A S4 class to represent interactions between genomic regions.GenomicInteractions-class
get self ligation threshold with binomial testget_binom_ligation_threshold
Get self ligation threshold with SD method from Heidari et alget_self_ligation_threshold
Functions to access data held in a GenomicInteractions object.anchorOne anchorOne,GInteractions-method anchorTwo anchorTwo,GInteractions-method annotationFeatures annotationFeatures,GInteractions-method description,GInteractions-method getters interactionCounts interactionCounts,GInteractions-method name name,GInteractions-method
Human Refseq transcripts from chr 17-18hg19.refseq.transcripts
Example HiC datasethic_example_data
Constructor to create an InteractionTrack objectInteractionTrack
A class to hold chromatin interaction data for a specific genomic regionchromosome,InteractionTrack-method end,InteractionTrack-method InteractionTrack-class start,InteractionTrack-method subset,InteractionTrack-method
Interaction Type HelpersInteractionHelpers is.cis is.cis,GInteractions-method is.dd is.dd,GInteractions-method is.dt is.dt,GInteractions-method is.pd is.pd,GInteractions-method is.pp is.pp,GInteractions-method is.pt is.pt,GInteractions-method is.trans is.trans,GInteractions-method is.tt is.tt,GInteractions-method isInteractionType isInteractionType,GInteractions-method
Function to create GenomicInteraction objects from a filemakeGenomicInteractionsFromFile
Mouse Refseq promoters from chr 14-15mm9_refseq_promoters
Plot coverage around a set of virtual 4C viewpointsplotAvgViewpoint
Plots the percentages of cis and trans interactions for a GInteractions object as a donut plot.plotCisTrans
Plot a bar chart of the number of interactions supported by different numbers of reads in your data.plotCounts
Plots a histogram of interaction distances for a GInteractions ObjectplotDists
Plot a donut plot of interaction types for an annotated GInteractions objectplotInteractionAnnotations
Plot summary statistics for a GInteractions objectplotSummaryStats
Plot coverage around a virtual 4C viewpointplotViewpoint
Remove all but one occurences of a duplicated interactionremoveDups
Reset annotations made to a GInteractions objectresetAnnotations resetAnnotations,GInteractions-method
Tests whether anchors have the same strand.sameStrand
Functions to set data held in a GInteractions object.description<-,GInteractions,ANY-method interactionCounts<- interactionCounts<-,GInteractions-method name<- name<-,GInteractions-method setters
Subset a GInteractions object by featuressubsetByFeatures subsetByFeatures,GInteractions,character,character-method subsetByFeatures,GInteractions,GRanges,missing-method subsetByFeatures,GInteractions,GRangesList,missing-method
Return the total number of interactions in a GInteractions GIObjectsum,GInteractions-method
Summarise the number of interactions between two sets of features.summariseByFeaturePairs summariseByFeaturePairs,GInteractions-method
Summary statistics of interactions for a given feature setsummariseByFeatures summariseByFeatures,GInteractions-method
Putative enhancers from mouse thymus datathymus_enh
updateObject method for GenomicInteractions 1.3.7 and earlierupdateObject,GenomicInteractions-method
Virtual 4C viewpointviewPoint