Description Usage Arguments Value Examples
View source: R/basic_function_in_cluster_analysis.R View source: R/basic_function_in_cluster_analysis.R
Proprocess all the snp for one gene belong to a sample set it should be noted that if the gene belong to minus strand, changeATCG function will be used be careful about the file directory
Proprocess all the snp for one gene belong to a sample set it should be noted that if the gene belong to minus strand, changeATCG function will be used be careful about the file directory
1 2 3 | preprocessSNP(gene0, gene_feature, snp_files_dir0 = "data/gene_snp/")
preprocessSNP(gene0, gene_feature, snp_files_dir0 = "data/gene_snp/")
|
gene0 |
A string representing the gene systematic name |
gene_feature |
A dataframe contains the detailed annotation of gene from database |
snp_files_dir0 |
A fold dir contains the detailed snp information for each gene |
A dataframe contains each SNP information which including: chrosome, geneName, ref, alf and completment sign
A dataframe contains each SNP information which including: chrosome, geneName, ref, alf and completment sign
1 2 3 4 | data('gene_feature0')
preprocessSNP(gene0 = 'YPR184W', gene_feature = gene_feature0, snp_files_dir0 = "data/gene_snp/")
data('gene_feature0')
preprocessSNP(gene0 = 'YPR184W', gene_feature = gene_feature0)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.