Description Usage Arguments Value Examples
Note: this function uses read.csv
to read vcf-like files
into data frames for single samples. As it uses
read.csv
, the default value for comment.char
is
"" and not "#" as it would have been for read.table
.
1 2 3 4 5 6 7 8 9 10 11 |
current_ind |
Index of the file to read from the list provided below. |
in_list |
List of paths to vcf-like file to be read. The list may be named. |
header |
Boolean whether a header information should be read (as in
|
in_header |
Vector of column names to be substituted if non-NULL. |
variant_type |
Default is "SNV" and provides additional plausibility and checks, omitted if other string |
delete.char |
Character to be deleted, e.g. in order to discriminate between comment lines and header lines, if non-NULL |
... |
Parameters passed on to |
in_parallel |
If multicore functionality is provided on a compute cluster, this option may be set to TRUE in order to enhance speed. |
A vcf-like data frame
A list with entries:
vcf_like_df_list
: List of
the read data frames
readVcf_time
: Object of class
proc_time
, which stores the time needed for reading in the data
1 2 3 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.