search for: mpos

Displaying 2 results from an estimated 2 matches for "mpos".

Did you mean: mops
2012 Dec 17
1
Code works standalone, yet same code fails when part of package
...source("viRome/R/read.bam.R") > read.bam function(bamfile=NULL, chr=NULL, start=1, end=1e07, what=c("qname", "flag", "rname", "strand", "pos", "qwidth", "mapq", "cigar", "mrnm", "mpos", "isize", "seq"), tag=c("NM"), removeN=TRUE) { which <- RangesList(chr = IRanges(start,end)) names(which) <- chr param <- ScanBamParam(which = which, what = what, tag=tag) bam <- scanBam(bamfile, param=param)...
2006 May 19
2
my first R program
Hello, This is my first attempt at using R. Still trying to figure out and understand how to work with data frames. I am trying to plot the following data(example). Some experimental data i am trying to plot here. 1) i have 2 files 2) First File: Number Position 1 120 2 134 3 156 4 169 5 203 3) Second File: Col1 Col2 p-val 1 2 0.45 1 2 0.56 2 3 0.56 2 3 0.68 2 3