
Last chance! 50% off unlimited learning
Sale ends in
DesignArray
into the sparse matrix format used by NNLS
.
Array2Matrix(probes, verbose = TRUE)
DesignArray
.
DR Noguera, et al. (2014). Mathematical tools to optimize the design of oligonucleotide probes and primers. Applied Microbiology and Biotechnology. doi:10.1007/s00253-014-6165-x.
DesignArray
, NNLS
fas <- system.file("extdata", "Bacteria_175seqs.fas", package="DECIPHER")
dna <- readDNAStringSet(fas)
names(dna) <- 1:length(dna)
probes <- DesignArray(dna)
A <- Array2Matrix(probes)
Run the code above in your browser using DataLab