exportFASTA: Exports getSequence results to FASTA format

View source: R/biomaRt.R

exportFASTAR Documentation

Exports getSequence results to FASTA format

Description

Exports getSequence results to FASTA format

Usage

exportFASTA(sequences, file)

Arguments

sequences

A data.frame that was the output of the getSequence function

file

File to which you want to write the data

Author(s)

Steffen Durinck

Examples


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")
    
}

grimbough/biomaRt documentation built on Feb. 11, 2024, 8:20 p.m.