thank you for the help! Where I am suppose to add the http? I tried to use the assembled a compilation of gene list as suggested by the tutorial (from browseVignettes(package = "clinvaR") ) :
hcm_panel2 <- get_genes('lmm_hcm.tsv')
print(hcm_panel2) #ok it gives me the genes that I want
vcf <- import_file_1000g(genes = hcm_panel2)
it says Error in system(sprintf("ls %s/1000G", dir), intern = T) : 'ls' not found
and even if I try to get_date_list() I get an error saying:
Error in system(sprintf("ls %s/Archive_Tables", dir), intern = T) :
'ls' not found
Your vignette URL is on your localhost, no one but you can access that URL.
sorry! I got the link typing on R
browseVignettes(package = "clinvaR")