Skip to content
Prev 302989 / 398503 Next

how to read .bam file

Hello,

#install.packages('sos')  # do this,
library(sos)   # it would have saved you hours.

r1 <- findFn('sam')
r2 <- findFn('bam')

r1 & r2

Number one. Genomic alignment file formats.

Hope this helps,

Rui Barradas

Em 10-08-2012 11:10, peter dalgaard escreveu: