Package NFP. November 21, 2016

Similar documents
Package bisect. April 16, 2018

Package cattonum. R topics documented: May 2, Type Package Version Title Encode Categorical Features

Package docxtools. July 6, 2018

Package ECctmc. May 1, 2018

Package messaging. May 27, 2018

Package robotstxt. November 12, 2017

Package rsppfp. November 20, 2018

Package fastdummies. January 8, 2018

Package omu. August 2, 2018

Package reval. May 26, 2015

Package jpmesh. December 4, 2017

Package gggenes. R topics documented: November 7, Title Draw Gene Arrow Maps in 'ggplot2' Version 0.3.2

Package gtrendsr. October 19, 2017

Package rgho. R topics documented: January 18, 2017

Package validara. October 19, 2017

Package calpassapi. August 25, 2018

Package canvasxpress

Package balance. October 12, 2018

Package gtrendsr. August 4, 2018

Package postgistools

Package ClusterSignificance

Package SEMrushR. November 3, 2018

Package strat. November 23, 2016

Package sigqc. June 13, 2018

Package splithalf. March 17, 2018

Package qualmap. R topics documented: September 12, Type Package

Package ggimage. R topics documented: November 1, Title Use Image in 'ggplot2' Version 0.0.7

Package widyr. August 14, 2017

Package mdftracks. February 6, 2017

Package geojsonsf. R topics documented: January 11, Type Package Title GeoJSON to Simple Feature Converter Version 1.3.

Package weco. May 4, 2018

Package datasets.load

Package tidyimpute. March 5, 2018

Package dbx. July 5, 2018

Package vip. June 15, 2018

Package facerec. May 14, 2018

Package ggimage. R topics documented: December 5, Title Use Image in 'ggplot2' Version 0.1.0

Package comparedf. February 11, 2019

Package vinereg. August 10, 2018

Package WordR. September 7, 2017

Package deductive. June 2, 2017

Package SNPediaR. April 9, 2019

Package internetarchive

Package rollply. R topics documented: August 29, Title Moving-Window Add-on for 'plyr' Version 0.5.0

Package QCAtools. January 3, 2017

Package clusterprofiler

Package queuecomputer

Package preprosim. July 26, 2016

Package kdtools. April 26, 2018

Package aop. December 5, 2016

Package fastqcr. April 11, 2017

Package catenary. May 4, 2018

Package tidytransit. March 4, 2019

Package cregulome. September 13, 2018

Package knitrprogressbar

Package wrswor. R topics documented: February 2, Type Package

Package rzeit2. January 7, 2019

Package sfc. August 29, 2016

Package TrafficBDE. March 1, 2018

Package ASICS. January 23, 2018

Package SCORPIUS. June 29, 2018

Package BiocManager. November 13, 2018

Package oec. R topics documented: May 11, Type Package

Package clusternomics

Package tidytree. June 13, 2018

Package barcoder. October 26, 2018

Package PDN. November 4, 2017

Package ompr. November 18, 2017

Package Numero. November 24, 2018

Package censusr. R topics documented: June 14, Type Package Title Collect Data from the Census API Version 0.0.

Package genelistpie. February 19, 2015

Package postal. July 27, 2018

Package climber. R topics documented:

Package fingertipsr. May 25, Type Package Version Title Fingertips Data for Public Health

Package rbgm. May 18, 2018

Package crossword.r. January 19, 2018

Package goodpractice

Package pairsd3. R topics documented: August 29, Title D3 Scatterplot Matrices Version 0.1.0

Package eply. April 6, 2018

Package IsoCorrectoR. R topics documented:

Package virustotal. May 1, 2017

Package purrrlyr. R topics documented: May 13, Title Tools at the Intersection of 'purrr' and 'dplyr' Version 0.0.2

Package benchmarkme. R topics documented: February 26, Type Package Title Crowd Sourced System Benchmarks Version 0.2.

Package customlayout

Package meme. November 2, 2017

Package statsdk. September 30, 2017

Package editdata. October 7, 2017

Package data.world. April 5, 2018

Package phrasemachine

Package liftr. R topics documented: May 14, Type Package

Package lumberjack. R topics documented: July 20, 2018

Package spark. July 21, 2017

Package pwrab. R topics documented: June 6, Type Package Title Power Analysis for AB Testing Version 0.1.0

Package available. November 17, 2017

Package auctestr. November 13, 2017

Package tidylpa. March 28, 2018

Package nngeo. September 29, 2018

Package fitbitscraper

Package RNAseqNet. May 16, 2017

Package ggloop. October 20, 2016

Transcription:

