Last data update: 2014.03.03

R: getCountMatrix
getCountMatrix-methodsR Documentation

getCountMatrix

Description

returns the bam data.frame with an additional column counts. Only relevant if the fasta file used for mapping input was previously collapsed via fastx_toolkit to return a fasta read name in the format of readnumber-totalcounts

Methods

signature(object="DataFrame")

Returns and object of class data.frame having the values from the original bam file with an additional 'count' column.

Results