What would be the fastest way to do this with a DNAString? Just an
alphabetFrequency?
On Fri, May 9, 2014 at 4:07 PM, Hervé Pagès wrote:
> Hi Michael,
>
> library(rtracklayer)
> library(Biostrings)
> x <- DNAStringSet("AAA-CCC-GGG-TTT-NNN-KKK")
>
> Then:
>
> > x
> A DNAStringSet
Hi Michael,
library(rtracklayer)
library(Biostrings)
x <- DNAStringSet("AAA-CCC-GGG-TTT-NNN-KKK")
Then:
> x
A DNAStringSet instance of length 1
width seq
[1]23 AAA-CCC-GGG-TTT-NNN-KKK
> export(x, "x.2bit")
> import("x.2bit")
A DNAStringSet instance of length 1
Dan, Vince, this is great, what i was looking for.
thanks for your quick response,
robert.
On 5/9/14 10:40 PM, Dan Tenenbaum wrote:
I think this should cover it:
http://docs.aws.amazon.com/AWSEC2/latest/UserGuide/ebs-expand-volume.html
Dan
- Original Message -
From: "Vincent Carey
I think this should cover it:
http://docs.aws.amazon.com/AWSEC2/latest/UserGuide/ebs-expand-volume.html
Dan
- Original Message -
> From: "Vincent Carey"
> To: "Robert Castelo"
> Cc: bioc-devel@r-project.org
> Sent: Friday, May 9, 2014 1:32:22 PM
> Subject: Re: [Bioc-devel] larger BioC
as far as i know it is indeed possible and you just use the AMI EC2
management interface to do it. the details are not at hand ... you could
look at the AMI identified in the eQTL workflow and i think it does have a
larger disk than 40 but how i got there i cannot recall
On Fri, May 9, 2014 at
hi,
currently the BioC AMI has root partition of 40 Gbytes, is it possible
for a user, e.g. me!, to copy rebuild that AMI into a larger volume of,
for instance, 100 Gbytes.
thanks!
robert.
___
Bioc-devel@r-project.org mailing list
https://stat.ethz
Hi Jonathon,
- Original Message -
> From: "Jonathon Hill"
> To: bioc-devel@r-project.org
> Sent: Friday, May 9, 2014 8:45:28 AM
> Subject: [Bioc-devel] error when creating gitsvn bridge
>
> Hi am trying to recreate my gitsvn bridge. However, it simply says
>
> An error occurred creating
Hi am trying to recreate my gitsvn bridge. However, it simply says
An error occurred creating the git-svn bridge.
Any ideas why? I have checked my settings on github and everything looks okay.
Jonathon Hill
[[alternative HTML version deleted]]
__