bdRemovelowdata | R Documentation |
Remove SNPs in hdf5 omic dataset with low data
bdRemovelowdata(filename, group, dataset, outgroup, outdataset, pcent, bycols)
filename, |
character array indicating the name of the file to create |
group, |
character array indicating the input group where the data set to be imputed is. |
dataset, |
character array indicating the input dataset to be imputed |
outgroup, |
character array indicating group where the data set will be saved after remove data with if 'outgroup' is NULL, output dataset is stored in the same input group. |
outdataset, |
character array indicating dataset to store the resulting data after imputation if 'outdataset' is NULL, input dataset will be overwritten. |
pcent, |
by default pcent = 0.5. Numeric indicating the percentage to be considered to remove SNPs, SNPS with percentage equal or higest will be removed from data |
bycols, |
boolean by default = true, if true, indicates that SNPs are in cols, if SNPincols = false indicates that SNPs are in rows. |
Original hdf5 data file with imputed data
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.