Hi there,
I get two warnings:
1)
I created a .rda file from a file. The file was read in a variable as
vcf_data.
Warning:
Undocumented code objects:
'vcf_data'
Undocumented data sets:
'vcf_data'
I created object as:
vcf_data <- vcfR::read.vcfR("sample_chr21.vcf", verbose=TRUE)
save(*vcf_
@Uwe - OK, makes sense. I will read the file into an object and save it as
a .Rda in the data folder.
Thank you.
--
Sanjeev M
On Tue, Dec 20, 2022 at 2:36 PM Uwe Ligges
wrote:
>
>
> On 20.12.2022 00:58, Sanjeev Sariya wrote:
> > Hi,
> > thank you for the reply.
> >
> > Do you need this to be