Entering edit mode
10.6 years ago
M K
▴
660
I using the following R function:
files <- list.files(pattern = "accepted_hits.bam")
aligns <- readGAlignmentsFromBam(files[1])
aligns
My question is how to print (show) all results in R screen or is there any way to send the full results to file like pdf.