Created
February 20, 2015 15:26
-
-
Save sirusb/e3922911ff5281deec4f to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
require(pasillaBamSubset) | |
require(Rsamtools) | |
bamFile <- untreated1_chr4() | |
region <- GRanges("chr4",IRanges(100000L, 110000L)) | |
param <- ScanBamParam(which=region, what=scanBamWhat()) | |
mappedReads <- scanBam(bamFile, param=param) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment