View source: R/get_global_background_df.R
get_global_background_df | R Documentation |
Get background data frame (fasta library from Refseq).
get_global_background_df(species = "human", fasta_type = "refseq")
species |
A string for that the alignment is based on which kinds of species, the options are human, mouse and rattus. |
fasta_type, |
A string for fasta source, the options are refseq and uniprot, the default is refseq |
A data frame of background
Dongdong Zhan and Mengsha Tong
## The process needs to load data from PhosMap datasets stored into FTP server. ## It may take a few minutes. if(FALSE){ background_df <- get_global_background_df(species = 'human', fasta_type = 'refseq') head(background_df) }
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.