Displaying 1 result from an estimated 1 matches for "frameschr2".
Did you mean:
frameschr1
2010 Oct 01
1
[Help]:How to use "loop" to achieve this aim?
...1.meth.txt",
sep="\T", quote=F, col.names=T, row.names=F)
The second sample's script like this:
>chr2=MEDIPS.readAlignedSeqences(BSgenome="hg19", file="chr2",numrows= )
>chr2=MEDIPS.genomeVector(data=chr2, bin_size=50,extend=250)
...
...
>write.table(frameschr2.frame500.step250, file="frames.chr2.meth.txt",
sep="\T", quote=F, col.names=T, row.names=F)
so, how to make this process automatic and fast?
Thanks~
--
View this message in context: http://r.789695.n4.nabble.com/Help-How-to-use-loop-to-achieve-this-aim-tp2819894p2819894.html...