Last data update: 2014.03.03

Data Source

R Release (3.2.3)
CranContrib
BioConductor
All

Data Type

Packages
Functions
Images
Data set

Classification

Results 1 - 10 of 16 found.
[1] < 1 2 > [2]  Sort:

R4RNA-package (Package: R4RNA) :

An R package for RNA visualization and analysis
● Data Source: BioConductor
● Keywords: package
● Alias: R4RNA, R4RNA-package
6 images

Alignment Statistics (Package: R4RNA) :

Functions to compute covariation, percent identity conservation, and percent canonical basepairs given a multiple sequence alignment and optionally a secondary structure. Statistics can be computed for a single base, basepair, helix or entire alignment.
● Data Source: BioConductor
● Keywords: math
● Alias: alignmentCanonical, alignmentConservation, alignmentCovariation, alignmentPercentGaps, baseConservation, basepairCanonical, basepairConservation, basepairCovariation, helixCanonical, helixConservation, helixCovariation
● 0 images

Coerce to Helix (Package: R4RNA) :

Functions to coerce a structure into a helix data frame, and to check whether a structure is a valid helix data frame. A helix data frame is a data frame, so any structure coercible into a data.frame can become a helix data frame.
● Data Source: BioConductor
● Keywords: manip
● Alias: as.helix, is.helix, parseBracket
● 0 images

Basepair Frequency (Package: R4RNA) :

Calculates the frequency of each basepair in a given helix structure. Internally, breaks helices into basepairs, and returns a structure of unique basepairs, where the values is its frequency, regardless of original value.
● Data Source: BioConductor
● Keywords: aplot
● Alias: basepairFrequency
● 0 images

Create Blank Plot (Package: R4RNA) :

Creates a blank plotting canvas with the given dimensions, along with functions to find best values for the canvas dimensions.
● Data Source: BioConductor
● Keywords: aplot
● Alias: blankPlot, maxHeight
1 images

Colour Helices (Package: R4RNA) :

Functions to generate colours for helices by various rules, including integer counts, value ranges, percent identity covariation, conservation, percentage canonical basepair, basepair frequency, and non-pseudoknotted groups.
● Data Source: BioConductor
● Keywords: color
● Alias: colourByBasepairFrequency, colourByCanonical, colourByConservation, colourByCount, colourByCovariation, colourByUnknottedGroups, colourByValue, defaultPalette
3 images

Basepair/Helix Conversion (Package: R4RNA) :

Given a helix data frame, expands a helix of arbitrary length into helices of length 1 (i.e. basepairs). Also does the reverse operation of clustering consecutive basepairs (or helices), and merging/collapsing them into a single helix.
● Data Source: BioConductor
● Keywords: manip
● Alias: collapseHelix, expandHelix
● 0 images

Helix Type Filters (Package: R4RNA) :

Given a helix data frame, checks if helices are conflicting, duplicating, or overlapping, and returns an array of numeric values, where 0 is FALSE and 1 is TRUE. Values in between 0 and 1 occur when a single helix has multiple basepairs with different values, the number observed in this case is the mean of the basepair values within the helix. See details for exact definition of the three types of events.
● Data Source: BioConductor
● Keywords: logic
● Alias: isConflictingHelix, isDuplicatingHelix, isOverlappingHelix
3 images

Log10 Space Operations (Package: R4RNA) :

Sequence, floor and ceiling operations in log 10 space.
● Data Source: BioConductor
● Keywords: color
● Alias: logceiling, logfloor, logseq
● 0 images

Covariation Plots (Package: R4RNA) :

Given a multiple sequence alignment and a corresponding secondary structure, nucleotides in the sequence alignment will be coloured according to the basepairing and conservation status, where green is the most commonly observed valid basepair in the column, dark blue being valid covariation (i.e. mutation into another valid basepair), cyan is one-sided mutation that retains the basepair, and red is a mutation where the basepair has been lost.
● Data Source: BioConductor
● Keywords: aplot
● Alias: plotCovariance, plotDoubleCovariance, plotOverlapCovariance
5 images