Type Package Title Network Fingerprint Framework in R Version 0.99.2 Date 2016-11-19 Maintainer Yang Cao <yiluheihei@gmail.com> Package NFP November 21, 2016 An implementation of the network fingerprint framework that introduced in paper ``Network fingerprint: a knowledge-based characterization of biomedical networks'' (Cui, 2015) <doi:10.1038/srep13286>. This method worked by making systematic comparisons to a set of well-studied ``basic networks'', measuring both the functional and topological similarity. A biological could be characterized as a spectrum-like vector consisting of similarities to basic networks. It shows great potential in biological network study. Depends R (>= 3.2.0), graph Imports igraph, stringr, magrittr, plyr, ggplot2, apcluster, KEGGgraph, dplyr, tidyr, methods Suggests knitr, testthat, BiocStyle, graphite, NFPdata Additional_repositories https://yiluheihei.github.io/datarepo/ VignetteBuilder knitr License GPL (>= 2) LazyData yes NeedsCompilation no RoxygenNote 5.0.1 URL https://github.com/yiluheihei/nfp BugReports https://github.com/yiluheihei/nfp/issues Author Yang Cao [aut, cre], Fei Li [aut] Repository CRAN Date/Publication 2016-11-21 12:01:34 1

2 calc_sim_score R topics documented: calc_sim_score....................................... 2 cluster_info-methods.................................... 3 group-methods....................................... 3 install_data_package.................................... 4 kegg_refnet......................................... 5 load_kegg_refnet..................................... 5 net-methods......................................... 6 NFP............................................. 6 NFP-class.......................................... 7...................................... 7 perm_score-methods.................................... 8 plot_nfp-methods..................................... 9 plot_nfplist......................................... 9 refnet_name-methods.................................... 10 show,nfp-method...................................... 10 show,nfprefnet-method.................................. 11 subnet-methods....................................... 11 sub_nfp-methods...................................... 12 Index 13 calc_sim_score Calculating the similarity scores This function was used to calculate the similarity scores between a network and the reference network. calc_sim_score(net, NFPnet, nperm = 100,...) net, NFPnet, nperm, a graphnel object to represent the query biological networks, for more details see graphnel a NFPRefnet one or more kegg pathway map, or customized networks. For more details see. number of random networks for similarity score standardization..., arguments passed to apcluster a similarity scoring vector,length is the same as the number of networks

cluster_info-methods 3. cluster_info-methods Extract the cluster information of NFP. This function extract the cluster information of network fingerprint. cluster_info(object) ## S4 method for signature 'NFP' cluster_info(object) object NFP object a list which contains the number, the examplar and some other cluster properties. NFP group-methods Group information of NFPRefnet This function extract the group information NFP basic networks. group(object) ## S4 method for signature 'NFPRefnet' group(object) NFPRefnet class

4 install_data_package a list which contains the group number and names of basic networks, as well as the size of each group install_data_package Install NFP data package NFPdata Downloads and Install the NFPdata Package to use with the NFP package install_data_package(type = "ONL", loc = NULL) type loc A string with value "ONL" or "LOCAL" A string that contains the file location. Details The NFPdata Package contains data that from kegg gene similarity based on gene ontology and is approximately a 16.4 MB download. Examples ## Not run: # Online install install_data_package() ## End(Not run)

kegg_refnet 5 kegg_refnet Human KEGG signal pathway maps A dataset containing the human signal pathway maps of KEGG Format A NFPRefnet more details see load_kegg_refnet Load the the reference molecular networks This function generates the well-studied "basic networks". load_kegg_refnet(organism = "hsa") organism, a character indicating to which organsim s pathway map was taken as the basic network. e.g. hsa. Details KEGG pathway is a well-studied and the most widely used biolocgial networks database. This function help users to load kegg pathway maps as the basic networks. Appanrently, users can also load their customozied biological networks as the basic networks by creating a new NFPRefnet object. a NFPRefnet object

6 NFP net-methods Basic networks of NFPRefnet class This function extract the basic networks of NFPRefnet class. net(object) ## S4 method for signature 'NFPRefnet' net(object) NFPRefnet class a igraph list of all basic networks NFP The NFP package This package implementation the applications of network finger print method.

NFP-class 7 NFP-class NFP-class Slots An S4 object for storing network fingerprint similarity score information. raw_score, a numeric vector, network fingerprint based on reference networks before standardization. randomized_score, a data frame, the permulated similarity score. standardized_score, a numeric vector, the final standardized network fingerprint. cluster, an APResult list, more details see package **apcluster**, each element provides a cluster information of a biological network based on one reference networks. # @section method: perm_score, signature(object = "NFP"): extract the randomized similarity score cluster_info, signature(object = "NFP"): extract the cluster information sub_nfp, signature(object = "NFP"): subset of NFP object plot, signature( type = "character", p_size = "numeric", l_size = 'numeric'): plot NFP results show, signature(object = "NFP"): display methods for S4 classes NFP, see also show show-methods, plot-methods, perm_score-methods, cluster_info-methods, sub_nfp-methods Slots An S4 object for storing NFP reference network information. Refnet, object of graphnel list represents the basic networks, and each elements contains a group of basic networks. group, a character vector whose length is the same with Refnet, the group names of basic networks. name, names of the basic networks, with the same data structure with Refnet. organism, character, indicating the activation organism of basic networks. # @section method: net, signature(object = "NFPRefnet"): extract the basic networks group, signature(object = "NFPRefnet"): extract group information

