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 32 found.
[1] < 1 2 3 4 > [4]  Sort:

Fastqq-class (Package: seqTools) : Class code{"Fastqq"

Contains quality related summarizing data on FASTQ files.
● Data Source: BioConductor
● Keywords: classes, fastqq, kmer
● Alias: Fastqq-class
3 images

ascii2char (Package: seqTools) : ascii2char: Converting ASCII encoded values to character values.

ascii2char calculates character representations for given phred values. char2ascii returns phred values for given ASCII encoded representations (the reverse transformation of ascii2char).
● Data Source: BioConductor
● Keywords: ascii2char
● Alias: ascii2char, char2ascii
● 0 images

cbDistMatrix (Package: seqTools) :

Calculates pairwise distance matrix from DNA k-mer counts based on a modified Canberra distance. Before calculating canberra distances, read counts are normalized (in order to correct systematic effects on the distance) by scaling up read counts in each DNA k-mer count vector so that normalized read counts in each sample are nearly equal.
● Data Source: BioConductor
● Keywords: cbDistMatrix, kmer
● Alias: cbDistMatrix, cbDistMatrix,Fastqq-method, cbDistMatrix-methods
● 0 images

collectDur (Package: seqTools) :

Objects of class Fastqq are created by reading data from FASTQ-files using the function fastqq. The fastqq function calls Sys.time() before and after execution of the core collecting routine. collectDur returns the number of seconds between these two times (as numeric value). collectTime returns the two timestamps inside a list.
● Data Source: BioConductor
● Keywords: collectDur
● Alias: collectTime, collectTime,Fastqq-method, collectTime-methods
● 0 images

countDnaKmers (Package: seqTools) : countDnaKmers: Counting k-mers in DNA sequence.

Counts occurrence of DNA k-mers in given DNA sequence. The k-mers are searched in a set of search windows, which are defined by start and width parameter. From each position of the search window, a DNA k-mer is identified on the right hand side on the given DNA sequence. Each value in the start vector defines the left border of a search window. The size of the search window is given by the appropriate value in the width vector. The function is intended to count DNA k-mers in selected regions (e.g. exons) on DNA sequence.
● Data Source: BioConductor
● Keywords: countDnaKmers
● Alias: countDnaKmers
● 0 images

countFastaKmers (Package: seqTools) :

Reads (compressed) fasta files and counts for DNA k-mers in the sequence.
● Data Source: BioConductor
● Keywords: countFastaKmers, kmer
● Alias: countFastaKmers
● 0 images

countGenomeKmers (Package: seqTools) : countGenomeKmers: Counting K-mers in DNA sequences.

Counts K-mers of DNA sequences inside a vector of DNA sequences. The k-mers are searched in a set of search windows, which are defined by start and width parameter. From each position of the search window, a DNA k-mer is identified on the right hand side on the given DNA sequence. Each value in the start vector defindes the left border of a search window. The size of the search window is given by the appropriate value in the width vector. The function is intended to count DNA k-mers in selected regions (e.g. exons) on DNA chromosomes while respecting strand orientation.
● Data Source: BioConductor
● Keywords: countGenomeKmers
● Alias: countGenomeKmers
● 0 images

countSpliceKmers (Package: seqTools) : countSpliceKmers: Counting K-mers on donor (5', upstream) sides

The function regards the given string as DNA sequence bearing a collection of splice sites. The given lEnd and rStart positions act as (1-based) coordinates of the innermost exonic nucleotides. They reside on exon-intron boundaries and have one exonic and one intronic adjacent nucleotide. The function counts width k-mers upstream on exonic DNA in reading direction (left -> right on (+) strand, right -> left on (-) strand).
● Data Source: BioConductor
● Keywords: countSpliceKmers
● Alias: countSpliceKmers
● 0 images

fastqKmerLocs (Package: seqTools) :

Reads (compressed) FASTQ files and counts for DNA k-mers for each position in sequence.
● Data Source: BioConductor
● Keywords: fastqKmerLocs, kmer
● Alias: fastqKmerLocs
● 0 images

fastqKmerSubsetLocs (Package: seqTools) :

Reads (compressed) FASTQ files and counts for given DNA k-mer subset for each position in sequence. The k-mer subset is given by a vector of k-mer indices. k-mer indices can be obtained from DNA k-mers with the function kMerIndex.
● Data Source: BioConductor
● Keywords: fastqKmerSubsetLocs, kmer
● Alias: fastqKmerSubsetLocs
● 0 images