Skip to content

Latest commit

 

History

History
23 lines (13 loc) · 475 Bytes

README.md

File metadata and controls

23 lines (13 loc) · 475 Bytes

R - Genome Analysis

R 3.6.1

RStudio v1.2.1335

Packages:

Files:

  • get-ncbi-seq.R

      Function: getncbiseq
      # retrieve sequence from NCBI via accession number
      # store as vector variable using "variablename <- getncbiseq("accession_num")
    
  • notes.md

    My notes on functions used to manipulate the data obtained from get-ncbi-seq.R.