Package: hiAnnotator 1.41.0

Nirav V Malani

hiAnnotator: Functions for annotating GRanges objects

hiAnnotator contains set of functions which allow users to annotate a GRanges object with custom set of annotations. The basic philosophy of this package is to take two GRanges objects (query & subject) with common set of seqnames (i.e. chromosomes) and return associated annotation per seqnames and rows from the query matching seqnames and rows from the subject (i.e. genes or cpg islands). The package comes with three types of annotation functions which calculates if a position from query is: within a feature, near a feature, or count features in defined window sizes. Moreover, each function is equipped with parallel backend to utilize the foreach package. In addition, the package is equipped with wrapper functions, which finds appropriate columns needed to make a GRanges object from a common data frame.

Authors:Nirav V Malani <[email protected]>

hiAnnotator_1.41.0.tar.gz
hiAnnotator_1.41.0.zip(r-4.5)hiAnnotator_1.41.0.zip(r-4.4)hiAnnotator_1.41.0.zip(r-4.3)
hiAnnotator_1.41.0.tgz(r-4.5-any)hiAnnotator_1.41.0.tgz(r-4.4-any)hiAnnotator_1.41.0.tgz(r-4.3-any)
hiAnnotator_1.41.0.tar.gz(r-4.5-noble)hiAnnotator_1.41.0.tar.gz(r-4.4-noble)
hiAnnotator_1.41.0.tgz(r-4.4-emscripten)hiAnnotator_1.41.0.tgz(r-4.3-emscripten)
hiAnnotator.pdf |hiAnnotator.html
hiAnnotator/json (API)
NEWS

# Install 'hiAnnotator' in R:
install.packages('hiAnnotator', repos = c('https://bioc.r-universe.dev', 'https://cloud.r-project.org'))
Datasets:
  • genes - Sample RefSeq genes annotation
  • sites - Sample Retrovirus Integration Sites data
  • sites.ctrl - Controls for Sample Retrovirus Integration Sites data

On BioConductor:hiAnnotator-1.41.0(bioc 3.21)hiAnnotator-1.40.0(bioc 3.20)

This package does not link to any Github/Gitlab/R-forge repository. No issue tracker or development information is available.

softwareannotation

4.65 score 1 packages 15 scripts 255 downloads 15 exports 79 dependencies

Last updated 4 months agofrom:e4def22579. Checks:1 OK, 7 NOTE. Indexed: yes.

TargetResultLatest binary
Doc / VignettesOKJan 26 2025
R-4.5-winNOTEJan 26 2025
R-4.5-macNOTEJan 26 2025
R-4.5-linuxNOTEJan 26 2025
R-4.4-winNOTEJan 26 2025
R-4.4-macNOTEJan 26 2025
R-4.3-winNOTEJan 26 2025
R-4.3-macNOTEJan 26 2025

Exports:cleanColnamedoAnnotationget2NearestFeaturegetFeatureCountsgetFeatureCountsBiggetLowestDistsgetNearestFeaturegetRelevantColgetSitesInFeaturegetUCSCtablegetWindowLabelmakeChunksmakeGRangesmakeUCSCsessionplotdisFeature

Dependencies:abindaskpassBHBiobaseBiocGenericsBiocIOBiocParallelBiostringsbitopsBSgenomeclicodetoolscolorspacecpp11crayoncurlDelayedArraydplyrfansifarverforeachformatRfutile.loggerfutile.optionsgenericsGenomeInfoDbGenomeInfoDbDataGenomicAlignmentsGenomicRangesggplot2gluegtablehttrIRangesisobanditeratorsjsonlitelabelinglambda.rlatticelifecyclemagrittrMASSMatrixMatrixGenericsmatrixStatsmgcvmimemunsellnlmeopensslpillarpkgconfigR6RColorBrewerRCurlrestfulrRhtslibrjsonrlangRsamtoolsrtracklayerS4ArraysS4VectorsscalessnowSparseArraySummarizedExperimentsystibbletidyselectUCSC.utilsutf8vctrsviridisLitewithrXMLXVectoryaml

Using hiAnnotator

Rendered fromIntro.Rmdusingknitr::knitron Jan 26 2025.

Last update: 2021-07-27
Started: 2014-04-14

Readme and manuals

Help Manual

Help pageTopics
Check args and set defaults..checkArgsSetDefaults
Merge results back to the query object and perform additional post processing steps..mergeAndReturn
Clean the supplied string from punctuations and spaces.cleanColname
Annotate a GRanges object using one of annotation functions.doAnnotation
Sample RefSeq genes annotationgenes
Get two nearest upstream and downstream annotation boundary for a position range.get2NearestFeature
Get counts of annotation within a defined window around each query range or positions.getFeatureCounts
Get counts of annotation within a defined window around each query range/position for large annotation objects spanning greater than 1 billion rows.getFeatureCountsBig
Get the lowest biological distance from the 5' or 3' boundaries of query and subject.getLowestDists
Get nearest annotation boundary for a position range.getNearestFeature
Find the column index of interest given the potential choices.getRelevantCol
Find overlapping positions/ranges that match between the query and subject.getSitesInFeature
Obtain a UCSC annotation table given the table & track name.getUCSCtable
Generate a window size label.getWindowLabel
Annotating GRanges objects with hiAnnotator.hiAnnotator
Breaks two GRanges objects into chunks of N size.makeChunks
Make a sorted GRanges object from a dataframe.makeGRanges
Initiate UCSC genome browser session given the freeze argument.makeUCSCsession
Plot distance distribution to a feature boundary.plotdisFeature
Sample Retrovirus Integration Sites datasites
Controls for Sample Retrovirus Integration Sites datasites.ctrl