> ?variants.from.file
No documentation for 'variants.from.file' in specified packages and libraries
However, ?snps.from.file works just fine and opens the documentation for that function. Where is the missing documentation?
Also, if the user has already imported a VCF file into R using readVcf from VariantAnnotation and done some subsetting to it, could writing a temporary file to disk and re-importing it into R be avoided by being able to work directly with the VCF objects?
Trying to open it results in an error message.
However,
?snps.from.file
works just fine and opens the documentation for that function. Where is the missing documentation?Also, if the user has already imported a VCF file into R using
readVcf
from VariantAnnotation and done some subsetting to it, could writing a temporary file to disk and re-importing it into R be avoided by being able to work directly with the VCF objects?