Description Usage Arguments Author(s) Examples
Exports getSequence results to FASTA format
1 | exportFASTA(sequences, file)
|
sequences |
A data.frame that was the output of the getSequence function |
file |
File to which you want to write the data |
Steffen Durinck
1 2 3 4 5 6 7 8 | if(interactive()){
mart <- useMart("ensembl", dataset="hsapiens_gene_ensembl")
#seq<-getSequence(chromosome=c(2,2),start=c(100000,30000),end=c(100300,30500),mart=mart)
#exportFASTA(seq,file="test.fasta")
martDisconnect(mart = mart)
}
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.