Hi I just started indexing with Rsubread with R packages 3.6.0. I would like to know a few things in the scripts.
library(Rsubread)
ref <- system.file("extdata","reference.fa",package="Rsubread")
buildindex(basename="reference_index",reference=ref)
What does mean about extdata means, in the script? reference.fa--- do I can download this file from https://www.ncbi.nlm.nih.gov/assembly/GCF_000001635.20/ Here in this link, I have two option in the Download Assembly
Source database(Genbank or RefSeq), what I have to choose from here?
- File type, which files types, I have to select as my reference?