Skip to content

Commit

Permalink
edit
Browse files Browse the repository at this point in the history
  • Loading branch information
lrjoshi authored Aug 11, 2019
1 parent 645d8d8 commit 4d21892
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ Conversion of Fasta format to Tabular format and vice versa

### You can import functions present in this repository directly to R Studio
library (devtools)

library (tidyverse)
source_url(https://raw.githubusercontent.com/lrjoshi/FastaTabular/master/fasta_and_tabular.R)

After completing this, following functions should be available for use.
Expand All @@ -15,3 +15,9 @@ FastaToTabular("dna_fasta.fasta")

### To convert tabular format to fasta format
TabularToFasta("gene.csv")

If you get permission error while writing files, try to create a new directory and set that directory as working directory.


#### Dependency
Tidyverse

0 comments on commit 4d21892

Please sign in to comment.