View source: R/get_unique_AAs_i_df.R
| get_unique_AAs_i_df | R Documentation |
Get data frame without redundancy.
get_unique_AAs_i_df(df_with_AAs_i)
df_with_AAs_i |
a data frame for peptides of the ith protein. |
A data frame with sites in unique protein.
Dongdong Zhan and Mengsha Tong
## Not run:
ftp_url <- "ftp://111.198.139.72:4000/pub/PhosMap_datasets/function_demo_data/get_unique_AAs_i_df.RData"
load_data <- load_data_with_ftp(ftp_url, 'RData')
writeBin(load_data, "get_unique_AAs_i_df.RData")
load("get_unique_AAs_i_df.RData")
summary_df_of_unique_protein_with_sites <- get_unique_AAs_i_df(df_with_AAs_i)
head(summary_df_of_unique_protein_with_sites)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.