How to print (show) all results in R screen
1
0
Entering edit mode
10.0 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.

rna-seq R • 4.1k views
ADD COMMENT
2
Entering edit mode
10.0 years ago

Why do you want a PDF of the alignments? That wouldn't be useful for anything. If you want a text version of the alignments then just convert the BAM file to SAM with samtools.

ADD COMMENT

Login before adding your answer.

Traffic: 2021 users visited in the last hour
Help About
FAQ
Access RSS
API
Stats

Use of this site constitutes acceptance of our User Agreement and Privacy Policy.

Powered by the version 2.3.6