8 perm_score-methods subnet, signature(object = "NFPRefnet"): subset basic networks, e.g. a group of a networks or same networks of a given group refnet_name, signature(object = "NFPRefnet"): the names of basic networks show, signature(object = "NFPRefnet"): display methods for S4 classes NFPRefnet, see also show show-methods, net-methods, refnet_name-methods, group-methods, subnet-methods perm_score-methods Extract the randomized similarity score This function extract the randomized similarity score for standardization. perm_score(object) ## S4 method for signature 'NFP' perm_score(object) NFP class a data frame, each col (elements) represents once permutation similarity score, each row indicate a reference basic network. NFP

plot_nfp-methods 9 plot_nfp-methods Plot NFP results Function for visualization NFP results. plot_nfp( type = c("matchstick", "line", "point"), p_size = 2, l_size = 0.5) ## S4 method for signature 'NFP' plot_nfp( type = c("matchstick", "line", "point"), p_size = 2, l_size = 0.5) NFP class type, types of the visaulization of NFP point or line. Default is point. p_size, point size of plot, default is 2. l_size, line size of plot, default is 0.5. # @aliases plot_nfp plot_nfp-methods NFP-class plot_nfplist Plot multiple NFPs. Function for visualization multiple NFPs. plot_nfplist( l_size = 0.5) NFP class list. l_size, line size of plot, default is 0.5. NFP-class

10 show,nfp-method refnet_name-methods Names of basic networks This function extract names of NFP basic networks. refnet_name(object) ## S4 method for signature 'NFPRefnet' refnet_name(object) NFPRefnet class a list show,nfp-method The show generic function Show a shor summary for NFP see show. ## S4 method for signature 'NFP' show(object) NFP object

show,nfprefnet-method 11 show,nfprefnet-method Show an Object show method short for NFPRefnet see show ## S4 method for signature 'NFPRefnet' show(object) NFPRefnet class subnet-methods Subset the basic networks Extract or Replace parts of the NFP basic networks. subnet( group_name, index = NULL) ## S4 method for signature 'NFPRefnet' subnet( group_name, index = NULL) group_name, index, NFPRefnet class. character, indicating the groups to subset. numeric, character or NA, indices specifying elements to extract. This parameter only works while group_name is a length-one character. Default is NULL, indicating extract all the networks of a group. See details for more information. Details This function help users to extract the specific networks for customized analysis, which could be of entire group networks or some part of a specific group networks.subsequent analysis. Note, the index argument is only worked while one argument is consideration, which means group_name is a length-one character. And default is NULL, indicating extract the entire group basic networks.

12 sub_nfp-methods sub_nfp-methods subset of NFP object This function extract the subsets of NFP-class. sub_nfp( i) ## S4 method for signature 'NFP' sub_nfp( i) NFP class i, numeric or character indicating the index or the names of the reference network an similar NFP object contain just the selected elements. NFP-class

Index calc_sim_score, 2 cluster_info (cluster_info-methods), 3 cluster_info,nfp-method (cluster_info-methods), 3 cluster_info-methods, 3 graphnel, 2 group (group-methods), 3 group,nfprefnet-method (group-methods), 3 group-methods, 3 install_data_package, 4 kegg_refnet, 5 load_kegg_refnet, 5 show, 7, 8, 10, 11 show (show,nfp-method), 10 show,nfp-method, 10 show,nfprefnet-method, 11 show-methods (show,nfp-method), 10 show_nfprefnet (show,nfprefnet-method), 11 show_nfprefnet-methods (show,nfprefnet-method), 11 sub_nfp (sub_nfp-methods), 12 sub_nfp,nfp-method (sub_nfp-methods), 12 sub_nfp-methods, 12 subnet (subnet-methods), 11 subnet,nfprefnet-method (subnet-methods), 11 subnet-methods, 11 net (net-methods), 6 net,nfprefnet-method (net-methods), 6 net-methods, 6 NFP, 3, 6, 8 NFP-class, 7 NFP-package (NFP), 6, 7 perm_score (perm_score-methods), 8 perm_score,nfp-method (perm_score-methods), 8 perm_score-methods, 8 plot_nfp (plot_nfp-methods), 9 plot_nfp,nfp-method (plot_nfp-methods), 9 plot_nfp-methods, 9 plot_nfplist, 9 refnet_name (refnet_name-methods), 10 refnet_name,nfprefnet-method (refnet_name-methods), 10 refnet_name-methods, 10 13