Hi Joshua
This is one way to do it. Not sure if it this is an efficient implementation
for your needs; it depends on the size of your data.
string1 <- "ATCGCCCGTA[AGA]TAACCG"
string2 <- "ATTATACGCA[AAATGA]GCTA[AT]GCATTA"
foo <- function(genes){
mypaste <- function(x) paste("[", paste(
On Wed, Jan 1, 2014 at 10:55 PM, Joshua Banta wrote:
> Dear Listserve,
>
> I have a data-parsing question for you. I recognize this is more in the
> domain of PERL/Python, but I don't know those languages! On the other hand, I
> am pretty good overall with R, so I'd rather get the job done withi
On 14-01-01 10:55 PM, Joshua Banta wrote:
Dear Listserve,
I have a data-parsing question for you. I recognize this is more in the domain of
PERL/Python, but I don't know those languages! On the other hand, I am pretty good
overall with R, so I'd rather get the job done within the R "ecosphere.
3 matches
Mail list logo