Mercurial > repos > jay > pdaug_peptide_sequence_analysis
view PDAUG_Merge_Dataframes/test-data/.Rhistory @ 2:79b1b090990b draft
"planemo upload for repository https://github.com/jaidevjoshi83/pdaug commit 8b18552f6d2b2261efebe1075ff4c18a295b94dd"
| author | jay | 
|---|---|
| date | Tue, 29 Dec 2020 18:07:32 +0000 | 
| parents | e59674e3a391 | 
| children | 
line wrap: on
 line source
install.pcakges("igraph") install.packages("igraph") library(igraph) library(igraph) st <- make_star(40) st tr <- make_tree(40, children = 3, mode = "undirected") tr er <- sample_gnm(n=100, m=40) er q()
