fiveCol2GRanges {rnaSeqMap} | R Documentation |
Set of functions to operate on NucleotideDistr
objects.
averageND calculates the mean for samples, sumND adds up selected samples' distributions, combineND adds two objects with the same size of distribution matrix, log2ND transforms all numeric data in the object into log space.
fiveCol2GRanges(t)
t |
A matrix or data frame including genomic regions in 5 columns: ID, chr/contig name, start, end, strand |
GenomicRanges object with the same values
Michal Okoniewski