Description Usage Arguments Value Author(s) References Examples
Perform vcf file retrieving using read.vcfR function, result stored in standarlize data.frame for easy usage.
1 | vcf2df(filepath)
|
filepath |
The path directed to vcf file on current working directory |
Return a data.frame object contain vcf document loaded
CHROM - Located in chromosome CHROM
POS - The start position of the mutation
ID - ID of the mutation (if available)
REF - The reference base(s) on the mutation point
ALT - The alternative base(s) appeared in during mutation
CONSEQUENCE - Record the effect of mutation under biological studies
OCCURRENCE - Record the associated cancer and its distribution
affected_donors - Record the total number of donor affected
project_count - Number of project associated with current studies
Sijie Xu, sijie.xu@mail.utoronto.ca
Knaus BJ, Grünwald NJ (2017). “VCFR: a package to manipulate and visualize variant call format data in R." _Molecular Ecology Resources_, *17*(1), 44-53. ISSN 757, <URL: http://dx.doi.org/10.1111/1755-0998.12549>.
1 2 | filePath <- system.file("extdata", "test.vcf", package = "rseAnalysis")
vcf <- vcf2df(filePath)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.